Skip to content

Commit

Permalink
fix: shell app_stat removes unexpected columns (apache#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Tao authored and zhangyifan27 committed Jun 1, 2021
1 parent 69ac7da commit 93a7564
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shell/commands/table_management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,6 @@ bool app_stat(command_executor *e, shell_context *sc, arguments args)
tp.append_data(row.recent_abnormal_count);
tp.append_data(row.recent_write_throttling_delay_count);
tp.append_data(row.recent_write_throttling_reject_count);
tp.append_data(row.recent_read_throttling_delay_count);
tp.append_data(row.recent_read_throttling_reject_count);
}
if (!only_qps) {
tp.append_data(row.storage_mb);
Expand Down

0 comments on commit 93a7564

Please sign in to comment.