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 2019/12/17 08:19:21 UTC

[incubator-iotdb] branch cluster_new updated (ff3693f -> da5eb8b)

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 ff3693f  a code refinement
     add da5eb8b  support value filter

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/ClientMain.java  |   1 +
 .../cluster/query/ClusterDataQueryExecutor.java    |  18 ++-
 ...lGenerator.java => ClusterNodeConstructor.java} |  22 ++--
 .../iotdb/cluster/query/ClusterQueryManager.java   |  21 +--
 ...calGenerator.java => ClusterTimeGenerator.java} |  26 ++--
 ...der.java => RemoteSeriesReaderByTimestamp.java} |  57 ++------
 .../iotdb/cluster/server/DataClusterServer.java    |  20 +++
 .../cluster/server/member/DataGroupMember.java     |  85 +++++++++++-
 .../cluster/server/member/MetaGroupMember.java     | 143 +++++++++++++++------
 .../apache/iotdb/cluster/utils/SerializeUtils.java |  11 ++
 .../iotdb/db/query/executor/EngineExecutor.java    |  19 ++-
 .../query/timegenerator/EngineNodeConstructor.java |   8 +-
 .../query/timegenerator/EngineTimeGenerator.java   |  10 +-
 service-rpc/src/main/thrift/cluster.thrift         |  19 ++-
 14 files changed, 333 insertions(+), 127 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/query/{ClusterPhysicalGenerator.java => ClusterNodeConstructor.java} (57%)
 copy cluster/src/main/java/org/apache/iotdb/cluster/query/{ClusterPhysicalGenerator.java => ClusterTimeGenerator.java} (53%)
 copy cluster/src/main/java/org/apache/iotdb/cluster/query/{RemoteSimpleSeriesReader.java => RemoteSeriesReaderByTimestamp.java} (63%)