Jackie-Jiang commented on issue #10185: URL: https://github.com/apache/pinot/issues/10185#issuecomment-1407110087
I see. This is great observation, and I believe there is another deadlock: Initially a segment is going through the OFFLINE -> CONSUMING state transition, then the segment is committed, so it becomes an ONLINE segment in IS. The `allSegmentsLoaded` check is waiting for the segment to become ONLINE, which will never happen because it is going through the OFFLINE -> CONSUMING state transition -- 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