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
{{ message }}
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
In production, sometimes there are cluster stats messages sent and received, which causes Attache to assume a new cluster member is not actually new.
The stats messages received should be ignored. In a functioning cluster, cluster members will send pings to this new node as it comes online to assess its status. That shouldn't cause Attache to declare it kaput.
In client.IsNew, we check to see that
cluster infogives back a very specific set of data:attache/src/redis/client/client.go
Lines 27 to 36 in 0db713b
In production, sometimes there are cluster stats messages sent and received, which causes Attache to assume a new cluster member is not actually new.
The stats messages received should be ignored. In a functioning cluster, cluster members will send pings to this new node as it comes online to assess its status. That shouldn't cause Attache to declare it kaput.