[CURATOR-334] Curator doesn't retry if GC pause > session timeout
Open
bug
imported-jira-issue
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
We noticed that if GC pause > session timeout and even if retry policy is set, Curator doesn't retry.
We use CuratorFramework.getConnectionStateListenable to listen on connection state. ConnectionState.LOST is received without retry.
Ideally, Curator should retry before notifying as connection lost.
---
Originally reported by puru, imported from: Curator doesn't retry if GC pause > session timeout
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.