Skip to content
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

update table size docs #3175

Merged
merged 2 commits into from May 1, 2024

Conversation

ramaraochavali
Copy link
Contributor

No description provided.

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
@ramaraochavali ramaraochavali added the release-notes-none Indicates a PR that does not require release notes. label Apr 30, 2024
@ramaraochavali ramaraochavali requested a review from a team as a code owner April 30, 2024 08:41
@istio-policy-bot
Copy link

😊 Welcome @ramaraochavali! This is either your first contribution to the Istio api repo, or it's been
a while since you've been here.

You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines
by referring to Contributing to Istio.

Thanks for contributing!

Courtesy of your friendly welcome wagon.

@istio-testing istio-testing added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 30, 2024
@@ -420,6 +420,8 @@ message LoadBalancerSettings {
// The table size for Maglev hashing. This helps in controlling the
// disruption when the backend hosts change.
// Increasing the table size reduces the amount of disruption.
// The table size must be prime number limited to 5000011.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this maybe be:

Suggested change
// The table size must be prime number limited to 5000011.
// The table size must be prime number less than 5000011.

Copy link
Member

@linsun linsun Apr 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 5000011 legit table size?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. As per envoy docs it is

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
@istio-testing istio-testing merged commit 1724785 into istio:master May 1, 2024
5 checks passed
@ramaraochavali ramaraochavali deleted the fix/update_table_size branch May 2, 2024 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes-none Indicates a PR that does not require release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants