-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many SidecarWriter write failed warnings #1025
Milestone
Comments
It appears that it doesn't always reliably detect that the write failed and so some of the calls do not throw which is being treated as a success. For now we'll limit it to just the first failure. |
brharrington
added a commit
to brharrington/spectator
that referenced
this issue
Jan 10, 2023
Before we would reenable after successful calls so we could detect if the sidecar was having periodic problems. However, for UDP some calls can appear to be successful even if they have failed so it still leads to spammy logs. For now limit to the first failure. Fixes Netflix#1025.
Thanks for the quick fix! |
brharrington
added a commit
to brharrington/spectator
that referenced
this issue
Apr 6, 2023
Before we would reenable after successful calls so we could detect if the sidecar was having periodic problems. However, for UDP some calls can appear to be successful even if they have failed so it still leads to spammy logs. For now limit to the first failure. Fixes Netflix#1025.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Still many warnings when the node does not have sidecar running despite #1020
The text was updated successfully, but these errors were encountered: