Mitigating command failures during redis maintenance #2277
Unanswered
venkatpotru
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using lettuce with following configurations,
Lettuce version: 6.2.1, cluster client
redis cluster configuration: 2 masters and 2 slaves, OSS cluster API enabled
topology refresh and other configurations,
autoReconnect: true,
enablePeriodicRefresh: true,
enableAdaptiveRefreshTrigger: ALL,
dynamicRefreshSources: true,
refreshPeriod: 5 seconds,
readFrom: MASTER_PREFERRED,
readFrom: masterPreferred,
Maintenance is done on nodes by following procedure like in https://docs.redis.com/latest/rs/clusters/maintenance-mode/ . During that period, we are seeing different kind of exceptions for 10 to 25 seconds,
Majorly we get 1st and 2nd exception. Looking for advise on mitigating the failures, inputs on following would be great help..
Beta Was this translation helpful? Give feedback.
All reactions