scylladb / scylladb/alternator-client-java
Failed to recover when node sending /localnodes goes down
Open
@CodeLieutenant is already working on this.
Since Jun 18, 2026.
- Dominant language
- Java
- Stars
- 0
- Forks
- 7
- Avg merge
- 21h 23m
- Merged PRs (30d)
- 9
Description
As described in the https://scylladb.atlassian.net/browse/SCT-370
Alternator loadbalancing library fails to fetch the nodes from the one instance when that instance is down and others are responding. Looks like the library always uses the supplied the IP address to fetch others from /localnodes, but when that node goes down it fails the whole test util.
Suggested fix:
- Store all other nodes and use them as fallback if the primary supplied node is not available
- Allow multiple nodes to be supplied to the library and then you be used in round robin fashion for fetching /localnodes and when one goes down it removes it from the list.
- Combined 1 and 2. Supply multiple and when nodes are discovered it, they also become the fallback for running /localnodes
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.