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/04/28 11:58:34 UTC

[incubator-iotdb] branch cluster_new updated (1474568 -> 221424a)

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 1474568  add more logs
     add 221424a  fix wait() in tests

No new revisions were added by this update.

Summary of changes:
 .../serializable/SyncLogDequeSerializer.java       |   4 +
 .../handlers/caller/AppendGroupEntryHandler.java   |   9 +
 .../org/apache/iotdb/cluster/common/TestUtils.java |   2 +
 .../caller/AppendGroupEntryHandlerTest.java        |  19 +-
 .../caller/AppendNodeEntryHandlerTest.java         |  48 +++--
 .../handlers/caller/ElectionHandlerTest.java       |  38 ++--
 .../server/handlers/caller/GenericHandlerTest.java |   4 +-
 .../handlers/caller/HeartbeatHandlerTest.java      |  17 +-
 .../handlers/caller/JoinClusterHandlerTest.java    |   4 +-
 .../handlers/caller/LogCatchUpHandlerTest.java     |   8 +-
 .../handlers/caller/PullSnapshotHandlerTest.java   |   4 +-
 .../caller/PullTimeseriesSchemaHandlerTest.java    |   4 +-
 .../caller/SnapshotCatchUpHandlerTest.java         |   4 +-
 .../server/heartbeat/HeartbeatThreadTest.java      |  33 +--
 .../cluster/server/member/DataGroupMemberTest.java | 192 ++++++-----------
 .../cluster/server/member/MetaGroupMemberTest.java | 226 +++++++--------------
 16 files changed, 240 insertions(+), 376 deletions(-)