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 2020/10/26 01:00:31 UTC

[GitHub] [iotdb] SilverNarcissus commented on a change in pull request #1851: [IOTDB-951] Fix auto-creating schema in parallel may write unrecognizable timeseries in mlog.txt

SilverNarcissus commented on a change in pull request #1851:
URL: https://github.com/apache/iotdb/pull/1851#discussion_r511675529



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MLogWriter.java
##########
@@ -38,6 +41,8 @@
   private static final String STRING_TYPE = "%s,%s,%s"; 
   private File logFile;
   private BufferedWriter writer;

Review comment:
       We can use file channel to replace it. Check other place where it is used ~




----------------------------------------------------------------
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