You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/12 07:57:37 UTC

[iotdb] branch upgrade_debug created (now ee378d70bf)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch upgrade_debug
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at ee378d70bf upgrade debug

This branch includes the following new commits:

     new ee378d70bf upgrade debug

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: upgrade debug

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch upgrade_debug
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit ee378d70bf8dc9855d66855f057b81c24d7f70e1
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu May 12 15:57:19 2022 +0800

    upgrade debug
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfigCheck.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfigCheck.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfigCheck.java
index f3be9beeec..851c7af5bf 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfigCheck.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfigCheck.java
@@ -439,6 +439,7 @@ public class IoTDBConfigCheck {
   private void moveFileToUpgradeFolder(List<String> folders) {
     for (String baseDir : folders) {
       File fileFolder = fsFactory.getFile(baseDir);
+      logger.warn("move Files In {} To Upgrade folder", fileFolder.getAbsolutePath());
       if (!fileFolder.isDirectory()) {
         continue;
       }