xingtanzjr commented on code in PR #9167:
URL: https://github.com/apache/iotdb/pull/9167#discussion_r1122689204
##########
server/src/main/java/org/apache/iotdb/db/wal/buffer/WALBuffer.java:
##########
@@ -423,14 +431,14 @@ public SyncBufferTask(
@Override
public void run() {
+ long start = System.nanoTime();
currentWALFileWriter.updateFileStatus(fileStatus);
- if (logger.isDebugEnabled()) {
Review Comment:
Confirmed with Haiming, it is ok
--
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]