shuturmurgh commented on issue #17446: URL: https://github.com/apache/pinot/issues/17446#issuecomment-3711175797
Figured out the root cause. [SegmentStatusChecker](https://github.com/apache/pinot/blob/master/pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java#L353) would incorrectly report a segment as offline if following two conditions are true 1. It was created after EV had been fetched 2. It's creation time was checked so late in iteration that its age exceeded waitForPushTimePeriod These conditions can happen if table has high number of segments and commits segments very frequently -- 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]
