This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new f0a2c87f30 HDDS-11773. Prevent frequent DataNode Ratis snapshotting.
(#7473)
f0a2c87f30 is described below
commit f0a2c87f30e2fdf61954f8b890ffb73a6c94e540
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Tue Nov 26 09:24:58 2024 -0800
HDDS-11773. Prevent frequent DataNode Ratis snapshotting. (#7473)
Co-authored-by: Siyao Meng <[email protected]>
---
hadoop-hdds/common/src/main/resources/ozone-default.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml
b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index c67d3b1d57..fdeb5c1c04 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -279,16 +279,16 @@
</property>
<property>
<name>hdds.ratis.snapshot.threshold</name>
- <value>10000</value>
- <tag>OZONE, RATIS</tag>
+ <value>100000</value>
+ <tag>OZONE, CONTAINER, RATIS</tag>
<description>Number of transactions after which a ratis snapshot should be
taken.
</description>
</property>
<property>
<name>hdds.container.ratis.statemachine.max.pending.apply-transactions</name>
- <value>10000</value>
- <tag>OZONE, RATIS</tag>
+ <value>100000</value>
+ <tag>OZONE, CONTAINER, RATIS</tag>
<description>Maximum number of pending apply transactions in a data
pipeline. The default value is kept same as default snapshot threshold
hdds.ratis.snapshot.threshold.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]