Jackie-Jiang commented on issue #4338: Within a partition, only allow querying the first CONSUMING segment for the real-time table routing URL: https://github.com/apache/incubator-pinot/pull/4338#issuecomment-503400722 > Got it. Good idea. One concern with this is if one replica of a segment stays in CONSUMING state for ever, then we will never query the new consuming segments. > > @npawar does validation manager handle take care of segments stuck in consuming state? In ideal state, if any instance is ONLINE for the segment, then it is guaranteed that all instances are set to ONLINE for the segment (in contrast to CONSUMING where there can be mixed CONSUMING and OFFLINE for the same segment). If state transition failed, then the external view will turn into ERROR, and the current logic will shift to the next consuming segment.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org