chenboat commented on a change in pull request #6778: URL: https://github.com/apache/incubator-pinot/pull/6778#discussion_r640038408
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java ########## @@ -595,6 +642,12 @@ private LLCRealtimeSegmentZKMetadata updateCommittingSegmentZKMetadata(String re committingSegmentZKMetadata.setPartitionMetadata(getPartitionMetadataFromSegmentMetadata(segmentMetadata)); persistSegmentZKMetadata(realtimeTableName, committingSegmentZKMetadata, stat.getVersion()); + + // cache peer download segment for fix Review comment: Change to "Add a segment not successfully uploaded to deep store to a queue managed by Pinot controller for upload retry later." -- 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. 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