This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 8d02f29b85c Degrade IoTConsensus IndexControllel log level (#10241)
8d02f29b85c is described below
commit 8d02f29b85c720d60c6abd8f1237d2168f0d7fec
Author: Potato <[email protected]>
AuthorDate: Tue Jun 20 16:08:26 2023 +0200
Degrade IoTConsensus IndexControllel log level (#10241)
Signed-off-by: OneSizeFitQuorum <[email protected]>
---
.../org/apache/iotdb/consensus/iot/logdispatcher/IndexController.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/consensus/src/main/java/org/apache/iotdb/consensus/iot/logdispatcher/IndexController.java
b/consensus/src/main/java/org/apache/iotdb/consensus/iot/logdispatcher/IndexController.java
index d153ae7460f..4acd0c92d6e 100644
---
a/consensus/src/main/java/org/apache/iotdb/consensus/iot/logdispatcher/IndexController.java
+++
b/consensus/src/main/java/org/apache/iotdb/consensus/iot/logdispatcher/IndexController.java
@@ -118,7 +118,7 @@ public class IndexController {
try {
if (oldFile.exists()) {
FileUtils.moveFile(oldFile, newFile);
- logger.info(
+ logger.debug(
"version file updated, previous: {}, current: {}",
oldFile.getAbsolutePath(),
newFile.getAbsolutePath());