Abhishek01911 opened a new pull request, #17088: URL: https://github.com/apache/pinot/pull/17088
Summary Resolves Issue [17045](https://github.com/apache/pinot/issues/17045) This PR fixes an issue where an exception in fetchPartitionCount, often caused by a deleted topic, would halt ingestion for an entire multi-topic table. By catching this exception, the failure is now isolated. Partitions for the deleted topic will get stuck in a "consuming" state, but ingestion from all other valid topics will continue unaffected. Testing Tested on a pinot table. Validated single incorrect topic doesn't stop table ingestion completely [ ![Uploading Screenshot 2025-10-27 at 10.03.23 AM.png…]() ](url) -- 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]
