bipinprasad commented on a change in pull request #3283:
URL: https://github.com/apache/storm/pull/3283#discussion_r437700141



##########
File path: 
storm-server/src/main/java/org/apache/storm/scheduler/TopologyDetails.java
##########
@@ -84,6 +89,8 @@ public TopologyDetails(String topologyId, Map<String, Object> 
topologyConf, Stor
         initConfigs();
         this.launchTime = launchTime;
         this.topoName = (String) topologyConf.get(Config.TOPOLOGY_NAME);
+        this.distributeSysCompEvenly

Review comment:
       This property is more useful in Scheduler code where is can be used to 
sort executors in a manner conducive to even distribution.




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


Reply via email to