aryangupta1998 commented on a change in pull request #1885:
URL: https://github.com/apache/ozone/pull/1885#discussion_r604637878
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java
##########
@@ -93,6 +94,23 @@ public void setBlockDeletionInterval(Duration duration) {
this.blockDeletionInterval = duration.toMillis();
}
+ @Config(key = "block.deleting.limit.per.interval",
+ defaultValue = "1000",
Review comment:
Increased the default value to 5000.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]