bluewang commented on a change in pull request #3219:
URL: https://github.com/apache/incubator-inlong/pull/3219#discussion_r829795667
##########
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:
Map is not used here, what is better to return?
--
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]