Skip to content

Commit 237733b

Browse files
committed
Add configurations
Change-Id: I21454c2ad7428e41745bba06b0c4a346b2773c15
1 parent 22f30f4 commit 237733b

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
@@ -5044,4 +5044,16 @@
50445044
<value>5m</value>
50455045
<description>Interval for cleaning up orphan snapshot local data versions corresponding to snapshots</description>
50465046
</property>
5047+
<property>
5048+
<name>ozone.scm.ratis.events.max.limit</name>
5049+
<value>100</value>
5050+
<tag>OZONE, RATIS, SCM</tag>
5051+
<description>The maximum number of events that can be pending in SCM Ratis.</description>
5052+
</property>
5053+
<property>
5054+
<name>ozone.om.ratis.events.max.limit</name>
5055+
<value>100</value>
5056+
<tag>OZONE, RATIS, OM</tag>
5057+
<description>The maximum number of events that can be pending in OM Ratis.</description>
5058+
</property>
50475059
</configuration>

0 commit comments

Comments
 (0)