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/03/25 08:00:15 UTC

[incubator-iotdb] branch cluster_new updated (7deabd4 -> 41525f4)

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 7deabd4  Merge branch 'partitioned_file_version_management' into cluster_new
     add 41525f4  reduce communication when reader is empty

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/reader/EmptyReader.java    |  14 +-
 .../cluster/query/reader/MergedReaderByTime.java   |   2 +-
 .../cluster/server/member/DataGroupMember.java     | 225 ++++++++++++++++++---
 .../cluster/server/member/MetaGroupMember.java     |  14 +-
 .../dataset/groupby/LocalGroupByExecutor.java      |   8 +-
 .../iotdb/db/query/reader/series/SeriesReader.java |   3 +
 6 files changed, 235 insertions(+), 31 deletions(-)