|
@@ -64,7 +64,7 @@ public abstract class ZKFailoverController {
|
|
|
|
|
|
public static final String ZK_QUORUM_KEY = "ha.zookeeper.quorum";
|
|
|
private static final String ZK_SESSION_TIMEOUT_KEY = "ha.zookeeper.session-timeout.ms";
|
|
|
- private static final int ZK_SESSION_TIMEOUT_DEFAULT = 5*1000;
|
|
|
+ private static final int ZK_SESSION_TIMEOUT_DEFAULT = 10*1000;
|
|
|
private static final String ZK_PARENT_ZNODE_KEY = "ha.zookeeper.parent-znode";
|
|
|
public static final String ZK_ACL_KEY = "ha.zookeeper.acl";
|
|
|
private static final String ZK_ACL_DEFAULT = "world:anyone:rwcda";
|