We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When connected to redis running in sentinel mode, writing fails when master node is changed.
Redis client to automatically detect the cluster topology change and to issue commands to the new master
Commands are issued to the previous master node, resulting in
READONLY You can't write against a read only slave
No response
uname -a
ver
java -version
mvnw --version
gradlew --version
Most probably this is caused by an issue in the underlying redis client.
vertx-redis-client#320
The text was updated successfully, but these errors were encountered:
/cc @Ladicek (redis), @cescoffier (redis), @machi1990 (redis), @radcortez (config)
Sorry, something went wrong.
This will be fixed in Vert.x 4.5.10.
Fixed in #43041.
Ladicek
No branches or pull requests
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
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Most probably this is caused by an issue in the underlying redis client.
vertx-redis-client#320
The text was updated successfully, but these errors were encountered: