You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/13 09:43:00 UTC

[jira] [Commented] (ROCKETMQ-278) Add specified cluster for cluster info cmd

    [ https://issues.apache.org/jira/browse/ROCKETMQ-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288983#comment-16288983 ] 

ASF GitHub Bot commented on ROCKETMQ-278:
-----------------------------------------

lindzh commented on a change in pull request #152: [ROCKETMQ-278] Add clusterlist cmd by specified cluster
URL: https://github.com/apache/rocketmq/pull/152#discussion_r156605033
 
 

 ##########
 File path: tools/src/main/java/org/apache/rocketmq/tools/command/topic/TopicListSubCommand.java
 ##########
 @@ -65,7 +65,7 @@ public void execute(final CommandLine commandLine, final Options options,
         try {
             defaultMQAdminExt.start();
             if (commandLine.hasOption('c')) {
-                ClusterInfo clusterInfo = defaultMQAdminExt.examineBrokerClusterInfo();
+                ClusterInfo clusterInfo = defaultMQAdminExt.examineBrokerClusterInfo(null);
 
 Review comment:
   Thanks,I will change it in the next commit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add specified cluster for cluster info cmd
> ------------------------------------------
>
>                 Key: ROCKETMQ-278
>                 URL: https://issues.apache.org/jira/browse/ROCKETMQ-278
>             Project: Apache RocketMQ
>          Issue Type: Improvement
>          Components: rocketmq-client, rocketmq-namesrv, rocketmq-tools
>    Affects Versions: 4.1.0-incubating
>            Reporter: lindzh
>            Assignee: yukon
>             Fix For: 4.2.0
>
>
> When using mqadmin command clusterlist,it always display all cluster,i want to display specified cluster.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)