commit | 0b0bd8c9e588f3eecaeb901eae2f6fae19d83061 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat Jan 26 20:19:32 2013 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat Jan 26 20:19:32 2013 +0000 |
tree | 876f85686dc4ed083a8b9e3fa4e769f70bd47b3f | |
parent | 85ca03126ec3401839ad8b854c063dac4e1f0dad [diff] |
Changed number of missed heartbeats before a node is considered dead. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_experiments@2716 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/controllers/CCConfig.java b/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/controllers/CCConfig.java index 6c208fe..5e45cdb 100644 --- a/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/controllers/CCConfig.java +++ b/hyracks-control/hyracks-control-common/src/main/java/edu/uci/ics/hyracks/control/common/controllers/CCConfig.java
@@ -39,7 +39,7 @@ public int heartbeatPeriod = 10000; @Option(name = "-max-heartbeat-lapse-periods", usage = "Sets the maximum number of missed heartbeats before a node is marked as dead (default: 5)") - public int maxHeartbeatLapsePeriods = 5; + public int maxHeartbeatLapsePeriods = 10000; @Option(name = "-profile-dump-period", usage = "Sets the time duration between two profile dumps from each node controller in milliseconds. 0 to disable. (default: 0)") public int profileDumpPeriod = 0;