clintropolis commented on code in PR #14204:
URL: https://github.com/apache/druid/pull/14204#discussion_r1190649229


##########
processing/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.java:
##########
@@ -191,6 +194,11 @@ public boolean hasNext()
               {
                 final long thisTimeoutNanos = timeoutAtNanos - 
System.nanoTime();
                 if (hasTimeout && thisTimeoutNanos < 0) {
+                  LOG.info("Query timed out while merging results from data 
nodes. "
+                           + "Current merge state is [%s] and time spent in 
current state is [%,d]ms.",
+                           mergeCombineMetricsAccumulator.getState(),
+                           
mergeCombineMetricsAccumulator.timeSpentInCurrentStateNanos()
+                  );

Review Comment:
   same thought on info logs



-- 
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]

Reply via email to