RuiLi8080 commented on a change in pull request #3213: [STORM-3588] add GenericResourceAwareSchedulingPriorityStrategy to accommodate generic resource in grading topologies URL: https://github.com/apache/storm/pull/3213#discussion_r387823631
########## File path: storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java ########## @@ -889,6 +889,20 @@ public double getClusterTotalMemoryResource() { return sum; } + @Override + public Map<String, Double> getClusterTotalGenericResource() { Review comment: Yes, addressed ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services