Open nicktrav opened 1 year ago
I think we can make the change, though one thing is that in the expected production setup, there is a load balancer in front of the cluster, and it should not direct any new connections to a node while it's draining. So in that case, seeing this log at all would actually be unexpected and a sign of misconfiguration.
Is your feature request related to a problem? Please describe.
A little UX papercut. When we’re draining, we log a TON of these, which just spams the logs and makes spotting issues during the drain difficult:
Describe the solution you'd like
Consider logging less, e.g. using a
log.Every
.Jira issue: CRDB-27401