Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyLocalityWeights (0.49 sec)

  1. pilot/pkg/networking/core/loadbalancer/loadbalancer.go

    	enableFailover bool,
    ) {
    	if localityLB == nil || loadAssignment == nil {
    		return
    	}
    
    	// one of Distribute or Failover settings can be applied.
    	if localityLB.GetDistribute() != nil {
    		applyLocalityWeights(locality, loadAssignment, localityLB.GetDistribute())
    		// Failover needs outlier detection, otherwise Envoy will never drop down to a lower priority.
    		// Do not apply default failover when locality LB is disabled.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top