Skip to content

Commit

Permalink
HDDS-11773. Prevent frequent DataNode Ratis snapshotting. (#7473)
Browse files Browse the repository at this point in the history
Co-authored-by: Siyao Meng <[email protected]>
  • Loading branch information
jojochuang and smengcl authored Nov 26, 2024
1 parent 1383c18 commit f0a2c87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0a2c87

Please sign in to comment.