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/01/02 03:19:49 UTC

[incubator-iotdb] branch cluster_new updated (640df20 -> 848c455)

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 640df20  Merge branch 'abstract_SeriesReaderWithoutValueFilter' into cluster_new
     add 848c455  fix cluster code after merge

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  3 +-
 .../cluster/query/ClusterDataQueryExecutor.java    |  3 +-
 .../iotdb/cluster/query/ClusterQueryExecutor.java  |  2 +-
 .../query/reader/ClusterNodeConstructor.java       |  3 +-
 .../query/reader/RemoteSimpleSeriesReader.java     | 86 +++++++++++++++++++---
 .../cluster/server/member/DataGroupMember.java     |  5 +-
 .../cluster/server/member/MetaGroupMember.java     |  5 +-
 .../apache/iotdb/cluster/utils/SerializeUtils.java | 19 ++---
 .../runtime/StorageEngineFailureException.java     |  4 +-
 .../db/sync/sender/manage/SyncFileManager.java     |  4 +-
 10 files changed, 97 insertions(+), 37 deletions(-)