-
Notifications
You must be signed in to change notification settings - Fork 370
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
Better error logs for Agent - Controller connectivity issues #822
Labels
area/component/agent
Issues or PRs related to the agent component
area/monitoring/logging
Issues or PRs related to logging.
enhancement
New feature or request
good first issue
Good for newcomers
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Comments
antoninbas
added
enhancement
New feature or request
area/component/agent
Issues or PRs related to the agent component
area/monitoring/logging
Issues or PRs related to logging.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
labels
Jun 10, 2020
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or this will be closed in 180 days |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Dec 27, 2020
hty690
added a commit
to hty690/antrea
that referenced
this issue
Mar 11, 2021
hty690
added a commit
to hty690/antrea
that referenced
this issue
Mar 11, 2021
hty690
added a commit
to hty690/antrea
that referenced
this issue
Mar 11, 2021
The agent logs will print the failure message when the connection to the controller is timeout. Also adding HealthCheck to remind the users of the connectivity issue. Fixes antrea-io#822
hty690
added a commit
to hty690/antrea
that referenced
this issue
Mar 16, 2021
The agent logs will print the failure message when the connection to the controller is timeout. Also adding HealthCheck to remind the users of the connectivity issue. Fixes antrea-io#822
hty690
added a commit
to hty690/antrea
that referenced
this issue
Mar 16, 2021
The agent logs will print the failure message when the connection to the controller is timeout. Also adding readiness probe to remind the users of the connectivity issue. Fixes antrea-io#822
hty690
added a commit
to hty690/antrea
that referenced
this issue
Mar 16, 2021
The agent logs will print the failure message when the connection to the controller is timeout. Also adding readiness probe to remind the users of the connectivity issue. Fixes antrea-io#822
antoninbas
added
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Mar 17, 2021
tnqn
pushed a commit
that referenced
this issue
Mar 18, 2021
The agent logs will print the failure message when the connection to the controller is timeout. Also adding readiness probe to remind the users of the connectivity issue. Fixes #822
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/component/agent
Issues or PRs related to the agent component
area/monitoring/logging
Issues or PRs related to logging.
enhancement
New feature or request
good first issue
Good for newcomers
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Describe the problem/challenge you have
One thing that came out of #802 is that Agent logs are not very user-friendly in case of such a connectivity issue. The log messages are as follows:
And they are repeated every 30 seconds.
Describe the solution you'd like
@tnqn do you think it would make sense to have more user-friendly error logs, indicating that there is a connectivity issue to the Antrea service?
Additionally, one thing I would like to consider is improving the readiness probe for the Agent so that it reflects the status of the connection to the Antrea controller. Without this, there is no feedback about this issue until the user looks at the agent logs.
The text was updated successfully, but these errors were encountered: