chenboat opened a new pull request #3849: Using PinotFS interface instead of local file to download a segment f… URL: https://github.com/apache/incubator-pinot/pull/3849 #3847 When using low level realtime data consumer, a slow server now may download the segments from controller. The controller's segment download api uses FileUploadPathProvider. Its getBaseDataDir() method now assume all segments are stored locally and requires the data dir path scheme being "file" -- thus deep storage scheme can not work. This refactoring uses PinotFS interface instead.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
