aryangupta1998 commented on code in PR #9270:
URL: https://github.com/apache/ozone/pull/9270#discussion_r2544459158
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -689,6 +689,14 @@
hdds.container.ratis.datanode.storage.dir be configured separately.
</description>
</property>
+ <property>
+ <name>ozone.path.deleting.limit.per.task</name>
+ <value>6000</value>
Review Comment:
Because 20k dirs can be well accommodated within the default ratis range,
i.e, 32 mb, and we can achieve high deletion speed.
--
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]