You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/07/08 12:04:47 UTC

[rocketmq] branch develop-merge-5.0.0 updated: Make #ACTIVATED to display

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

jinrongtong pushed a commit to branch develop-merge-5.0.0
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop-merge-5.0.0 by this push:
     new 9cd2e901e Make #ACTIVATED to display
9cd2e901e is described below

commit 9cd2e901e2490977907cdbc40c26cadb4200bee0
Author: RongtongJin <ji...@mails.ucas.ac.cn>
AuthorDate: Fri Jul 8 20:04:21 2022 +0800

    Make #ACTIVATED to display
---
 .../apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java b/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
index f34d03233..ecd343cc1 100644
--- a/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
+++ b/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
@@ -180,7 +180,7 @@ public class ClusterListSubCommand implements SubCommand {
     private void printClusterBaseInfo(final Set<String> clusterNames,
         final DefaultMQAdminExt defaultMQAdminExt,
         final ClusterInfo clusterInfo) {
-        System.out.printf("%-16s  %-22s  %-4s  %-22s %-16s %19s %19s %10s %5s %6s%n",
+        System.out.printf("%-16s  %-22s  %-4s  %-22s %-16s %19s %19s %10s %5s %6s %-10%n",
             "#Cluster Name",
             "#Broker Name",
             "#BID",