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/11/12 08:13:49 UTC

[iotdb] branch cluster_new updated (54c14cf -> 6bf7ce6)

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/iotdb.git.


    from 54c14cf  Merge pull request #2018 from LebronAl/cluster_new
     add ec4440c  split wal buffer into 2 to reduce waiting time
     add bdf4ce0  Merge branch 'split_wal_buffer' into cluster_new
     add 05fc81e  revise log levels
     add 1a1191f  Merge branch 'split_wal_buffer' into cluster_new
     add 20d5e7c  fix tests
     add 6bf7ce6  Merge branch 'cluster_new' of github.com:apache/iotdb into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../cluster/log/manage/CommittedEntryManager.java  |   2 +-
 .../iotdb/cluster/log/LogDispatcherTest.java       |   9 +-
 .../cluster/log/catchup/LogCatchUpTaskTest.java    |   4 +-
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |   2 +-
 .../db/exception/TsFileProcessorException.java     |   2 +-
 .../org/apache/iotdb/db/utils/SerializeUtils.java  |   1 +
 .../org/apache/iotdb/db/writelog/io/LogWriter.java |   9 +-
 .../db/writelog/node/ExclusiveWriteLogNode.java    | 155 ++++++++++++++++-----
 .../apache/iotdb/db/writelog/WriteLogNodeTest.java |  11 +-
 9 files changed, 151 insertions(+), 44 deletions(-)