lokeshj1703 commented on a change in pull request #1885:
URL: https://github.com/apache/ozone/pull/1885#discussion_r595765782



##########
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:
       Let's increase the default value to 5000.
   Based on the perf test 1 million blocks deleted in ~60 mins for 10 node 
cluster.
   10^6 / (3 * 5000) = ~66 mins. (3 - numPipelines).




----------------------------------------------------------------
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]

Reply via email to