This is an automated email from the ASF dual-hosted git repository.

nanda pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b28ddb2  HDDS-1706. Replication Manager thread running too frequently. 
Contributed by Nilotpal Nandi.
b28ddb2 is described below

commit b28ddb22a5f42915309a3aa2d8cb03b05fc09bb7
Author: Nanda kumar <na...@apache.org>
AuthorDate: Sat Jun 22 16:15:45 2019 +0530

    HDDS-1706. Replication Manager thread running too frequently. Contributed 
by Nilotpal Nandi.
---
 .../java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java
 
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java
index a911e5a..33bf931 100644
--- 
a/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java
+++ 
b/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java
@@ -764,7 +764,7 @@ public class ReplicationManager {
 
     @Config(key = "thread.interval",
         type = ConfigType.TIME,
-        defaultValue = "3s",
+        defaultValue = "300s",
         tags = {SCM, OZONE},
         description = "When a heartbeat from the data node arrives on SCM, "
             + "It is queued for processing with the time stamp of when the "


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to