This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch rc/2.0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5e333fcdfbe [maven-release-plugin] prepare for next development
iteration
new 0eca1bd8b62 Change default edge ratis configuration (#18576)
new f538fae5945 Bound PartitionInfo snapshot buffers via
config_node_snapshot_buffer_size_max (#18580)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
example/pipe-count-point-processor/pom.xml | 2 +-
integration-test/pom.xml | 10 +-
iotdb-client/jdbc/pom.xml | 2 +-
.../iotdb/confignode/conf/ConfigNodeConfig.java | 20 ++
.../confignode/conf/ConfigNodeDescriptor.java | 8 +
.../persistence/partition/PartitionInfo.java | 23 +-
.../confignode/conf/ConfigNodeConfigTest.java} | 28 +-
.../confignode/persistence/PartitionInfoTest.java | 65 +++++
.../resources/conf/edge/iotdb-system.properties | 45 ++-
.../conf/iotdb-system.properties.template | 5 +
.../apache/iotdb/commons/i18n/CommonMessages.java | 4 +-
.../apache/iotdb/commons/i18n/CommonMessages.java | 4 +-
.../snapshot/ReusableBufferedOutputStream.java | 134 +++++++++
.../commons/snapshot/SnapshotStreamFactory.java | 130 +++++++++
.../snapshot/SnapshotStreamFactoryTest.java | 307 +++++++++++++++++++++
pom.xml | 12 +-
16 files changed, 759 insertions(+), 40 deletions(-)
copy
iotdb-core/{datanode/src/test/java/org/apache/iotdb/db/pipe/processor/twostage/plugin/TwoStageCountProcessorTest.java
=>
confignode/src/test/java/org/apache/iotdb/confignode/conf/ConfigNodeConfigTest.java}
(50%)
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/snapshot/ReusableBufferedOutputStream.java
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/snapshot/SnapshotStreamFactory.java
create mode 100644
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/snapshot/SnapshotStreamFactoryTest.java