This is an automated email from the ASF dual-hosted git repository.
yuyuankang pushed a commit to branch kyy
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/kyy by this push:
new 5b79c35 format
5b79c35 is described below
commit 5b79c356cc3ed5c9274a1015dd8ebd7e4dbe8625
Author: Ring-k <[email protected]>
AuthorDate: Wed Jul 29 10:11:11 2020 +0800
format
---
.../main/java/org/apache/iotdb/cluster/config/ClusterConfig.java | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git
a/cluster/src/main/java/org/apache/iotdb/cluster/config/ClusterConfig.java
b/cluster/src/main/java/org/apache/iotdb/cluster/config/ClusterConfig.java
index 9d6d8b7..05aaa6a 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/config/ClusterConfig.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/config/ClusterConfig.java
@@ -100,13 +100,13 @@ public class ClusterConfig {
private boolean enableRaftLogPersistence = true;
- private int flushRaftLogThreshold=10000;
+ private int flushRaftLogThreshold = 10000;
- private int forceRaftLogPeriodInMS=10;
+ private int forceRaftLogPeriodInMS = 10;
/**
- * Size of log buffer. If raft log persistence is enabled and the size of a
insert plan
- * is smaller than this parameter, then the insert plan will be rejected by
WAL.
+ * Size of log buffer. If raft log persistence is enabled and the size of a
insert plan is smaller
+ * than this parameter, then the insert plan will be rejected by WAL.
*/
private int raftLogBufferSize = 16 * 1024 * 1024;
@@ -121,7 +121,6 @@ public class ClusterConfig {
private ConsistencyLevel consistencyLevel = ConsistencyLevel.MID_CONSISTENCY;
-
public int getSelectorNumOfClientPool() {
return selectorNumOfClientPool;
}