-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
https://github.com/hazelcast/hazelcast-python-client/blob/master/hazelcast/cluster.py#L103
I think there is a bug here, current_attempt should be increased after trying all addresses, not after each one. Also according to the java client possible addresses should be called each time it fails to connect to cluster after trying all possible addresses. So it should be called attemp_limit times I guess.