teeram commented on issue #8663: Kafka indexing service duplicate entry exception in druid_pendingSegments URL: https://github.com/apache/druid/issues/8663#issuecomment-607571766 Hey @jihoonson, the way I have gotten around this problem is to manually connect to the metadata store and delete any rows associated with a datasource in the druid_pendingSegments table. I suspend the Kafka indexing service before this occurs by using the coordinator API. Once the rows have been deleted, I fire the Kafka indexing service back up again using the coordinator API.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
