jackjlli opened a new pull request, #9905:
URL: https://github.com/apache/pinot/pull/9905

   There is a race condition when it took too much time for the 1st segment 
upload to process (due to slow PinotFS access), which leads to the 2nd attempt 
of segment upload, and the 2nd segment upload succeeded. In this case, when the 
1st upload comes back, it shouldn't blindly delete the segment when it failed 
to update the zk metadata. Instead, the 1st attempt should validate the crc one 
more time. If crc remains the same, segment deletion should be skipped.


-- 
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

Reply via email to