This is an automated email from the ASF dual-hosted git repository.
east pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 2e3a18e fix conflicts
new fe07831 update
new 8dabb8e Merge remote-tracking branch 'origin/cluster' into cluster
new 8e4b05b add check sg exists of path for cluster (#126)
new f83b601 Add method getAllSGByFile() for MManager (#125)
new a00f080 Merge remote-tracking branch 'remotes/origin/master' into
cluster
new b2fd471 implement show metadata in json string
The 1627 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:
.../cluster/entity/raft/DataStateMachine.java | 10 ++
.../cluster/entity/raft/MetadataStateManchine.java | 3 +-
.../iotdb/cluster/entity/raft/RaftService.java | 2 -
.../apache/iotdb/cluster/qp/ClusterQPExecutor.java | 44 ++++++++
.../cluster/qp/executor/QueryMetadataExecutor.java | 117 ++++++++++++++++++---
...uest.java => QueryMetadataInStringRequest.java} | 4 +-
...nse.java => QueryMetadataInStringResponse.java} | 15 +--
.../cluster/rpc/service/TSServiceClusterImpl.java | 6 ++
.../apache/iotdb/cluster/utils/hash/Router.java | 16 +++
docs/Documentation/OtherMaterial-Examples.md | 10 +-
.../java/org/apache/iotdb/db/metadata/MGraph.java | 7 ++
.../org/apache/iotdb/db/metadata/MManager.java | 17 +++
.../java/org/apache/iotdb/db/metadata/MTree.java | 40 +++++++
.../org/apache/iotdb/db/service/TSServiceImpl.java | 12 ++-
.../iotdb/db/metadata/MManagerBasicTest.java | 26 +++++
.../org/apache/iotdb/db/metadata/MTreeTest.java | 28 +++++
java-google-style.xml | 44 ++++----
17 files changed, 346 insertions(+), 55 deletions(-)
copy
cluster/src/main/java/org/apache/iotdb/cluster/rpc/request/{QueryStorageGroupRequest.java
=> QueryMetadataInStringRequest.java} (86%)
copy
cluster/src/main/java/org/apache/iotdb/cluster/rpc/response/{DataGroupNonQueryResponse.java
=> QueryMetadataInStringResponse.java} (71%)