sancar

Results 20 issues of sancar

Client connection should detect that a connection is reading but not sending any data to server to detect heartbeat idle case. Current implementation checks only last read time which is...

Type: Defect
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

http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/4229/testReport/junit/com.hazelcast.client.map/ClientMapPartitionLostListenerTest/test_mapPartitionLostListener_invoked_fromOtherNode/ Error Message ``` There is no proxy with name 9897e763-2d64-4143-87bf-dd81ec2be5b2 created (yet) Stacktrace java.lang.AssertionError: There is no proxy with name 9897e763-2d64-4143-87bf-dd81ec2be5b2 created (yet) at org.junit.Assert.fail(Assert.java:89) at com.hazelcast.client.map.ClientMapPartitionLostListenerTest$2.run(ClientMapPartitionLostListenerTest.java:172) at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1248)...

Team: Core
Type: Test-Failure
Source: Internal
Module: Cluster

Most of the logic is turned into a single threaded one to be able reason about the logic easily. Important ones that is responsibility of the single thread - Writing...

Type: Enhancement
Team: Client
Type: Cleanup
Source: Internal
Not Release Notes content
All Languages Should Check

### Question. In our setup we are using rsync to a badger db without preventing writes to it. We prefer this one over the Backup API as it is faster...

kind/question

I don't know if it is discussed before. Our code samples use internal API, which caused compile problem in this release when changed. Fixed here https://github.com/hazelcast/hazelcast-code-samples/pull/303/files The reason of usage...

enhancement
Priority: Low

Most of the changes are related to the close taking long due to fact that Upstash does not return from Blocking commands when the connection is closed on the client...

## Bug Report #### Current Behavior Test `pingNotAllowedInSubscriptionState` fails randomly in our tests against Upstash Redis. After investigating if our implementation of Redis has a problem, we have concluded that...

status: waiting-for-feedback

**Describe the bug** XINFO Lag field is reported wrong in some cases. **To reproduce and expected behavior** Tested against Redis 7.2.4 (d2c8a4b9/0) 64 bit with redis-cli 7.2.4 (git:d2c8a4b9) I will...

streams
class:bug

Added them according to redis spec described here https://redis.io/docs/latest/commands/xinfo-groups/