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

This commit is contained in:
Nanda kumar 2019-06-22 16:15:45 +05:30
parent 645d67bc4f
commit b28ddb22a5

View File

@ -764,7 +764,7 @@ public static class ReplicationManagerConfiguration {
@Config(key = "thread.interval", @Config(key = "thread.interval",
type = ConfigType.TIME, type = ConfigType.TIME,
defaultValue = "3s", defaultValue = "300s",
tags = {SCM, OZONE}, tags = {SCM, OZONE},
description = "When a heartbeat from the data node arrives on SCM, " description = "When a heartbeat from the data node arrives on SCM, "
+ "It is queued for processing with the time stamp of when the " + "It is queued for processing with the time stamp of when the "