qphien opened a new issue #10311: URL: https://github.com/apache/druid/issues/10311
### Affected Version apache-druid-0.16.1-incubating ### Description I have 150+ KIS and each KIS launches 1~2 ingestion task, each task has PT3600S taskDuration. when ingestion task runs about 1 hour and succeeds to publish segments, task log and middle manager log shows that this task's status is success like below: `Task log` [task.log](https://github.com/apache/druid/files/5113605/task.log) `MiddleManager.log` [MiddleManager.log](https://github.com/apache/druid/files/5113608/MiddleManager.log) But from log of overlord, task index_kafka_push_register_43d787f78c74374_cfcibngo failed. `Overlord.log` [Overlord.log](https://github.com/apache/druid/files/5113609/Overlord.log) I tried to restart middleManager and overlord but nothing worked. I also submitted an index_parallel task to my overlord cluster, but the task still failed. What's wrong with my druid cluster? Can anyone give me some suggestions on how to solve this problem? ---------------------------------------------------------------- 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]
