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

   1. What is the typical freshness lag during segment commit? If we don't want 
to read IS for every segment commit, we need to configure a timeout longer than 
the common freshness lag so that it doesn't always timeout.
   2. We should look at IS to know if server still owns the segment
   
   After a second thought, I feel I missed an important point. After 
rebalancing without consuming segments, when the current consuming segment 
commits, does it remain on the current server, or is moved to the new server? 
If it moves to the new server, it should trigger the CONSUMING -> OFFLINE state 
transition, which does not need to wait for the 10 minutes timeout.


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