You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/14 01:48:46 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #552: Delete users/*.profile

qiaojialin commented on a change in pull request #552: Delete users/*.profile
URL: https://github.com/apache/incubator-iotdb/pull/552#discussion_r346092368
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
 ##########
 @@ -88,7 +90,16 @@ private void setUp() throws StartupException {
     if (IoTDBDescriptor.getInstance().getConfig().isEnableStatMonitor()) {
       StatMonitor.getInstance().recovery();
     }
-
+    // Delete data/system/users/*.profile
+    File userDirectory = new File("server/target/iotdb-server-0.9.0/data/system/users");
 
 Review comment:
   ```suggestion
       File usersDir = SystemFileFactory.INSTANCE.getFile(
           IoTDBDescriptor.getInstance().getConfig().getSystemDir() + File.separator + "users");
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services