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/11/19 12:33:35 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #9785: Adding a liveness check for consuming segments before queries are sent

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

   One way I can think of is to integrate the consumption status check into the segment state transition from `OFFLINE` to `CONSUMING`. Basically do not mark the segment ready before the consumption catch up. It can slow down the state transition (if it takes very lone, it can even time out, but we can probably put a time limit for the wait), but maybe the correct approach, which can apply to both startup and rebalance


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