Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdc: surface repetitive or likely permanent errors #104628

Closed
shermanCRL opened this issue Jun 8, 2023 · 2 comments
Closed

cdc: surface repetitive or likely permanent errors #104628

shermanCRL opened this issue Jun 8, 2023 · 2 comments
Labels
A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc

Comments

@shermanCRL
Copy link
Contributor

shermanCRL commented Jun 8, 2023

Is your feature request related to a problem? Please describe.

Changefeeds have switched to “default retryable” on error. This is good!

We have a new problem, perhaps, that errors will retry a lot or indefinitely. This likely means the error is de facto permanent -- maybe a config problem, auth, etc.

Describe the solution you'd like

These situations should be surfaced to the user.

I don’t know how! The starting place would be to define “too repetitive” or “probably permanent”. The surfacing could be a metric? An alert in DB Console?

Jira issue: CRDB-28643

@shermanCRL shermanCRL added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-cdc Change Data Capture labels Jun 8, 2023
@blathers-crl blathers-crl bot added the T-cdc label Jun 8, 2023
@blathers-crl
Copy link

blathers-crl bot commented Jun 8, 2023

cc @cockroachdb/cdc

@amruss
Copy link
Contributor

amruss commented Jun 14, 2023

Closing this, its too vague. We do have: #103539

@amruss amruss closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc
Projects
None yet
Development

No branches or pull requests

2 participants