adithyachakilam commented on code in PR #16065:
URL: https://github.com/apache/druid/pull/16065#discussion_r1515241732
##########
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:
In previous code, if `isStandAloneTask=true`, even this line doesn't gets
executed. Would it create any problems now ?
--
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]