kishoreg commented on PR #11486: URL: https://github.com/apache/pinot/pull/11486#issuecomment-1703860045
@Jackie-Jiang we need protection on both sides. Ensuring IS is always correct is not enough. The routing happens based on the current state and EV and the change is not atomic. Also, there are many scenarios where a segment on a particular node will become offline or ERROR etc. We dont want be coding for every scenario instead we need to code for the invariant that a server instance should own all the segments belonging to a partition to be eligible to serve the query. +1 from my side on the idea. I haven't reviewed the code. -- 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]
