liuminghui233 commented on a change in pull request #4018:
URL: https://github.com/apache/iotdb/pull/4018#discussion_r723803904



##########
File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
##########
@@ -748,18 +755,22 @@ private TSExecuteStatementResp 
internalExecuteQueryStatement(
     AUDIT_LOGGER.debug(
         "Session {} execute Query: {}", sessionManager.getCurrSessionId(), 
statement);
 
-    final long startTime = System.currentTimeMillis();
+    final long queryStartTime = System.currentTimeMillis();

Review comment:
       Compared with queryStartTime, this.startTime includes the time of parse 
SQL to physical plan, which is needed in tracing.




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


Reply via email to