LebronAl commented on a change in pull request #1561:
URL: https://github.com/apache/incubator-iotdb/pull/1561#discussion_r460597996



##########
File path: 
cluster/src/main/java/org/apache/iotdb/cluster/log/catchup/LogCatchUpTask.java
##########
@@ -50,8 +52,9 @@
 
   // sending logs may take longer than normal communications
   private static final long SEND_LOGS_WAIT_MS = 5 * 60 * 1000L;
+  private static final int LOG_NUM_IN_BATCH = 1024;
+  private static final int LEFT_SIZE_IN_REQUEST = 1024;

Review comment:
       These variables seems to be easier to maintain and modify in the 
clusterUtil or clusterConfig




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


Reply via email to