ankitsultana opened a new issue, #10751: URL: https://github.com/apache/pinot/issues/10751
The deepstore upload retry task, which is enabled using: ``` controller.realtime.segment.deepStoreUploadRetryEnabled=true ``` Calls `/segments/{realtimeTableName}/{segmentName}/upload` API, which uses `PinotFSSegmentUploader#uploadSegment` that uploads the segment to a path ending with a UUID. After this step, Pinot controller should move the segment to its final location (similar to how it is done in `commitSegmentFile` step of split-commit). Here is where the change should be made: https://github.com/apache/pinot/blob/master/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java#L1438 cc: @Jackie-Jiang -- 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.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