Repository: karaf-cellar Updated Branches: refs/heads/cellar-4.0.x bb31ebdbb -> 439c71ab4
[KARAF-4878] Decrease heartbeat to avoid network split Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/439c71ab Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/439c71ab Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/439c71ab Branch: refs/heads/cellar-4.0.x Commit: 439c71ab4646e9bc57447a5c646226d95f019a96 Parents: bb31ebd Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed May 10 16:37:32 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed May 10 16:39:28 2017 +0200 ---------------------------------------------------------------------- assembly/src/main/resources/hazelcast.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/439c71ab/assembly/src/main/resources/hazelcast.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/hazelcast.xml b/assembly/src/main/resources/hazelcast.xml index eb23a04..89fc31d 100644 --- a/assembly/src/main/resources/hazelcast.xml +++ b/assembly/src/main/resources/hazelcast.xml @@ -208,4 +208,9 @@ </hz:serialization> <hz:services enable-defaults="true" /> + + <hz:properties> + <hz:property name="hazelcast.max.no.heartbeat.seconds">60</hz:property> + <hz:property name="hazelcast.max.no.master.confirmation.seconds">120</hz:property> + </hz:properties> </hz:hazelcast> \ No newline at end of file
