Skip to content

Commit 074aa1d

Browse files
committed
Add configurations
Change-Id: I21454c2ad7428e41745bba06b0c4a346b2773c15
1 parent 380b093 commit 074aa1d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

hadoop-hdds/common/src/main/resources/ozone-default.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5003,4 +5003,16 @@
50035003
<value>5m</value>
50045004
<description>Interval for cleaning up orphan snapshot local data versions corresponding to snapshots</description>
50055005
</property>
5006+
<property>
5007+
<name>ozone.scm.ratis.events.max.limit</name>
5008+
<value>100</value>
5009+
<tag>OZONE, RATIS, SCM</tag>
5010+
<description>The maximum number of events that can be pending in SCM Ratis.</description>
5011+
</property>
5012+
<property>
5013+
<name>ozone.om.ratis.events.max.limit</name>
5014+
<value>100</value>
5015+
<tag>OZONE, RATIS, OM</tag>
5016+
<description>The maximum number of events that can be pending in OM Ratis.</description>
5017+
</property>
50065018
</configuration>

0 commit comments

Comments
 (0)