NeoFei opened a new issue #11483: URL: https://github.com/apache/druid/issues/11483
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version >=0.17.0 ### Description When a kafka task need to convert status from READING to PUSHING, overlord will send a PAUSE command, then the peon/indexer will stopping reading the data from kafka. If the worker do not response the PAUSE(from overlord) immediately, overlord will wait and retry to check the status of the worker(whether it is PAUSED after a while). Here is a coding bug resulting overlord retry unlimited times, leading to overlord can not start next task. This is related logs on overlord:  -- 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]
