jasperjiaguo opened a new issue, #9152:
URL: https://github.com/apache/pinot/issues/9152

   1. Currently if we use the default code path for server segment download we 
won't retry download on untar failure. In situations as downloading partial tar 
file, this would not be helpful. There are two solutions: 
       - improve the default code path
       - use the new stream download untar code path 
`pinot.server.instance.segment.stream.download.untar`
   
   2. The new stream download untar code path currently doesn't support stream 
decryption, as should be theoretically possible with  block cipher. This 
potential improvement to stream segment download can be explored.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to