rseetham commented on PR #18560: URL: https://github.com/apache/pinot/pull/18560#issuecomment-4526384688
We had a table with 2 topics that were being ingested. One of the tables got deleted and for some reason the ingestion on the other one also stopped (not sure why). This process tried to restart ingestion on both topics but since the second topic was deleted, it errored out with a runtime exception and did not start ingestion on the good topic as well. When we removed the deleted topic from the config, the ingestion resumed. I've seen other cases where the deleted topic is paused in the config where this works and ingestion does not stop. -- 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]
