Skip to content

Commit

Permalink
minor comment nit
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Dec 7, 2023
1 parent f04b640 commit 4fccb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/resolver/xds_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func (r *xdsResolver) onResourceNotFound() {
// along with normal service config. This will ensure that new RPCs will
// fail, and once the active RPCs complete, the reference counts on the
// clusters will come down to zero. At that point, we will send an empty
// service config config with no addresses. This results in the pick-first
// service config with no addresses. This results in the pick-first
// LB policy being configured on the channel, and since there are no
// address, pick-first will put the channel in TRANSIENT_FAILURE.
r.sendNewServiceConfig(nil)
Expand Down

0 comments on commit 4fccb12

Please sign in to comment.