J-HowHuang commented on code in PR #16455:
URL: https://github.com/apache/pinot/pull/16455#discussion_r2310593968


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/tenant/TenantRebalanceChecker.java:
##########
@@ -57,6 +57,8 @@ public class TenantRebalanceChecker extends BasePeriodicTask {
   private static final Logger LOGGER = 
LoggerFactory.getLogger(TenantRebalanceChecker.class);
   private final TenantRebalancer _tenantRebalancer;
   private final PinotHelixResourceManager _pinotHelixResourceManager;
+  // To avoid multiple retries of the same tenant rebalance job, we only allow 
one ongoing retry job at a time.

Review Comment:
   Made a mistake. I meant to say "avoid multiple tenant rebalance job retries 
on the same controller"



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

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