georgew5656 commented on code in PR #16065:
URL: https://github.com/apache/druid/pull/16065#discussion_r1516350446
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/AbstractTask.java:
##########
@@ -201,7 +201,11 @@ public void cleanUp(TaskToolbox toolbox, @Nullable
TaskStatus taskStatus) throws
// clear any interrupted status to ensure subsequent cleanup proceeds
without interruption.
Thread.interrupted();
Review Comment:
good point, i'm just gonna change the logic back to override cleanup, think
its cleaner that way
--
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]