KKcorps opened a new pull request, #14716: URL: https://github.com/apache/pinot/pull/14716
We recently ran into an issue where a lot of data loss warnings were being logged in pinot logs However on investigation it was found out that we had read_committed enabled in Kafka consumer. So we don't read records from some of the offset cause the transaction was aborted for them. This PR removes data loss check for read_committed. A better solution can be to check for earliest offset in kafka topic and see if startOffset is earlier than that. However this would lead to additional delay in consumer which I don't want -- 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]
