This is an automated email from the ASF dual-hosted git repository.

yuyuankang pushed a commit to branch cluster_performance
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/cluster_performance by this 
push:
     new a426503  histo=100
a426503 is described below

commit a426503927149e5c9bff914c16b7328f7815476f
Author: Ring-k <[email protected]>
AuthorDate: Tue Sep 8 16:32:46 2020 +0800

    histo=100
---
 cluster/src/main/java/org/apache/iotdb/cluster/server/Timer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cluster/src/main/java/org/apache/iotdb/cluster/server/Timer.java 
b/cluster/src/main/java/org/apache/iotdb/cluster/server/Timer.java
index 200cb7d..a9ef077 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/server/Timer.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/server/Timer.java
@@ -49,8 +49,8 @@ public class Timer {
   public static Statistic raftMemberFromCreateToAppendLog = new 
Statistic("Raft member - from create to append log: ", 1000000L);
   public static Statistic logDispatcherFromCreateToEnd= new Statistic("Log 
dispatcher - from create to end: ", 1000000L);
 
-  public static int[] queueHisto = new int[42];
-  public static int[] currentBatchHisto = new int[42];
+  public static int[] queueHisto = new int[100];
+  public static int[] currentBatchHisto = new int[100];
 
   static Statistic[] statistics = new 
Statistic[]{dataGroupMemberProcessPlanLocally,
       dataGroupMemberWaitLeader,

Reply via email to