AmatyaAvadhanula commented on code in PR #15952:
URL: https://github.com/apache/druid/pull/15952#discussion_r1531932564


##########
server/src/main/java/org/apache/druid/metadata/SqlSegmentsMetadataManager.java:
##########
@@ -1072,12 +1074,19 @@ public DataSegment map(int index, ResultSet r, 
StatementContext ctx) throws SQLE
     if (segments.isEmpty()) {
       log.info("No segments found in the database!");
     } else {
-      log.info("Polled and found %,d segments in the database", 
segments.size());
+      log.info("Polled and found [%,d] segments in the database in [%,d] ms.", 
segments.size(), stopwatch.millisElapsed());
     }
+    stopwatch.restart();
+
+    log.debug("Building datasources snapshot from polled segments.");

Review Comment:
   Removed



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