sadanand48 commented on code in PR #6993:
URL: https://github.com/apache/ozone/pull/6993#discussion_r1695224555
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -4429,4 +4429,13 @@
maximum number of buckets across all volumes.
</description>
</property>
+ <property>
+ <name>ozone.om.requests.ignore.terminate.on.failure</name>
Review Comment:
Should we provide this as a config or use it as a constant in code itself.
Misuse of this property could be dangerous and lead to inconsistent state. By
providing a config, the user/admin has control over internal behaviour of OM.
IMO we should not provide such a config as providing such options will be more
prone to problems.
--
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]