alphaxo edited a comment on issue #8663: URL: https://github.com/apache/druid/issues/8663#issuecomment-760801874
Facing the same issue also with version 0.16.0-incubating. I have encountered this problem several times. The scenario at that time was that I needed to delete the data for a certain period of time and re-import the data into kafka for druid calculation; this problem would occur if the operation interval was short. When this problem occurred, I could not connect to the coordinator / overload node. So my solution is to connect to the metadata storage and manually delete the related records in druid_pendingSegments ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
