This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 1fb9a2f refactor structure of package query
add 238f3fb add query coordinator framework
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/query/manage/NodeStatus.java | 51 +++++++++++
.../cluster/query/manage/QueryCoordinator.java | 99 ++++++++++++++++++++++
.../iotdb/cluster/server/MetaClusterServer.java | 7 ++
.../cluster/server/member/MetaGroupMember.java | 14 ++-
service-rpc/src/main/thrift/cluster.thrift | 7 ++
5 files changed, 176 insertions(+), 2 deletions(-)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/query/manage/NodeStatus.java
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/query/manage/QueryCoordinator.java