JRobTS opened a new issue, #15911: URL: https://github.com/apache/druid/issues/15911
When `druid.coordinator.kill.period` is a multiple of `druid.coordinator.period.indexingPeriod` it does not trigger correctly. This is a regression from previous versions. ### Affected Version 28.0.1 ### Description A simple configuration example to demonstrate this issue: With `druid.coordinator.kill.period=PT1H` and the default `druid.coordinator.period.indexingPeriod` of `PT30M` the kill is triggered every 1.5 hours instead of every hour. -- 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]
