noob-se7en commented on code in PR #15438: URL: https://github.com/apache/pinot/pull/15438#discussion_r2025647189
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java: ########## @@ -621,7 +621,7 @@ private void commitSegmentMetadataInternal(String realtimeTableName, preProcessNewSegmentZKMetadata(); // Step-2: Create new segment metadata if needed - LOGGER.info("Creating new segment metadata with status IN_PROGRESS: {}", committingSegmentName); + LOGGER.info("Creating new segment metadata with status IN_PROGRESS"); Review Comment: committingSegmentName is not `IN_PROGRESS` -- 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