You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I run into an issue when several nodes from our Redis Cluster become unavailable for a period of time, after which they are successfully recovered. At the same moment, client which using lettuce 6.1.2.RELEASE continues getting errors as topology hadn't been refreshed. I tried to enable enableAllAdaptiveRefreshTriggers flag, which didn't help as well.
As I understood, refresh Cluster Topology operation by a set refresh period comes with a huge cost, that's why I can't set a refresh period to 1 minute.
So I am considering using the event of opening circuit breaker to Redis Cluster at our client as the moment for connection recreation.
Is there a chance that I missed something and you have already covered this case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I run into an issue when several nodes from our Redis Cluster become unavailable for a period of time, after which they are successfully recovered. At the same moment, client which using lettuce 6.1.2.RELEASE continues getting errors as topology hadn't been refreshed. I tried to enable enableAllAdaptiveRefreshTriggers flag, which didn't help as well.
As I understood, refresh Cluster Topology operation by a set refresh period comes with a huge cost, that's why I can't set a refresh period to 1 minute.
So I am considering using the event of opening circuit breaker to Redis Cluster at our client as the moment for connection recreation.
Is there a chance that I missed something and you have already covered this case?
Beta Was this translation helpful? Give feedback.
All reactions