mapshen commented on issue #7850:
URL: https://github.com/apache/pinot/issues/7850#issuecomment-990277879


   > @mapshen if the behaviour of offset based status checker is still not 
desirable for your use case, you can disable it and use the consumption 
catch-up wait time. If you do that, at startup time, the server will not serve 
queries until the the wait time is over.
   
   The consumption catch-up wait time leads to the split views described at the 
beginning, doesn't it? That's why we are have these conversations.
   
   There seems to be a way to solve the problem the with offset based status 
checker: instead of continuously fetching the latest stream offset and chasing 
the moving target, it only fetches the latest offset again when it has reached 
the last fetched offset and keeps doing so till they converge before returning 
ServiceStatus.GOOD. 
   
   What do you think?


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