-
Notifications
You must be signed in to change notification settings - Fork 348
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
feat(translator): Implement consistent hash table size in BackendTrafficPolicy #3440
feat(translator): Implement consistent hash table size in BackendTrafficPolicy #3440
Conversation
Signed-off-by: Dingkang Li <dingkang1743@gmail.com>
...i/testdata/backendtrafficpolicy-with-loadbalancer-invalid-consistent-hash-table-size.in.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Dingkang Li <dingkang1743@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3440 +/- ##
==========================================
+ Coverage 67.09% 67.12% +0.02%
==========================================
Files 166 166
Lines 19618 19632 +14
==========================================
+ Hits 13163 13178 +15
+ Misses 5504 5501 -3
- Partials 951 953 +2 ☔ View full report in Codecov by Sentry. |
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 thanks !
LGTM! #3302 has introduced a new error processing way for BTP, can you update the code, then we are good to go! |
Signed-off-by: Dingkang Li <dingkang1743@gmail.com>
/retest |
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 thanks
/retest |
1 similar comment
/retest |
What this PR does / why we need it:
Implement consistent hash table size in BackendTrafficPolicy, follow up #3348
Which issue(s) this PR fixes:
Fixes #3272