Jackie-Jiang opened a new pull request, #9735:
URL: https://github.com/apache/pinot/pull/9735

   When deleting a segment, we delete the segment from ideal state 
synchronously, then use a separate thread to delete the segment from property 
store and deep store asynchronously. This could cause inconsistency between 
ideal state and segments in the property store, and we should always use ideal 
state as the source of truth for the segments because that is what Helix is 
following. The segment ZK metadata from the property store can be used to track 
the orphan segments that are not cleaned up property.


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