You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wu...@apache.org on 2021/04/07 09:33:18 UTC

[incubator-pegasus] branch master updated: fix: shell app_stat removes unexpected columns (#716)

This is an automated email from the ASF dual-hosted git repository.

wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 42f78aa  fix: shell app_stat removes unexpected columns (#716)
42f78aa is described below

commit 42f78aa37405e78f542590e36d6476207559b11d
Author: Wu Tao <wu...@163.com>
AuthorDate: Wed Apr 7 17:33:06 2021 +0800

    fix: shell app_stat removes unexpected columns (#716)
---
 src/shell/commands/table_management.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/shell/commands/table_management.cpp b/src/shell/commands/table_management.cpp
index a283ff1..58cc09f 100644
--- a/src/shell/commands/table_management.cpp
+++ b/src/shell/commands/table_management.cpp
@@ -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);

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org