zachjsh commented on issue #15912: URL: https://github.com/apache/druid/issues/15912#issuecomment-1949021481
@JRobTS The killUnusedSegments duty is tied to the coordinator indexing period (`druid.coordinator.period.indexingPeriod`), it will not issue kill tasks at a faster rate than the max of that config and `druid.coordinator.kill.period`. what are these configs set to on your cluster? Can you try lowering this to say 10 minutes as to see if that helps with progress? It seems that in your case newer unused segments are being created at a rate faster than the indexing / kill period. -- 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]
