diff options
author | Brinda Santh <bs2796@att.com> | 2020-02-13 16:50:18 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-14 16:21:39 +0000 |
commit | 02cc3a34c90024b7a3e320d16fed35d980f57842 (patch) | |
tree | 6ac41e1b80d8e098e5eff8612019dc9ef91b2916 /ms/blueprintsprocessor/application/src/main/resources | |
parent | b657fe7e66d16609dfcd78fbd9d4c28bc5b88124 (diff) |
Cluster CP member promotion as default.
Issue-ID: CCSDK-2011
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I4df4b442c020fbf9da294a9b35739ca3acb8ee02
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/resources')
-rw-r--r-- | ms/blueprintsprocessor/application/src/main/resources/hazelcast/hazelcast.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/hazelcast/hazelcast.yaml b/ms/blueprintsprocessor/application/src/main/resources/hazelcast/hazelcast.yaml index bacbe2a45..5c74682e0 100644 --- a/ms/blueprintsprocessor/application/src/main/resources/hazelcast/hazelcast.yaml +++ b/ms/blueprintsprocessor/application/src/main/resources/hazelcast/hazelcast.yaml @@ -6,6 +6,9 @@ hazelcast: cp-subsystem: cp-member-count: 3 group-size: 3 + session-time-to-live-seconds: 60 + session-heartbeat-interval-seconds: 5 + missing-cp-member-auto-removal-seconds: 120 # network: # join: # multicast: |