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 2021/03/01 08:05:08 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #2745: Make the Wal buffer pool parameters to be configurable

HTHou commented on a change in pull request #2745:
URL: https://github.com/apache/iotdb/pull/2745#discussion_r584509716



##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
##########
@@ -167,6 +167,10 @@
    */
   private int walBufferSize = 16 * 1024 * 1024;
 
+  private int maxWalBytebufferNumForEachPartition = 8;

Review comment:
       The default value should be 6?




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