Skip to content
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo, making offers as offer
Co-authored-by: Antoine Tollenaere <[email protected]>
  • Loading branch information
anuragagarwal561994 and atollena committed Aug 28, 2025
commit ed6c9a7c6e113ba8922d7b89647e41e74b3ed21d
2 changes: 1 addition & 1 deletion A100-client-side-weighted-round-robin-slow-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ When an endpoint is not in the warmup period, the scale factor is set to 1.0, me

### Blackout Period vs Slow Start

The WRR load balancing policy will offers two independent mechanisms for handling new endpoints: the blackout period and slow start. These mechanisms can be used independently or in combination, allowing operators to choose the approach that best fits their needs.
The WRR load balancing policy will offer two independent mechanisms for handling new endpoints: the blackout period and slow start. These mechanisms can be used independently or in combination, allowing operators to choose the approach that best fits their needs.

The blackout period, which defaults to 10 seconds, begins when an endpoint receives its first non-zero load report (tracked by `non_empty_since` timestamp). During this period, the endpoint continues to receive traffic, but instead of using the weights reported by the backend servers, the load balancer uses the mean of all backend-reported weights. This period helps prevent churn in the load balancing decisions when the set of endpoint addresses changes, ensuring that the weights used are based on stable, continuous load reporting.

Expand Down