Commit ef7c2d5
authored
xds: Fix XDS control plane client retry timer backoff duration when connection closes after results are received (grpc#11766)
* Fix retry timer backoff duration.
* Reset stopwatch when we had results on AdsStream rather than change the delay calculation logic.1 parent 7601afc commit ef7c2d5
File tree
2 files changed
+2
-0
lines changed- xds/src
- main/java/io/grpc/xds/client
- test/java/io/grpc/xds
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3524 | 3524 | | |
3525 | 3525 | | |
3526 | 3526 | | |
| 3527 | + | |
3527 | 3528 | | |
3528 | 3529 | | |
3529 | 3530 | | |
| |||
0 commit comments