kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel
https://kmesh.net
Apache License 2.0
424 stars 59 forks source link

Modify observe connection shutdown probe log #739

Open jiayoukun opened 1 month ago

jiayoukun commented 1 month ago

For the bpf_sk_storage_get function, for an sk that may have been closed to get the storage associated with it, it usually returns NULL, and this part of the judgement log level should be changed to INFO, and the subsequent tcp_report(sk, tcp_sock, storage, BPF_TCP_ CLOSE) also reports on this connection closure.

kmesh-bot commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign supercharge-xsy for approval. For more information see the Kubernetes Code Review Process.

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

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kmesh-net/kmesh/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
jiayoukun commented 1 month ago

@LiZhenCheng9527 @nlgwcy

jiayoukun commented 1 month ago

@LiZhenCheng9527 like this

87CF2CB0-A8D9-4039-8F11-82E9726DC327
LiZhenCheng9527 commented 1 month ago

@LiZhenCheng9527 like this 87CF2CB0-A8D9-4039-8F11-82E9726DC327

thanks