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/06/04 08:35:55 UTC

[incubator-iotdb] branch cluster_new updated (c608b3f -> 114948b)

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 c608b3f  fix ClientMain protocol and  buffer available
     add 114948b  implement last query in cluster

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/sync/SyncClientAdaptor.java     |  20 ++-
 .../iotdb/cluster/query/ClusterQueryRouter.java    |  10 +-
 .../query/last/ClusterLastQueryExecutor.java       | 165 +++++++++++++++++++++
 .../iotdb/cluster/server/DataClusterServer.java    |   8 +
 .../cluster/server/member/DataGroupMember.java     |  24 +++
 .../query/dataset/groupby/GroupByFillDataSet.java  |   2 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java |  15 +-
 .../iotdb/db/query/executor/QueryRouter.java       |   6 +-
 service-rpc/src/main/thrift/cluster.thrift         |  16 ++
 9 files changed, 258 insertions(+), 8 deletions(-)
 create mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/query/last/ClusterLastQueryExecutor.java