aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2017-08-02 14:44:45 -0700
committerGravatar Juanli Shen <aspirinsjl@gmail.com>2017-08-09 09:16:42 -0700
commit59611fb5710ee21fb49dae52acb92342cc28fcad (patch)
treeb82fca4848d825cc2331ec403be33dea21a4eff6 /doc
parentfe71c75865b78c3a15f4cbaee1f546377360bb6b (diff)
Update the doc about the policy selection condition.
Diffstat (limited to 'doc')
-rw-r--r--doc/load-balancing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/load-balancing.md b/doc/load-balancing.md
index f56d2b0c73..88ff35496f 100644
--- a/doc/load-balancing.md
+++ b/doc/load-balancing.md
@@ -113,8 +113,8 @@ works:
that indicates which client-side load-balancing policy to use (e.g.,
`round_robin` or `grpclb`).
2. The client instantiates the load balancing policy.
- - Note: If all addresses returned by the resolver are balancer
- addresses, then the client will use the `grpclb` policy, regardless
+ - Note: If any one of the addresses returned by the resolver is a balancer
+ address, then the client will use the `grpclb` policy, regardless
of what load-balancing policy was requested by the service config.
Otherwise, the client will use the load-balancing policy requested
by the service config. If no load-balancing policy is requested