You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/13 00:51:34 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #8519: [Bug]Pinot broker routes queries to servers while they are still downloading segments

Jackie-Jiang commented on issue #8519:
URL: https://github.com/apache/pinot/issues/8519#issuecomment-1097437319

   @mcvsubbu The issue here is that for new servers, the `shutdownInProgress` flag is not set, and broker will start routing queries to it whenever the segment becomes ONLINE/CONSUMING in the external view. We should set the flag if it is not set yet when a server starts, so that all the servers (new server, existing server that encounters hard failure etc.) have the same behavior.


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