jack870131 commented on a change in pull request #713: [IOTDB-418] New series 
reader
URL: https://github.com/apache/incubator-iotdb/pull/713#discussion_r378857095
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
 ##########
 @@ -309,6 +309,11 @@ private void loadProps() {
       conf.setMemtableNumInEachStorageGroup(
           
Integer.parseInt(properties.getProperty("memtable_num_in_each_storage_group", 
String.valueOf(conf.getMemtableNumInEachStorageGroup()))));
 
+      // the num of memtables in each storage group
 
 Review comment:
   Fixed. Sorry for misunderstanding. This should be "the default fill interval 
in LinearFill and PreviousFill".

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


With regards,
Apache Git Services

Reply via email to