This is an automated email from the ASF dual-hosted git repository.
east pushed a change to branch cluster_nodetool
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 2f2e71e remove monitor module
new 1f9eec5 add Lag for write
new ffefba9 fix bug
The 1782 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/iotdb/cluster/entity/Server.java | 2 +
...ocessor.java => QueryMetricAsyncProcessor.java} | 23 ++++++--
...iesTypeRequest.java => QueryMetricRequest.java} | 12 ++---
...adataResponse.java => QueryMetricResponse.java} | 27 +++++-----
.../org/apache/iotdb/cluster/utils/RaftUtils.java | 63 +++++++++++++++++-----
iotdb-cli/pom.xml | 5 --
iotdb/iotdb/conf/iotdb-engine.properties | 50 ++++++++---------
iotdb/iotdb/conf/iotdb-sync-client.properties | 4 +-
iotdb/iotdb/conf/logback.xml | 2 -
.../org/apache/iotdb/db/sql/parse/TSParser.g | 8 +--
10 files changed, 123 insertions(+), 73 deletions(-)
copy
cluster/src/main/java/org/apache/iotdb/cluster/rpc/raft/processor/{BasicSyncUserProcessor.java
=> QueryMetricAsyncProcessor.java} (50%)
copy
cluster/src/main/java/org/apache/iotdb/cluster/rpc/raft/request/{QuerySeriesTypeRequest.java
=> QueryMetricRequest.java} (77%)
copy
cluster/src/main/java/org/apache/iotdb/cluster/rpc/raft/response/{QueryMetadataResponse.java
=> QueryMetricResponse.java} (60%)