This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 15c53c3 update
new 2158530 modify QueryMetadataExecutor
new 4e0dc1a fix conflicts
new 852ee10 fix serve bug and test quert/create sg
The 1603 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 | 3 +-
.../cluster/entity/raft/DataStateMachine.java | 12 +-
.../cluster/entity/raft/MetadataStateManchine.java | 8 ++
.../apache/iotdb/cluster/qp/ClusterQPExecutor.java | 4 +
.../cluster/qp/executor/NonQueryExecutor.java | 2 +
.../cluster/qp/executor/QueryMetadataExecutor.java | 4 +-
.../iotdb/cluster/rpc/impl/RaftNodeAsClient.java | 2 +
.../rpc/processor/NonQueryAsyncProcessor.java | 93 +++++++-------
.../org/apache/iotdb/cluster/utils/RaftUtils.java | 32 +++--
.../apache/iotdb/cluster/utils/hash/Router.java | 136 ++++++++++++++-------
.../iotdb/cluster/utils/hash/RouterTest.java | 8 +-
11 files changed, 195 insertions(+), 109 deletions(-)