sancar

Results 20 issues of sancar

see following issue description https://github.com/hazelcast/hazelcast/issues/16820 Java fix https://github.com/hazelcast/hazelcast/pull/16831

Type: Defect
Priority: Medium
to-jira

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

Type: Defect
Source: Internal

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...

Type: Defect
Priority: High

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....

Type: Enhancement
Priority: High
Source: Internal

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...

Type: Defect
Priority: High

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....

Type: Enhancement
Priority: High

see following issue description https://github.com/hazelcast/hazelcast/issues/16820 Java fix https://github.com/hazelcast/hazelcast/pull/16831

Type: Defect
Priority: High
Jira

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...

Type: Enhancement
Source: Internal

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...

Type: Defect
Contribution-Welcome
Priority: High

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...

Type: Defect
Priority: High