snleee opened a new issue, #10375: URL: https://github.com/apache/pinot/issues/10375
Our SegmentGenerationJobRunner adds `tar.gz` extension to the segment file name. - TarGzPush: the controller side segment upload logic removes `tar.gz`extension when copying data to deep storage. The segment file will be stored as `fileName`. - MetadataPush: we use pinotFS to copy file from local to dst. Segment file will be stored as `fileName.tar.gz`. It's going to be good if we can make the name convension the same. But, this will be the backward incompatible change.. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
