You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/04/17 09:34:57 UTC

[incubator-iotdb] branch cluster_new updated (c8219c0 -> 5de279c)

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 c8219c0  fix unlocked slots
     add 5de279c  [IOTDB-526] Support some metadata queries (#1051)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/partition/PartitionTable.java    |   5 +
 .../cluster/partition/SlotPartitionTable.java      |  47 ++--
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 196 +++++++++++++-
 .../iotdb/cluster/server/DataClusterServer.java    |  57 ++--
 ....java => GetChildNodeNextLevelPathHandler.java} |  30 +--
 ...lusterHandler.java => GetNodesListHandler.java} |  31 +--
 ...andler.java => GetTimeseriesSchemaHandler.java} |  28 +-
 .../cluster/server/member/DataGroupMember.java     | 294 ++++++++++++++-------
 .../cluster/server/member/MetaGroupMember.java     |   2 +
 .../org/apache/iotdb/cluster/common/IoTDBTest.java |   3 +-
 .../cluster/log/applier/DataLogApplierTest.java    |   5 +-
 .../cluster/query/ClusterPlanExecutorTest.java     |   3 +-
 .../server/heartbeat/MetaHeartbeatThreadTest.java  |  11 +-
 .../apache/iotdb/db/qp/executor/IPlanExecutor.java |   3 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  25 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   2 +-
 .../iotdb/db/engine/storagegroup/TTLTest.java      |   3 +-
 service-rpc/src/main/thrift/cluster.thrift         |   5 +
 18 files changed, 528 insertions(+), 222 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/server/handlers/caller/{JoinClusterHandler.java => GetChildNodeNextLevelPathHandler.java} (62%)
 copy cluster/src/main/java/org/apache/iotdb/cluster/server/handlers/caller/{JoinClusterHandler.java => GetNodesListHandler.java} (62%)
 copy cluster/src/main/java/org/apache/iotdb/cluster/server/handlers/caller/{JoinClusterHandler.java => GetTimeseriesSchemaHandler.java} (62%)