Jackie-Jiang commented on a change in pull request #5631:
URL: https://github.com/apache/incubator-pinot/pull/5631#discussion_r449206696



##########
File path: 
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java
##########
@@ -350,6 +377,9 @@ private void setUpPinotController() {
       _realtimeSegmentsManager = null;
     }
 
+    // setup constraints
+    setupHelixClusterConstraints();

Review comment:
       `PINOT_ONLY` mode controller does not serve as the Helix controller, so 
it should not add this constraint to the cluster.




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



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

Reply via email to