You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/16 01:26:21 UTC

[GitHub] chenboat opened a new pull request #3849: Using PinotFS interface instead of local file to download a segment f…

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org