We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380b093 commit 074aa1dCopy full SHA for 074aa1d
1 file changed
hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -5003,4 +5003,16 @@
5003
<value>5m</value>
5004
<description>Interval for cleaning up orphan snapshot local data versions corresponding to snapshots</description>
5005
</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
5013
+ <name>ozone.om.ratis.events.max.limit</name>
5014
5015
+ <tag>OZONE, RATIS, OM</tag>
5016
+ <description>The maximum number of events that can be pending in OM Ratis.</description>
5017
5018
</configuration>
0 commit comments