AmatyaAvadhanula commented on code in PR #13476:
URL: https://github.com/apache/druid/pull/13476#discussion_r1049453969
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/config/TaskConfig.java:
##########
@@ -292,6 +320,16 @@ public boolean isEncapsulatedTask()
return encapsulatedTask;
}
+ public synchronized void addTask(final String taskId, final File taskDir)
+ {
+ tracker.addTask(taskId, taskDir);
+ }
+
+ public synchronized void removeTask(final String taskId)
Review Comment:
We do need addTask in the case of restore, which is why this is being left
as it is
--
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]