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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org