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/03 05:14:21 UTC

[incubator-iotdb] branch cluster_new updated (03ac3ac -> 883e869)

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 03ac3ac  fix ClientMain
     add 883e869  adjust log level and fix close file deadlock

No new revisions were added by this update.

Summary of changes:
 .../src/assembly/resources/conf/cluster-env.bat    |  5 +--
 .../java/org/apache/iotdb/cluster/ClientMain.java  |  2 +-
 .../iotdb/cluster/log/catchup/CatchUpTask.java     | 37 +++++++++++-----------
 .../iotdb/cluster/log/manage/RaftLogManager.java   |  9 ++----
 .../cluster/server/member/MetaGroupMember.java     |  3 +-
 .../iotdb/cluster/server/member/RaftMember.java    |  6 ++--
 .../cluster/log/manage/RaftLogManagerTest.java     |  2 +-
 .../apache/iotdb/tsfile/write/page/PageWriter.java |  4 +--
 8 files changed, 33 insertions(+), 35 deletions(-)