Skip to content

Commit 10be215

Browse files
Updates references
1 parent 05346f6 commit 10be215

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

A100-client-side-weighted-round-robin-slow-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A100: Client-side weighted round robin slow start configuration
1010

1111
This proposal introduces an enhancement to the existing client-side weighted_round_robin (WRR) load balancing policy in gRPC by incorporating a configurable `slow_start_config` mechanism. The intent of this feature is to gradually increase traffic to backend endpoints that are newly introduced or have recently rejoined the cluster, allowing them time to warm up and reach their optimal performance level before handling their full share of traffic. This change increases system stability and resilience in environments with dynamic scaling and volatile workloads.
1212

13-
The design borrows from production-ready practices in other load balancers such as Envoy, where gradual traffic ramp-up (slow start) is a [well-established technique](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start) for avoiding performance degradation and request failures during backend startup or recovery. The slow start feature gradually increases the traffic sent to newly added endpoints during a warmup period, allowing them to warm up their caches and establish connections before receiving full traffic load.
13+
The design borrows from production-ready practices in other load balancers such as Envoy, where gradual traffic ramp-up (slow start) is a [well-established technique](Envoy Slow Start Documentation) for avoiding performance degradation and request failures during backend startup or recovery. The slow start feature gradually increases the traffic sent to newly added endpoints during a warmup period, allowing them to warm up their caches and establish connections before receiving full traffic load.
1414

1515
## Background
1616

@@ -23,7 +23,7 @@ In contrast, many modern systems adopt slow start strategies in load balancing t
2323
Introducing a `slow_start_config` configuration in gRPC WRR will offer these benefits within the native client policy, reducing reliance on external traffic-shaping mechanisms or manual intervention.
2424

2525
### Related Proposals:
26-
* [gRFC A58][A58] - Client-side weighted round robin LB policy
26+
* [gRFC A58](A58) - Client-side weighted round robin LB policy
2727

2828
[A58]: A58-client-side-weighted-round-robin-lb-policy.md
2929

@@ -244,5 +244,5 @@ This will be implemented in all languages C++, Java, and Go.
244244

245245
## References
246246

247-
1. [Envoy Slow Start Documentation](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start)
248-
2. [gRFC A58][A58] - Client-side weighted round robin LB policy
247+
[Envoy Slow Start Documentation]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start
248+
[A58]: A58-client-side-weighted-round-robin-lb-policy.md

0 commit comments

Comments
 (0)