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/10/28 07:24:21 UTC

[iotdb] branch master updated (a78085d313 -> f70343946d)

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 a78085d313 [IOTDB-4644] Support modifying DataNode's RPC IP:Port (#7620)
     add f70343946d [IOTDB-4237] Add new wal node allocation strategy to reduce wal size (#7767)

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-datanode.properties       |  2 +-
 .../iotdb/db/engine/storagegroup/DataRegion.java   |  4 ++
 .../db/engine/storagegroup/TsFileProcessor.java    |  8 ++-
 .../java/org/apache/iotdb/db/wal/WALManager.java   | 24 +++++----
 ...oundRobinStrategy.java => ElasticStrategy.java} | 63 +++++++++++-----------
 .../db/wal/allocation/RoundRobinStrategy.java      |  4 +-
 .../java/org/apache/iotdb/db/wal/node/WALNode.java |  9 ++--
 .../org/apache/iotdb/db/wal/WALManagerTest.java    | 14 +++--
 ...nStrategyTest.java => ElasticStrategyTest.java} | 19 +++----
 .../db/wal/allocation/FirstCreateStrategyTest.java |  3 --
 .../db/wal/allocation/RoundRobinStrategyTest.java  |  3 --
 11 files changed, 78 insertions(+), 75 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/wal/allocation/{RoundRobinStrategy.java => ElasticStrategy.java} (62%)
 copy server/src/test/java/org/apache/iotdb/db/wal/allocation/{RoundRobinStrategyTest.java => ElasticStrategyTest.java} (87%)