Skip to content

Commit 1724785

Browse files
update table size docs (#3175)
* update table size docs Signed-off-by: Rama Chavali <[email protected]> * change docs Signed-off-by: Rama Chavali <[email protected]> --------- Signed-off-by: Rama Chavali <[email protected]>
1 parent 2bc837c commit 1724785

File tree

7 files changed

+15
-1
lines changed

7 files changed

+15
-1
lines changed

networking/v1/destination_rule.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/destination_rule.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,8 @@ message LoadBalancerSettings {
420420
// The table size for Maglev hashing. This helps in controlling the
421421
// disruption when the backend hosts change.
422422
// Increasing the table size reduces the amount of disruption.
423+
// The table size must be prime number less than 5000011.
424+
// If it is not specified, the default is 65537.
423425
uint64 table_size = 1;
424426
};
425427
// Describes a HTTP cookie that will be used as the hash key for the

networking/v1alpha3/destination_rule.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ message LoadBalancerSettings {
444444
// The table size for Maglev hashing. This helps in controlling the
445445
// disruption when the backend hosts change.
446446
// Increasing the table size reduces the amount of disruption.
447+
// The table size must be prime number less than 5000011.
448+
// If it is not specified, the default is 65537.
447449
uint64 table_size = 1;
448450
};
449451
// Describes a HTTP cookie that will be used as the hash key for the

networking/v1beta1/destination_rule.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/destination_rule.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,8 @@ message LoadBalancerSettings {
421421
// The table size for Maglev hashing. This helps in controlling the
422422
// disruption when the backend hosts change.
423423
// Increasing the table size reduces the amount of disruption.
424+
// The table size must be prime number less than 5000011.
425+
// If it is not specified, the default is 65537.
424426
uint64 table_size = 1;
425427
};
426428
// Describes a HTTP cookie that will be used as the hash key for the

0 commit comments

Comments
 (0)