Jackie-Jiang commented on issue #10552: URL: https://github.com/apache/pinot/issues/10552#issuecomment-1513815262
@ankitsultana is the 235th segment trying to transfer from `OFFLINE` to `CONSUMING` state? If so, that might explain the deadlock. When server starts consuming the 236th segment, 235th segment should be already in `ONLINE` state in ideal state. But server side might still be processing the `OFFLINE` to `CONSUMING` state, which is blocked by 236th segment because we only allow one consuming segment at the same time -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
