bipinprasad commented on a change in pull request #3207: [STORM-3580] Processs
-c option to storm.py for Rebalance
URL: https://github.com/apache/storm/pull/3207#discussion_r378205413
##########
File path:
storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java
##########
@@ -3356,6 +3356,12 @@ public void rebalance(String topoName, RebalanceOptions
options)
if (subject != null) {
options.set_principal(subject.getPrincipals().iterator().next().getName());
}
+ String topoId = toTopoId(topoName);
Review comment:
Rebalance will not work without the change below. Should the change to
Nimus.java be part of a different Jira then?
----------------------------------------------------------------
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]
With regards,
Apache Git Services