SzyWilliam commented on code in PR #9797:
URL: https://github.com/apache/iotdb/pull/9797#discussion_r1189807674


##########
confignode/src/main/java/org/apache/iotdb/confignode/conf/ConfigNodeConfig.java:
##########
@@ -237,7 +239,9 @@ public class ConfigNodeConfig {
   private long configNodeSimpleConsensusLogSegmentSizeMax = 24 * 1024 * 1024L;
 
   /** RatisConsensus protocol, flow control window for ratis grpc log appender 
*/
-  private long dataRegionRatisGrpcFlowControlWindow = 4 * 1024 * 1024L;
+  private long dataRegionRatisGrpcFlowControlWindow = 16 * 1024 * 1024L;

Review Comment:
   I think we should change the default value after a thorough evaluation.
   Maybe we can leave this PR clean and separate the changes of default value 
to another PR. We may need that PR when inviting community discussions.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to