ashishkumar50 commented on code in PR #9362:
URL: https://github.com/apache/ozone/pull/9362#discussion_r2562943338
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -1035,6 +1035,22 @@
balances the amount of metadata.
</description>
</property>
+ <property>
+ <name>ozone.scm.container.space.requirement.multiplier</name>
+ <value>2.0</value>
Review Comment:
I don't think we even need to add one more config here, instead this value
can be 5 or 10x of container size , concurrency prediction is unknown here.
Even if concurrency is very high on same DN at the same time, client always has
a mechanism to retry on another pipeline.
--
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]