Skip to content

Commit

Permalink
xds/client: send NewStream errors to the watchers (#5032)
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl authored and easwars committed Dec 14, 2021
1 parent 296afc2 commit ae29ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xds/internal/xdsclient/controller/transport.go
Expand Up @@ -81,6 +81,7 @@ func (t *Controller) run(ctx context.Context) {
retries++
stream, err := t.vClient.NewStream(ctx, t.cc)
if err != nil {
t.updateHandler.NewConnectionError(err)
t.logger.Warningf("xds: ADS stream creation failed: %v", err)
continue
}
Expand Down

0 comments on commit ae29ac3

Please sign in to comment.