kishoreg commented on a change in pull request #4985: Enable 
leadControllerResource's IS after the first live instance shows up
URL: https://github.com/apache/incubator-pinot/pull/4985#discussion_r366664527
 
 

 ##########
 File path: 
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java
 ##########
 @@ -384,6 +388,9 @@ protected void configure() {
     });
 
     
_serviceStatusCallbackList.add(generateServiceStatusCallback(_helixParticipantManager));
+
+    // Enable leadControllerResource from the ideal state.
+    enableAutoRebalance();
 
 Review comment:
   add a comment that this is a workaround for issue_number

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to