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/07/09 03:39:23 UTC

[incubator-iotdb] branch cluster_new updated (371b45b -> b3b2a68)

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 371b45b  Merge pull request #1466 from apache/kyy3
     add de5b725  fix test
     add b3b2a68  Merge branch 'cluster_new' of https://github.com/apache/incubator-iotdb into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/client/async/AsyncDataClient.java       |  4 ++--
 .../iotdb/cluster/client/async/AsyncMetaClient.java       |  4 ++--
 .../java/org/apache/iotdb/cluster/common/IoTDBTest.java   | 11 +++++++----
 .../apache/iotdb/cluster/log/catchup/CatchUpTaskTest.java |  4 ++++
 .../iotdb/cluster/log/catchup/LogCatchUpTaskTest.java     |  5 +++++
 .../cluster/log/catchup/SnapshotCatchUpTaskTest.java      |  5 +++++
 .../iotdb/cluster/query/manage/QueryCoordinatorTest.java  | 10 ++++++++++
 .../query/reader/RemoteSeriesReaderByTimestampTest.java   | 15 +++++++++++++++
 .../query/reader/RemoteSimpleSeriesReaderTest.java        |  9 +++++++++
 .../cluster/server/heartbeat/HeartbeatThreadTest.java     |  5 +++++
 .../apache/iotdb/cluster/server/member/MemberTest.java    |  4 ++++
 11 files changed, 68 insertions(+), 8 deletions(-)