You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/02 01:36:25 UTC

[GitHub] [druid] teeram commented on issue #8663: Kafka indexing service duplicate entry exception in druid_pendingSegments

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org