samperson1997 commented on a change in pull request #983:
URL: https://github.com/apache/incubator-iotdb/pull/983#discussion_r422616102



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MLogWriter.java
##########
@@ -124,7 +124,8 @@ public void changeOffset(String path, long offset) throws 
IOException {
   public static void upgradeMLog(String schemaDir, String logFileName) throws 
IOException {
     File logFile = FSFactoryProducer.getFSFactory()
         .getFile(schemaDir + File.separator + logFileName);
-    File tmpLogFile = new File(logFile.getAbsolutePath() + ".tmp");
+    File tmpLogFile = FSFactoryProducer.getFSFactory()

Review comment:
       Fixed : )




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to