mcvsubbu commented on issue #5221: Add a new server api for download of segments. URL: https://github.com/apache/incubator-pinot/pull/5221#issuecomment-613772470 @chenboat You need to use the config `pinot.server.segmentTarDir`. It's value can be obtained from `HelixInstanceDataManagerConfig.getInstanceSegmentTarDir`. The class `SegmentFetcherAndLoader` uses this directory to download segment onto a temp tar file and untar it before moving it to the final place (the directory you are using). I believe segmentTarDir is cleaned up automatically, but if not, we need to add code to do that.
---------------------------------------------------------------- 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]
