Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis client fails when cluster / sentinel configuration is changed #40151

Closed
ivivanov-bg opened this issue Apr 19, 2024 · 3 comments
Closed
Assignees
Labels
area/redis kind/bug Something isn't working

Comments

@ivivanov-bg
Copy link

Describe the bug

When connected to redis running in sentinel mode, writing fails when master node is changed.

Expected behavior

Redis client to automatically detect the cluster topology change and to issue commands to the new master

Actual behavior

Commands are issued to the previous master node, resulting in

READONLY You can't write against a read only slave

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

Most probably this is caused by an issue in the underlying redis client.

vertx-redis-client#320

@ivivanov-bg ivivanov-bg added the kind/bug Something isn't working label Apr 19, 2024
Copy link

quarkus-bot bot commented Apr 19, 2024

/cc @Ladicek (redis), @cescoffier (redis), @machi1990 (redis), @radcortez (config)

@Ladicek
Copy link
Contributor

Ladicek commented Aug 8, 2024

This will be fixed in Vert.x 4.5.10.

@Ladicek
Copy link
Contributor

Ladicek commented Sep 27, 2024

Fixed in #43041.

@Ladicek Ladicek closed this as completed Sep 27, 2024
@github-project-automation github-project-automation bot moved this from Out of scope to Done in WG - Quarkus 3.15 LTS Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redis kind/bug Something isn't working
Projects
Development

No branches or pull requests

3 participants