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/30 01:25:30 UTC

[incubator-iotdb] branch cluster_new updated (1ef582b -> 8835436)

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 1ef582b  fix session test
     add 8835436  fix test member leak

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/log/manage/RaftLogManager.java    | 11 ++++++++++-
 .../iotdb/cluster/log/catchup/CatchUpTaskTest.java  | 21 ++++++++++++++++++++-
 .../cluster/log/manage/RaftLogManagerTest.java      |  2 +-
 .../caller/AppendGroupEntryHandlerTest.java         |  2 ++
 .../handlers/caller/AppendNodeEntryHandlerTest.java |  7 +++++++
 .../server/handlers/caller/ElectionHandlerTest.java |  1 +
 .../server/handlers/caller/GenericHandlerTest.java  |  1 +
 .../handlers/caller/HeartbeatHandlerTest.java       |  1 +
 .../handlers/caller/JoinClusterHandlerTest.java     |  1 +
 .../handlers/caller/LogCatchUpHandlerTest.java      |  1 +
 .../handlers/caller/PullSnapshotHandlerTest.java    |  1 +
 .../caller/PullTimeseriesSchemaHandlerTest.java     |  1 +
 .../handlers/caller/SnapshotCatchUpHandlerTest.java |  1 +
 .../handlers/forwarder/ForwardPlanHandlerTest.java  |  1 +
 .../forwarder/GenericForwardHandlerTest.java        |  1 +
 .../server/heartbeat/DataHeartbeatThreadTest.java   |  8 ++++++--
 .../server/heartbeat/HeartbeatThreadTest.java       |  6 +++++-
 .../cluster/server/member/DataGroupMemberTest.java  |  1 -
 18 files changed, 61 insertions(+), 7 deletions(-)