Skip to content

fix bpf map look up failed#594

Merged
kmesh-bot merged 2 commits intokmesh-net:mainfrom
LiZhenCheng9527:fix-metric
Jul 17, 2024
Merged

fix bpf map look up failed#594
kmesh-bot merged 2 commits intokmesh-net:mainfrom
LiZhenCheng9527:fix-metric

Conversation

@LiZhenCheng9527
Copy link
Copy Markdown
Contributor

What type of PR is this?
/kind bug

What this PR does / why we need it:
fix metric key not exists error
Which issue(s) this PR fixes:
Fixes #581

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
@kmesh-bot kmesh-bot added the kind/bug Something isn't working label Jul 17, 2024
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.64%. Comparing base (5094c24) to head (7a4321b).
Report is 28 commits behind head on main.

see 4 files 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 558040c...7a4321b. Read the comment docs.

}

report_access_log(sk, tcp_sock, storage);
// report_access_log(sk, tcp_sock, storage);
Copy link
Copy Markdown
Contributor

@nlgwcy nlgwcy Jul 17, 2024

Choose a reason for hiding this comment

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

Why remove access log report

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Because there is no processing code for accesslog data yet.
If I keep it, it will fill up the ringbuf, so I will delete it for now.
I will submit it together with the processing code for accesslog later.

@nlgwcy
Copy link
Copy Markdown
Contributor

nlgwcy commented Jul 17, 2024

/lgtm
/approve

@kmesh-bot
Copy link
Copy Markdown
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

Details 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

@kmesh-bot kmesh-bot merged commit a60c49e into kmesh-net:main Jul 17, 2024
@nlgwcy
Copy link
Copy Markdown
Contributor

nlgwcy commented Jul 17, 2024

/cherry-pick release-0.4

@kmesh-bot
Copy link
Copy Markdown
Collaborator

@nlgwcy: new pull request created: #595

Details

In response to this:

/cherry-pick release-0.4

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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.

when deploy httpbin/tcpecho,Kmesh prints many error logs

3 participants