generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Lower ASM follower sync error log level for expected initial case #2133
Labels
good first issue
Good for newcomers
Comments
Open
stuartwdouglas
added a commit
that referenced
this issue
Jul 24, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 24, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 24, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 24, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 25, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 25, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 25, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 26, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 28, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Jul 29, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
stuartwdouglas
added a commit
that referenced
this issue
Aug 6, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 12, 2024
We don't want error alerts if a controller is just failing over, this PR adds some infrasturcture to allow for a lower level of error reporting when the errors all occur within the lease TTL. fixes #2133
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is expected when new controllers are brought up but for 10s or so the previous controller still has a lease.
The initial errors are confusing as they make it look like something unexpected is happening. We should only error after a certain number of errors or after a certain amount of time.
The text was updated successfully, but these errors were encountered: