somandal commented on code in PR #15681: URL: https://github.com/apache/pinot/pull/15681#discussion_r2069311235
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/relocation/SegmentRelocator.java: ########## @@ -196,6 +203,10 @@ private void rebalanceTable(String tableNameWithType) { rebalanceConfig.setMinimizeDataMovement(_minimizeDataMovement); try { + if (_tablesUndergoingRebalance != null) { + LOGGER.debug("Start rebalancing table: {}, adding to tablesUndergoingRebalance", tableNameWithType); + _tablesUndergoingRebalance.add(tableNameWithType); Review Comment: done, modified this to have an early return if add returns false -- 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