hazelcast-cpp-client
hazelcast-cpp-client copied to clipboard
Lock operations get timeout exception when member dies [API-2371]
When a client waiting for a lock to be released more than invocation timeout seconds, and the member dies, clients get operation timeout exception rather than it is redirected to another member.
issue from java client https://github.com/hazelcast/hazelcast/issues/13551 fix to java client https://github.com/hazelcast/hazelcast/pull/13552
Internal Jira issue: API-2371