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
A socket that is broken but still open keeps accepting writes that immediately fail, so the writer goroutine retries in a tight loop and floods the log during an outage. Added shouldLogWriteErr() using the same package-level atomic CAS pattern as the auth/oob/drop paths: at most one line per minute with a suppressed count.
Note: the [net][s]select error line is V(2) (silent by default) upstream, so it does not flood at default verbosity and is left untouched.
0 commit comments