-
Notifications
You must be signed in to change notification settings - Fork 175
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
Keepalived not issuing keepalive failures in all cases #2190
Comments
Might be related to #2077. Some relevant information from the staging environment. On backend-2:
The lease is only revoked in sensu-go/backend/monitor/supervisor.go Line 174 in f0d39c1
The fact that the monitor starts and stops immediately might provoke some weird corner case. |
This could be related to #2135 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While doing QA on beta 6, keepalive failures were not always observed as expected. The behaviour appears to be stochastic.
Expected Behavior
When an agent with
deregister: false
is stopped, keepalive failures should occur after the keepalive timeout.Current Behavior
Sometimes keepalive failures do occur, and sometimes they do not.
Steps to Reproduce (for bugs)
Context
QA on sensu beta 6
Your Environment
Ubuntu
The text was updated successfully, but these errors were encountered: