Jackie-Jiang opened a new pull request, #8923: URL: https://github.com/apache/pinot/pull/8923
Currently the all segments loaded check is applied when ingesting a record. If the check throws exception (e.g. ZK disconnected), we will skip ingesting the record but not fail the ingestion, which can cause data inconsistency. Also, server should not rely on ZK connection when consuming events. This PR moves the check to consuming segment creation, so that the exception can be properly handled. -- 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]
