Skip to content

fix(CDC): fallback on transient proxy read errors#11626

Merged
tyler-french merged 1 commit intomasterfrom
tfrench/proxy-err
Mar 19, 2026
Merged

fix(CDC): fallback on transient proxy read errors#11626
tyler-french merged 1 commit intomasterfrom
tfrench/proxy-err

Conversation

@tyler-french
Copy link
Contributor

@tyler-french tyler-french commented Mar 19, 2026

If we didn't read any frames, we should fall back from transient proxy issues from a remote read. We see some of these occuring:

chunk_local_read_error (DeadlineExceeded)
chunk_local_read_error (Unavailable)

The client should retry these anyway, but having the read not fail and continue as expected is safer and less disruptive. The metrics ensure we don't have these issues build up

@tyler-french tyler-french changed the title fix(CDC): retry transient proxy read errors fix(CDC): fallback on transient proxy read errors Mar 19, 2026
@tyler-french tyler-french merged commit 88388ec into master Mar 19, 2026
10 of 14 checks passed
@tyler-french tyler-french deleted the tfrench/proxy-err branch March 19, 2026 05:16
tyler-french added a commit that referenced this pull request Mar 19, 2026
If we didn't read any frames, we should fall back from transient proxy
issues from a remote read. We see some of these occuring:
```
chunk_local_read_error (DeadlineExceeded)
chunk_local_read_error (Unavailable)
```
The client should retry these anyway, but having the read not fail and
continue as expected is safer and less disruptive. The metrics ensure we
don't have these issues build up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants