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 11:16:18 UTC

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

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



##########
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:
       fix




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