iercan opened a new issue #10981: URL: https://github.com/apache/druid/issues/10981
I've created a kafka supervisor which create ingestion task per hour. When I create a kill task it stays wait state even if supervisor change to new task In the picture supervisor creates task at 8:35. I finished at 9:35 and I'd expect kill task take place but it still can not start and new ingestion task start. As a result kill task wait forever. How can I overcome this?  ### Affected Version Druid version: 0.20.1 ### Description I see below log in overlord. Looks like it is a priority issue but couldn't figure out how to resolve. ``` 2021-03-11T08:01:13,810 INFO [TaskQueue-Manager] org.apache.druid.indexing.overlord.TaskLockbox - Cannot create a new taskLockPosse for request..... taskIds=[....]}]] have same or higher priorities ``` ---------------------------------------------------------------- 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]
