Skip to content
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

tracing/plugin: newTracer: ignore context.Canceled errors on Close() #9488

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

thaJeztah
Copy link
Member

Before this, containerd would always print an error when shutting down;

ERRO[2023-12-07T14:35:00.070333131Z] failed to close plugin                        error="context canceled" id=io.containerd.internal.v1.tracing

Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fuweid fuweid added this pull request to the merge queue Dec 8, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 8, 2023
@fuweid fuweid added this pull request to the merge queue Dec 8, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 8, 2023
@kzys kzys added this pull request to the merge queue Dec 8, 2023
@thaJeztah
Copy link
Member Author

Looks like the merge queue is broken if the PR is not rebased (or it still needs configuration to be updated); it's expecting results for go1.21.3 and go1.20.10, but the main branch is now on go1.21.5 and go1.20.12 (#9351)

Screenshot 2023-12-08 at 23 13 07

I'll try to rebase this one, but someone else would have to add it to the queue again.

@thaJeztah thaJeztah removed this pull request from the merge queue due to a manual request Dec 8, 2023
Before this, containerd would always print an error when shutting down;

    ERRO[2023-12-07T14:35:00.070333131Z] failed to close plugin                        error="context canceled" id=io.containerd.internal.v1.tracing

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@dmcgowan dmcgowan added this pull request to the merge queue Dec 18, 2023
Merged via the queue into containerd:main with commit 8f6892a Dec 18, 2023
45 checks passed
@thaJeztah thaJeztah deleted the plugin_context_cancel branch December 18, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants