Configure Hazelcast CPSubsystem Retries Timeout
问题 Currently I have three instances registered in the CPSubsystem . ----- | I1* | * Leader ----- ---- ---- | I2 | | I3 | ---- ---- When all instances are up an running, all registered and seeing each other on the CPSubsystem everything is working as expected. The following call is used to perform distributed locks between all the instances: getHazelcastInstance().getCpSubsystem().getLock(lockDefinition.getLockEntryName()) I noticed an issue when two of these instances die, and there is no leader