sancar
sancar
see following issue description https://github.com/hazelcast/hazelcast/issues/16820 Java fix https://github.com/hazelcast/hazelcast/pull/16831
We should directly copy from the receiving buffer to client message ones. The second copy is unnecessary. See the java implementation. https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/client/impl/protocol/util/ClientMessageEncoder.java https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/client/impl/clientside/ClientMessageDecoder.java
This behavior has changed in hazelcast 3.12. For clients to be able to work with 3.12 members and hot-restart feature, the fix should be applied to all clients. issue https://github.com/hazelcast/hazelcast/issues/14839...
Clients and members were forced to configure the same interface when adding a member address to config. https://github.com/hazelcast/hazelcast/pull/14104 With this prd on the java side, we have relaxed the rules....
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...
Clients and members were forced to configure the same interface when adding a member address to config. https://github.com/hazelcast/hazelcast/pull/14104 With this prd on the java side, we have relaxed the rules....
see following issue description https://github.com/hazelcast/hazelcast/issues/16820 Java fix https://github.com/hazelcast/hazelcast/pull/16831
serialization service throws exception in first attempt of serializing a compact as schema_not_replicated. all async methods will call controlled_serialization to handle schema_not_replicated exception This commit includes two examples in map.put...
This behavior has changed in hazelcast 3.12. For clients to be able to work with 3.12 members and hot-restart feature, the fix should be applied to all clients. issue https://github.com/hazelcast/hazelcast/issues/14839...
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...