morningman commented on code in PR #30980: URL: https://github.com/apache/doris/pull/30980#discussion_r1495808814
########## fe/fe-core/src/main/java/org/apache/doris/common/proc/DbsProcDir.java: ########## @@ -43,7 +43,7 @@ public class DbsProcDir implements ProcDirInterface { public static final ImmutableList<String> TITLE_NAMES = new ImmutableList.Builder<String>() .add("DbId").add("DbName").add("TableNum").add("Size").add("Quota") .add("LastConsistencyCheckTime").add("ReplicaCount").add("ReplicaQuota") - .add("TransactionQuota").add("LastUpdateTime") + .add("TransactionNum").add("TransactionQuota").add("LastUpdateTime") Review Comment: ```suggestion .add("RunningTransactionNum").add("TransactionQuota").add("LastUpdateTime") ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org