Jackie-Jiang commented on a change in pull request #4714: Remove the segment 
missing error message when acquiring segments
URL: https://github.com/apache/incubator-pinot/pull/4714#discussion_r336121607
 
 

 ##########
 File path: 
pinot-core/src/main/java/org/apache/pinot/core/query/executor/ServerQueryExecutorV1Impl.java
 ##########
 @@ -158,7 +175,8 @@ public DataTable processQuery(ServerQueryRequest 
queryRequest, ExecutorService e
         LOGGER.debug("Did not find valid ingestionTimestamp across consuming 
segments! Using indexTime instead");
         minConsumingFreshnessTimeMs = minIndexTimeMs;
       }
-      LOGGER.debug("Querying {} consuming segments with min 
minConsumingFreshnessTimeMs {}", numConsumingSegmentsProcessed, 
minConsumingFreshnessTimeMs);
+      LOGGER.debug("Querying {} consuming segments with min 
minConsumingFreshnessTimeMs {}",
 
 Review comment:
   Done

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to