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 b8bb7b3  histo=180
b8bb7b3 is described below

commit b8bb7b3dd7a7b198638c693a90c7c94ba13503e0
Author: Ring-k <[email protected]>
AuthorDate: Tue Sep 8 16:41:00 2020 +0800

    histo=180
---
 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 a9ef077..5329ff2 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[100];
-  public static int[] currentBatchHisto = new int[100];
+  public static int[] queueHisto = new int[180];
+  public static int[] currentBatchHisto = new int[180];
 
   static Statistic[] statistics = new 
Statistic[]{dataGroupMemberProcessPlanLocally,
       dataGroupMemberWaitLeader,

Reply via email to