The tracking issue for the Java side PR.
Increase default cluster timeout to 2 minutes
See hazelcast/hazelcast#18019 for details.
The old default tiemout was 20 seconds.
The change is done for environments like Kubernetes
where an Ip resolution/system restart could take
around a minute. We don't want a client to shutdown
in such cases, and we also want this to be out-of-the-box
behaviour.
Related config API
clientConfig.getConnectionStrategyConfig()
.getConnectionRetryConfig().getClusterConnectTimeoutMillis();
fixes hazelcast/hazelcast#17904