-
Notifications
You must be signed in to change notification settings - Fork 970
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: events miss when there is a pod bind failed #2866
Conversation
ffdcc3e
to
0276ac2
Compare
It's ok to me,please help to review. Thanks! @william-wang @jiangkaihua |
71621e8
to
620fae3
Compare
trigger ci |
620fae3
to
0af7fe4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
I think this is OK, there is an unimportant suggestion that multiple commits can be split into multiple PRs.
Thanks for your contribution
0af7fe4
to
655ca88
Compare
b4c0207
to
43dde53
Compare
@lowang-bh Is this PR ready to be review? |
Yes, plz help to review, thanks. @hwdef @wangyang0616 @Thor-wl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Not much different from my last review.
Thanks for your contribution.
/assign @Thor-wl |
ab25de0
to
4d0edec
Compare
Hi, @william-wang , I updated this PR that newCache will create a new binder if there is no registered one. |
7db0763
to
bfc89d3
Compare
Hi, @wangyang0616, I think I have let it compariable with the old versions. The Bind Interface doesn't change. |
@lowang-bh I merged your PR #3064, you need to refresh this PR. |
Hi, @william-wang , this PR is already based from #3064. There will be no conflicts,I think. |
move event recoding to where pod is successfully bounden Signed-off-by: lowang-bh <[email protected]>
bfc89d3
to
b48c7e6
Compare
Have rebased from master. |
Hi, @william-wang , any update on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: william-wang 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 |
Describe: fix #2865 that successfully binding events will lost if a pod is failed to bind; fix #2879 metrics not accurate
key points:
1: replcace all clientset with interface
2: move event and metrics recoding to where pod is successfully bounden
3: add testcase about bind tasks