cryptoe commented on code in PR #15372:
URL: https://github.com/apache/druid/pull/15372#discussion_r1394173271
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/ParallelIndexSupervisorTask.java:
##########
@@ -1204,7 +1205,8 @@ private TaskStatus runSequential(TaskToolbox toolbox)
throws Exception
convertToIndexTuningConfig(getIngestionSchema().getTuningConfig())
),
getContext(),
- getIngestionSchema().getTuningConfig().getMaxAllowedLockCount()
+ getIngestionSchema().getTuningConfig().getMaxAllowedLockCount(),
+ false
Review Comment:
Nit: lets add the comment on line 1209 so that we do not loose context.
--
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]