HDFS-11845. Ozone: Output error when DN handshakes with SCM. Contributed by Weiwei Yang

This commit is contained in:
Anu Engineer 2017-06-09 10:44:07 -07:00
parent 62a1fa1af0
commit 0a05da9a89
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public final class ScmConfigKeys {
public static final String OZONE_SCM_HEARTBEAT_RPC_TIMEOUT = public static final String OZONE_SCM_HEARTBEAT_RPC_TIMEOUT =
"ozone.scm.heartbeat.rpc-timeout"; "ozone.scm.heartbeat.rpc-timeout";
public static final long OZONE_SCM_HEARTBEAT_RPC_TIMEOUT_DEFAULT = public static final long OZONE_SCM_HEARTBEAT_RPC_TIMEOUT_DEFAULT =
100; 1000;
/** /**
* Defines how frequently we will log the missing of heartbeat to a specific * Defines how frequently we will log the missing of heartbeat to a specific