SteveYurongSu commented on code in PR #10873:
URL: https://github.com/apache/iotdb/pull/10873#discussion_r1296010272
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/wal/node/WALNode.java:
##########
@@ -309,8 +309,8 @@ private void updateEffectiveInfoRationAndUpdateMetric() {
private void summarizeExecuteResult() {
if (filesShouldDelete.length == 0) {
- logger.info(
- "wal node-{}:no wal file was found that should be deleted,current
first valid version id is {}",
+ logger.debug(
Review Comment:
if (logger.isDebugEnabled()) {
xxx.
}
--
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]