somandal commented on code in PR #15436:
URL: https://github.com/apache/pinot/pull/15436#discussion_r2040178105


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/DefaultRebalancePreChecker.java:
##########
@@ -74,16 +74,17 @@ public Map<String, RebalancePreCheckerResult> 
check(PreCheckContext preCheckCont
     String tableNameWithType = preCheckContext.getTableNameWithType();
     TableConfig tableConfig = preCheckContext.getTableConfig();
     RebalanceConfig rebalanceConfig = preCheckContext.getRebalanceConfig();
+    Logger tableRebalanceLogger = LoggerFactory.getLogger(LOGGER.getName() + 
"_" + rebalanceJobId);

Review Comment:
   I don't have a strong preference, keeping separate might be good if we want 
to look at specific logs for pre-check vs. rebalance



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