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/24 11:54:23 UTC

[GitHub] [iotdb] yuqi1129 commented on a change in pull request #2901: Fix Run IoTDB main meets 'Wrong max_degree_of_index_node, please set as'

yuqi1129 commented on a change in pull request #2901:
URL: https://github.com/apache/iotdb/pull/2901#discussion_r600408649



##########
File path: tsfile/src/main/java/org/apache/iotdb/tsfile/common/conf/TSFileConfig.java
##########
@@ -75,7 +75,7 @@
   /** The maximum number of data points in a page, default value is 1024 * 1024. */
   private int maxNumberOfPointsInPage = 1024 * 1024;
   /** The maximum degree of a metadataIndex node, default value is 1024 */
-  private int maxDegreeOfIndexNode = 256;
+  private int maxDegreeOfIndexNode = 1024;

Review comment:
       OK, Thanks for your careful review~ 




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