Jackie-Jiang opened a new pull request #4942: Refactor SegmentFetcher into FileFetcher to handle more generic file and embed retry logic URL: https://github.com/apache/incubator-pinot/pull/4942 Currently SegmentFetcher only perform retry for HTTP and HTTPS urls, the retry for other protocols are handled in PinotFS PinotFS should not be responsible for the retry, so move the retry handling into SegmentFetcher and remove the PinotFSDelegator Also change SegmentFetcher into FileFetcher to handle more generic files Other enhancements: - If protocol is not initialized, provide default FileFetcher - For local file copy, do not retry on failure
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
