jadami10 commented on code in PR #11768:
URL: https://github.com/apache/pinot/pull/11768#discussion_r1350969251


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##########
@@ -98,7 +98,8 @@ private void updateOnStart(Map<String, Map<String, String>> 
currentState,
 
   @Override
   public void onSuccess(String msg) {
-    Preconditions.checkState(_tableRebalanceProgressStats.getStatus() != 
RebalanceResult.Status.DONE.toString(),
+    Preconditions.checkState(

Review Comment:
   intellij was complaining that this comparison was not correct. but i'm happy 
to undo this change if we don't want to touch this



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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to