zachjsh commented on a change in pull request #12052:
URL: https://github.com/apache/druid/pull/12052#discussion_r768047409
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/ParallelIndexSupervisorTask.java
##########
@@ -502,7 +504,7 @@ private void initializeSubTaskCleaner()
if (isParallelMode()) {
currentSubTaskHolder = new CurrentSubTaskHolder((currentRunnerObject,
taskConfig) -> {
final ParallelIndexTaskRunner runner = (ParallelIndexTaskRunner)
currentRunnerObject;
- runner.stopGracefully();
+ runner.stopGracefully(null);
Review comment:
Should we add some generic Cleaner stop reason here?
--
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]