aw381246 opened a new issue, #9307: URL: https://github.com/apache/pinot/issues/9307
The segment files are .tar.gz, but don't include that extension if they're created through a RealtimeToOfflineSegmentsTask We ran into this while trying to run a SegmentMetadataPush job to restore segment metadata in a DR situation where we still had the Segment files in a GCS bucket. The SegmentMetadataPush job calls SegmentPushUtils.sendSegmentUriAndMetadata which filters the specified folder for only files with .tar.gz extensions (which in our case the files had no extensions. We worked around the issue by renaming the files with the extensions manually and that worked. -- 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