LakshSingla commented on code in PR #14998:
URL: https://github.com/apache/druid/pull/14998#discussion_r1327948330
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/MSQControllerTask.java:
##########
@@ -204,7 +206,7 @@ public boolean isReady(TaskActionClient taskActionClient)
throws Exception
if (isIngestion(querySpec) && ((DataSourceMSQDestination)
querySpec.getDestination()).isReplaceTimeChunks()) {
final List<Interval> intervals =
((DataSourceMSQDestination)
querySpec.getDestination()).getReplaceTimeChunks();
-
+ log.debug("Task[%s] trying to acquire[%s] locks for intervals [%s] to
become ready", getId(), TaskLockType.EXCLUSIVE, intervals);
Review Comment:
nit: inconsistent spacing between words and extrapolation.
--
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]