You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/08/12 02:50:13 UTC

[iotdb] branch master updated (ea70aea230 -> 2aefcb31bc)

This is an automated email from the ASF dual-hosted git repository.

xingtanzjr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from ea70aea230 [IOTDB-4025] Implement IntermediateLayerVisitor for Expression (#6891)
     add 2aefcb31bc [IOTDB-4000] Add the control of the size of wal folder in multiLeader consensus. (#6836)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/consensus/config/MultiLeaderConfig.java  | 46 +++++++++++++++++++++-
 .../multileader/MultiLeaderServerImpl.java         | 27 +++++++++++--
 .../multileader/logdispatcher/LogDispatcher.java   |  6 +++
 .../multileader/wal/ConsensusReqReader.java        |  3 ++
 .../multileader/util/FakeConsensusReqReader.java   |  5 +++
 .../resources/conf/iotdb-datanode.properties       |  5 +++
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 11 ++++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  9 +++++
 .../db/consensus/DataRegionConsensusImpl.java      |  4 ++
 .../org/apache/iotdb/db/wal/node/WALFakeNode.java  |  5 +++
 .../java/org/apache/iotdb/db/wal/node/WALNode.java |  5 +++
 11 files changed, 121 insertions(+), 5 deletions(-)