EMsnap commented on a change in pull request #3219:
URL: https://github.com/apache/incubator-inlong/pull/3219#discussion_r829773435



##########
File path: 
inlong-tubemq/tubemq-manager/src/main/java/org/apache/inlong/tubemq/manager/controller/cluster/ClusterController.java
##########
@@ -132,9 +136,9 @@ public TubeMQResult queryCluster(@RequestParam(required = 
false) Integer cluster
         }
 
         MasterEntry masterNode = 
masterService.getMasterNode(clusterEntry.getClusterId());
-
+        Map<String, Integer> allCount = getAllCount(clusterId);

Review comment:
       use map as return value is inappropriate
   




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to