We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296afc2 commit ae29ac3Copy full SHA for ae29ac3
1 file changed
xds/internal/xdsclient/controller/transport.go
@@ -81,6 +81,7 @@ func (t *Controller) run(ctx context.Context) {
81
retries++
82
stream, err := t.vClient.NewStream(ctx, t.cc)
83
if err != nil {
84
+ t.updateHandler.NewConnectionError(err)
85
t.logger.Warningf("xds: ADS stream creation failed: %v", err)
86
continue
87
}
0 commit comments