KKcorps opened a new pull request, #14920: URL: https://github.com/apache/pinot/pull/14920
This PR adds support for Disaster recovery for Pauseless Ingestion along with Reingestion. During Pauseless ingestion, a ONLINE segment can wind up in an ERROR state if its commit fails due to server restart and there are no other replicas. Currently in pinot, there is no way to recover from such failures. This PR adds a solution where we use `RealtimeSegmentValidationManager` to check segments in this state and then trigger a reingestion for such segments. The reingestion is done in the servers. -- 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