소스 검색

HDDS-1706. Replication Manager thread running too frequently. Contributed by Nilotpal Nandi.

Nanda kumar 5 년 전
부모
커밋
b28ddb22a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ReplicationManager.java

+ 1 - 1
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 "