mcvsubbu commented on issue #11314: URL: https://github.com/apache/pinot/issues/11314#issuecomment-1688912843
We have a realtime segment validation periodic job that detects all-replicas-offline condition. Maybe it can be augmented to detect the condition you describe, and issue a force-commit (if confgured to do so). I would suggest to verify that the condition existed at least for X minutes before triggering forcecommit. Alternatvely, another job may be easier, and folks can configure that in or out, but the read of zk will be done again in the second job. I forget whether we list all segments and sort them, but something to look at. -- 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