didip opened a new issue #11790: URL: https://github.com/apache/druid/issues/11790
### Description Version: 0.21.1. runner.type: remoteHttp There's a bug where 1 or 2 sub_tasks can simply hang forever. Overlord need to be able to measure how long it is currently running for and kill it when it exceeds the time out. And make the timeout customizable via the ingestion spec. ### Motivation This bug is really a show stopper for using index_parallel on a large scale ingestion. I had to write an external cronjob to calculate duration since startTime and kill the sub_task via the API. This cronjob is kind of working but not perfect. For example, I don't know if the startTime begins on queue time or when it actually begins running. -- 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]
