Repository: asterixdb Updated Branches: refs/heads/master 9d0e21cea -> 2814f2448
[ASTERIXDB-2172] Increase heartbeat max misses Avoid GC causing intermittent false dead-node detection by increasing heartbeat duration from 10 to 50s. Change-Id: I3178e61b13185eea0d74187e882ad1d207702f74 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2318 Sonar-Qube: Jenkins <[email protected]> Reviewed-by: Murtadha Hubail <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/2814f244 Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/2814f244 Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/2814f244 Branch: refs/heads/master Commit: 2814f2448b43dfdb42cbfbbccb94e3a233a845b2 Parents: 9d0e21c Author: Michael Blow <[email protected]> Authored: Tue Jan 23 20:34:48 2018 -0500 Committer: Michael Blow <[email protected]> Committed: Tue Jan 23 22:06:26 2018 -0800 ---------------------------------------------------------------------- asterixdb/asterix-app/src/main/resources/cc-rep.conf | 1 + asterixdb/asterix-app/src/main/resources/cc.conf | 1 + asterixdb/asterix-app/src/main/resources/cc2.conf | 1 + asterixdb/asterix-app/src/main/resources/cc3.conf | 1 + asterixdb/asterix-app/src/main/resources/cc4.conf | 1 + asterixdb/asterix-app/src/test/resources/cc-multipart.conf | 1 + asterixdb/asterix-app/src/test/resources/cc.conf | 1 + .../asterix-server/src/test/resources/NCServiceExecutionIT/cc.conf | 1 + asterixdb/asterix-server/src/test/resources/NcLifecycleIT/cc.conf | 1 + asterixdb/asterix-server/src/test/resources/ReplicationIT/cc.conf | 1 + 10 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/main/resources/cc-rep.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/main/resources/cc-rep.conf b/asterixdb/asterix-app/src/main/resources/cc-rep.conf index bfca677..885201f 100644 --- a/asterixdb/asterix-app/src/main/resources/cc-rep.conf +++ b/asterixdb/asterix-app/src/main/resources/cc-rep.conf @@ -44,6 +44,7 @@ storage.memorycomponent.globalbudget = 1073741824 address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/main/resources/cc.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/main/resources/cc.conf b/asterixdb/asterix-app/src/main/resources/cc.conf index 57260a4..c5a3fdb 100644 --- a/asterixdb/asterix-app/src/main/resources/cc.conf +++ b/asterixdb/asterix-app/src/main/resources/cc.conf @@ -44,6 +44,7 @@ storage.memorycomponent.globalbudget=512MB address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/main/resources/cc2.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/main/resources/cc2.conf b/asterixdb/asterix-app/src/main/resources/cc2.conf index b7e4bc3..941b6c1 100644 --- a/asterixdb/asterix-app/src/main/resources/cc2.conf +++ b/asterixdb/asterix-app/src/main/resources/cc2.conf @@ -44,6 +44,7 @@ storage.memorycomponent.globalbudget=512MB address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = WARN http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/main/resources/cc3.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/main/resources/cc3.conf b/asterixdb/asterix-app/src/main/resources/cc3.conf index d6e7a9d..01383ef 100644 --- a/asterixdb/asterix-app/src/main/resources/cc3.conf +++ b/asterixdb/asterix-app/src/main/resources/cc3.conf @@ -44,6 +44,7 @@ storage.memorycomponent.globalbudget=512MB address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = WARN http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/main/resources/cc4.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/main/resources/cc4.conf b/asterixdb/asterix-app/src/main/resources/cc4.conf index 7ed2d20..bcbf6b1 100644 --- a/asterixdb/asterix-app/src/main/resources/cc4.conf +++ b/asterixdb/asterix-app/src/main/resources/cc4.conf @@ -41,6 +41,7 @@ storage.buffercache.pagesize=32KB address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/test/resources/cc-multipart.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/test/resources/cc-multipart.conf b/asterixdb/asterix-app/src/test/resources/cc-multipart.conf index d9498da..f28545d 100644 --- a/asterixdb/asterix-app/src/test/resources/cc-multipart.conf +++ b/asterixdb/asterix-app/src/test/resources/cc-multipart.conf @@ -45,6 +45,7 @@ storage.memorycomponent.globalbudget=512MB address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-app/src/test/resources/cc.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/src/test/resources/cc.conf b/asterixdb/asterix-app/src/test/resources/cc.conf index bdd3e74..3e4ecd9 100644 --- a/asterixdb/asterix-app/src/test/resources/cc.conf +++ b/asterixdb/asterix-app/src/test/resources/cc.conf @@ -45,6 +45,7 @@ storage.memorycomponent.globalbudget=512MB address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-server/src/test/resources/NCServiceExecutionIT/cc.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-server/src/test/resources/NCServiceExecutionIT/cc.conf b/asterixdb/asterix-server/src/test/resources/NCServiceExecutionIT/cc.conf index 81cee7d..4020ca1 100644 --- a/asterixdb/asterix-server/src/test/resources/NCServiceExecutionIT/cc.conf +++ b/asterixdb/asterix-server/src/test/resources/NCServiceExecutionIT/cc.conf @@ -44,6 +44,7 @@ storage.memorycomponent.globalbudget = 1073741824 address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO \ No newline at end of file http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-server/src/test/resources/NcLifecycleIT/cc.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-server/src/test/resources/NcLifecycleIT/cc.conf b/asterixdb/asterix-server/src/test/resources/NcLifecycleIT/cc.conf index e28c41a..e34cf9e 100644 --- a/asterixdb/asterix-server/src/test/resources/NcLifecycleIT/cc.conf +++ b/asterixdb/asterix-server/src/test/resources/NcLifecycleIT/cc.conf @@ -43,6 +43,7 @@ storage.memorycomponent.globalbudget = 1073741824 address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO http://git-wip-us.apache.org/repos/asf/asterixdb/blob/2814f244/asterixdb/asterix-server/src/test/resources/ReplicationIT/cc.conf ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-server/src/test/resources/ReplicationIT/cc.conf b/asterixdb/asterix-server/src/test/resources/ReplicationIT/cc.conf index 2b68dd2..b36d41c 100644 --- a/asterixdb/asterix-server/src/test/resources/ReplicationIT/cc.conf +++ b/asterixdb/asterix-server/src/test/resources/ReplicationIT/cc.conf @@ -44,6 +44,7 @@ storage.memorycomponent.globalbudget = 1073741824 address = 127.0.0.1 app.class=org.apache.asterix.hyracks.bootstrap.CCApplication heartbeat.period=2000 +heartbeat.max.misses=25 [common] log.level = INFO
