You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "itschrispeck (via GitHub)" <gi...@apache.org> on 2023/11/03 00:23:06 UTC

Re: [I] Deep store upload retry does not scale for large clusters [pinot]

itschrispeck commented on issue #11874:
URL: https://github.com/apache/pinot/issues/11874#issuecomment-1791736776

   I added some logs to see where the time was taken. It doesn't appear to be due to total segments as I initially thought. The majority of time taken is during segment re-upload. 
   
   I guess this points to either introducing some parallelism for segment upload (there is a TODO in the code for this), or pulling it out into another task to avoid a period of high deep store upload failure blocking other segment validation functions. Thoughts? 


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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