ankit0811 commented on issue #7962: Killing hadoop ingestion task does not kill 
spawned Hadoop MR task
URL: 
https://github.com/apache/incubator-druid/issues/7962#issuecomment-508371262
 
 
   looks like the `stopGracefully` method is not being called when we kill the 
task 
   
https://github.com/apache/incubator-druid/blob/0.14.2-incubating/indexing-service/src/main/java/org/apache/druid/indexing/overlord/SingleTaskBackgroundRunner.java#L186
   
   Can have a quick fix by calling `task.stopGracefully` from 
`ForkingTaskRunner::shutdown`
   
   @jihoonson @jon-wei let me know what you think

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to