jackjlli commented on a change in pull request #7424: URL: https://github.com/apache/pinot/pull/7424#discussion_r707600640
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/retention/RetentionManager.java ########## @@ -80,7 +80,13 @@ public RetentionManager(PinotHelixResourceManager pinotHelixResourceManager, @Override protected void processTable(String tableNameWithType) { LOGGER.info("Start managing retention for table: {}", tableNameWithType); + // Manage normal table retention except segment lineage cleanup. + // The reason of separating the logic is that REFRESH only table will be skipped in the first part, + // whereas the segment lineage cleanup needs to be handled. manageRetentionForTable(tableNameWithType); Review comment: Updated. -- 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