61yao commented on code in PR #10179:
URL: https://github.com/apache/pinot/pull/10179#discussion_r1087094289
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/QueryRunner.java:
##########
@@ -142,9 +144,10 @@ public void processQuery(DistributedStagePlan
distributedStagePlan, Map<String,
new ServerMetrics(PinotMetricUtils.getPinotMetricsRegistry()),
System.currentTimeMillis());
serverQueryResults.add(processServerQuery(request,
_scheduler.getWorkerPool()));
}
- LOGGER.debug(
- "RequestId:" + requestId + " StageId:" +
distributedStagePlan.getStageId() + " Leaf stage v1 processing time:"
- + (System.currentTimeMillis() - leafStageStartMillis) + " ms");
+ if (shouldLogOpStats) {
+ LOGGER.error("RequestId:" + requestId + " StageId:" +
distributedStagePlan.getStageId()
Review Comment:
updated to log info
--
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]