feat(source/istio): reduce cpu cycles with indexers#5708
feat(source/istio): reduce cpu cycles with indexers#5708ivankatliarchuk wants to merge 2 commits intokubernetes-sigs:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
68af795 to
5187aa7
Compare
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
5187aa7 to
8c7af68
Compare
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
dbfbac3 to
fd55f6c
Compare
|
I'll block this. I think found a bug or issue that this approach may not work as expected /hold |
|
Great example of unit-tests all green, but reality is different. The case I found did not have any tests coverage. |
|
Closing this for now. As current approach has some bugs /close |
|
@ivankatliarchuk: Closed this PR. DetailsIn response to this:
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-sigs/prow repository. |
What does it do ?
TODO:
This is a follow-up PR for #5536
Before
With the change
This are syntetic benchmarks. Same time the difference is 5x. So it should provide a potential improvement in terms of cpu cycles and processing times
Follow-up:
external-dns/source/pod.go
Line 69 in 468fb66
Motivation
PR #5473
Issue #5458
Potential why performance is poor description #5473 (comment)
More