DaveTeng0 commented on code in PR #5742:
URL: https://github.com/apache/ozone/pull/5742#discussion_r1427122935
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -817,6 +817,14 @@
ids will be allocated in a single batch.
</description>
</property>
+ <property>
+ <name>ozone.scm.get.container.max.retry</name>
+ <value>4096</value>
+ <tag>OZONE, SCM</tag>
+ <description>
+ This property determines how many times SCM is going to retry
getContainer operation for Ratis type container.
+ </description>
+ </property>
Review Comment:
i see. Let me put this value as private attribute in
WritableRatisContainerProvider only.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]