Repository: karaf-cellar Updated Branches: refs/heads/master 4034deb14 -> c90fe7165
[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/c90fe716 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/c90fe716 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/c90fe716 Branch: refs/heads/master Commit: c90fe7165ff98bcde5ecf2c01b49915e37c19982 Parents: 4034deb 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:37:32 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/c90fe716/assembly/src/main/resources/hazelcast.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/hazelcast.xml b/assembly/src/main/resources/hazelcast.xml index 42f2c39..860e3e1 100644 --- a/assembly/src/main/resources/hazelcast.xml +++ b/assembly/src/main/resources/hazelcast.xml @@ -208,4 +208,9 @@ </serialization> <services enable-defaults="true" /> + + <properties> + <property name="hazelcast.max.no.heartbeat.seconds">60</property> + <property name="hazelcast.max.no.master.confirmation.seconds">120</property> + </properties> </hazelcast> \ No newline at end of file
