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

Fix kmesh daemon graceful exit #651

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

hzxuzhonghu
Copy link
Member

What type of PR is this?

/kind bug

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #646

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Signed-off-by: Zhonghu Xu <xuzhonghu@huawei.com>
@kmesh-bot kmesh-bot added the kind/bug Something isn't working label Jul 30, 2024
@hzxuzhonghu hzxuzhonghu added cherrypick/release-0.4 and removed kind/bug Something isn't working labels Jul 30, 2024
Signed-off-by: Zhonghu Xu <xuzhonghu@huawei.com>
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 49.01%. Comparing base (4f55115) to head (68d7f31).
Report is 1 commits behind head on main.

Files Coverage Δ
pkg/status/status_server.go 33.18% <0.00%> (ø)
pkg/bpf/bpf_restart.go 65.11% <25.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 354bba4...68d7f31. Read the comment docs.

@nlgwcy
Copy link
Contributor

nlgwcy commented Jul 30, 2024

/lgtm
/approve

@kmesh-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nlgwcy

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hzxuzhonghu hzxuzhonghu enabled auto-merge July 30, 2024 08:18
@hzxuzhonghu hzxuzhonghu disabled auto-merge July 30, 2024 08:18
@hzxuzhonghu hzxuzhonghu enabled auto-merge July 30, 2024 08:19
@hzxuzhonghu hzxuzhonghu disabled auto-merge July 30, 2024 08:20
@hzxuzhonghu hzxuzhonghu merged commit e4143c2 into kmesh-net:main Jul 30, 2024
6 of 8 checks passed
@hzxuzhonghu hzxuzhonghu deleted the fix-cni-uninstall branch July 30, 2024 08:21
@kmesh-bot
Copy link
Collaborator

In response to a cherrypick label: #651 failed to apply on top of branch "release-0.4":

Applying: Fix kmesh daemon graceful exit
Using index info to reconstruct a base tree...
M	build/docker/start_kmesh.sh
A	pkg/bpf/bpf_restart.go
M	pkg/status/status_server.go
Falling back to patching base and 3-way merge...
Auto-merging pkg/status/status_server.go
CONFLICT (modify/delete): pkg/bpf/bpf_restart.go deleted in HEAD and modified in Fix kmesh daemon graceful exit. Version Fix kmesh daemon graceful exit of pkg/bpf/bpf_restart.go left in tree.
Auto-merging build/docker/start_kmesh.sh
CONFLICT (content): Merge conflict in build/docker/start_kmesh.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Fix kmesh daemon graceful exit
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

@kmesh-bot
Copy link
Collaborator

In response to a cherrypick label: new issue created for failed cherrypick: #654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to restart Kmash daemon pod
3 participants