jadami10 opened a new pull request, #16725: URL: https://github.com/apache/pinot/pull/16725
closes https://github.com/apache/pinot/issues/16435 This is a behavior change to warn about non-consuming segments rather than fail the API. In our case, we want to commit all segments more than X time old. We compute them ahead of time then force commit them in batches. Sometimes, by the time we get to a certain batch, the segment has already been committed by Pinot. This makes the API a bit more forgiving to just log these cases rather than fail. I've added a unit test for this case. -- 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]
