sajjad-moradi commented on issue #7850:
URL: https://github.com/apache/pinot/issues/7850#issuecomment-984256767


   That's correct. The completed segments will be available for querying. 
Basically when a consuming segment completes, the last ingested offset (+1) 
will be used as starting offset of the next consuming segment. If there's a 
server restart, the start offset of the consuming segment, that's written in 
segment zk metadata, will be used as the starting point for consumption. The 
mentioned PR's basically disable querying after startup and let the consuming 
segments catch up consumption to the latest stream offset.


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