yandrey321 commented on code in PR #9413:
URL: https://github.com/apache/ozone/pull/9413#discussion_r2589515010
##########
hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpoint.java:
##########
@@ -131,16 +138,14 @@ public static void setup() throws Exception {
// Enhanced DataNode configuration to move pending deletion from SCM to DN
faster
DatanodeConfiguration dnConf =
conf.getObject(DatanodeConfiguration.class);
- dnConf.setBlockDeletionInterval(Duration.ofMillis(100));
+ dnConf.setBlockDeletionInterval(Duration.ofMillis(10000));
// Increase block delete queue limit to allow more queued commands on DN
dnConf.setBlockDeleteQueueLimit(50);
// Reduce the interval for delete command worker processing
- dnConf.setBlockDeleteCommandWorkerInterval(Duration.ofMillis(100));
+ dnConf.setBlockDeleteCommandWorkerInterval(Duration.ofMillis(10000));
Review Comment:
should be either named constant or config value.
##########
hadoop-ozone/integration-test-recon/src/test/java/org/apache/hadoop/ozone/recon/TestStorageDistributionEndpoint.java:
##########
@@ -131,16 +138,14 @@ public static void setup() throws Exception {
// Enhanced DataNode configuration to move pending deletion from SCM to DN
faster
DatanodeConfiguration dnConf =
conf.getObject(DatanodeConfiguration.class);
- dnConf.setBlockDeletionInterval(Duration.ofMillis(100));
+ dnConf.setBlockDeletionInterval(Duration.ofMillis(10000));
Review Comment:
should be either named constant or config value.
--
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]