optimize memory usage (#25531) - #25532
Conversation
|
Hi @dozer47528. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
lgtm. Will leave it open for others review |
|
/test benchmark_istio |
|
I am a bit concerned that what if the hash code of two |
|
If there is a false positive it will just result in an additional push. I
think the chance of collision is very small
…On Wed, Jul 15, 2020, 10:20 AM Jian Zeng ***@***.***> wrote:
I am a bit concerned that what if the hash code of two ConfigKeys
happended to be the same? would SidecarScope. DependsOnConfig() report
false positive?
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#25532 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEYGXPPEAHXOAP5GDYKQQ3R3XQM3ANCNFSM4O2LVRXA>
.
|
* commit 'adeffcf1db154d207bbcd5fa6a13019702f64721': Optimize DR lookup in EDS (istio#25518) XDS-based replacement for /debug/syncz (istio#25344) Azure Platform Support (istio#24995) Automator: update common-files@master in istio/istio@master (istio#25547) Use MARKDOWN_LINT_ALLOWLIST instead of _WHITELIST (istio#25545) optimize memory usage (istio#25531) (istio#25532) refactor pod lookup code (istio#25524) Automator: update common-files@master in istio/istio@master (istio#25540) disable enforcing successrate based outlier detection (istio#25534) minor ads renaming (istio#25537) Remove RequireCerts from SDS Agent (istio#25458) For k8s registry the instance handler is redudant (istio#25462) namespace controller: use shared informer (istio#25123) Run generate tests also through istioctl install and operator (istio#25254)
|
/cherrypick release-1.6 |
|
@howardjohn: #25532 failed to apply on top of branch "release-1.6": 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/test-infra repository. |
|
@howardjohn: new issue created for failed cherrypick: #28368 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/test-infra repository. |
(cherry picked from commit ec9166a)
Use ConfigKey for map keys will waste too much memory.
Before Optimize:
After Optimize
[x] Performance and Scalability