Commit 2b4ac42
authored
fix(bigtable): retry unexpected EOF errors (#13157)
This has been previously discussed at
#11276.
I am resubmitting the change again, since we still see the UnexpectedEOF
and we are running with this patch in production to retry it.
Apparently there is a flaky test that shows the same issue as well:
#10909
There are more cases that use the comparison of the error message now,
and the grpc-go has [some
places](https://github.com/grpc/grpc-go/blob/ae62635cb0e21ae37e7ae5f0f18aaac5e8139834/rpc_util.go#L1033)
that return a gRPC status error with the error message of the
io.UnexpectedEOF.
So I kept the handling by error message text instead of comparing
directly to io.UnexpectedEOF.1 parent 65c510f commit 2b4ac42
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
0 commit comments