8000 cdc: issue a warning when a duplicate changefeed is created · Issue #144262 · cockroachdb/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cdc: issue a warning when a duplicate changefeed is created #144262

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

Open
rharding6373 opened this issue Apr 10, 2025 · 1 comment · May be fixed by #146831
Open

cdc: issue a warning when a duplicate changefeed is created #144262

rharding6373 opened this issue Apr 10, 2025 · 1 comment · May be fixed by #146831
Assignees
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

@rharding6373
Copy link
Collaborator
rharding6373 commented Apr 10, 2025

Although it is possible for changefeeds to be created with the same destination URI, in some cases this is due to an error or typo that can be hard to detect, and can cause issues in the downstream environment. We should issue a warning when changefeeds are created for the same tables and same URI to alert users when this happens.

Jira issue: CRDB-49296

@rharding6373 rharding6373 added A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc labels Apr 10, 2025
Copy link
blathers-crl bot commented Apr 10, 2025

cc @cockroachdb/cdc

log-head added a commit to log-head/cockroach that referenced this issue May 15, 2025
Previously, although it is possible for changefeeds to be created with
the same destination URI, in some cases this is due to an error or typo
that can be hard to detect, and can cause issues in the downstream
environment. To address this, this patch issues a wawning when a
changefeed is created for the same tables and same URI.

The warning looks like:
NOTICE: You have created a duplicate changefeed

Fixes: cockroachdb#144262
Epic: CRDB-49296

Release note (general change): Provide a warning when creating a
changefeed that already exists
log-head added a commit to log-head/cockroach that referenced this issue May 15, 2025
Previously, although it is possible for changefeeds to be created with
the same destination URI, in some cases this is due to an error or typo
that can be hard to detect, and can cause issues in the downstream
environment. To address this, this patch issues a wawning when a
changefeed is created for the same tables and same URI.

The warning looks like:
NOTICE: You have created a duplicate changefeed

Fixes: cockroachdb#144262
Epic: CRDB-49296

Release note (general change): Provide a warning when creating a
changefeed that already exists
log-head added a commit to log-head/cockroach that referenced this issue May 19, 2025
Previously, although it is possible for changefeeds to be created with
the same destination URI, in some cases this is due to an error or typo
that can be hard to detect, and can cause issues in the downstream
environment. To address this, this patch issues a wawning when a
changefeed is created for the same tables and same URI.

The warning looks like:
NOTICE: You have created a duplicate changefeed

Fixes: cockroachdb#144262
Epic: CRDB-49296

Release note (general change): Provide a warning when creating a
changefeed that already exists
log-head added a commit to log-head/cockroach that referenced this issue May 19, 2025
Previously, although it is possible for changefeeds to be created with
the same destination URI, in some cases this is due to an error or typo
that can be hard to detect, and can cause issues in the downstream
environment. To address this, this patch issues a wawning when a
changefeed is created for the same tables and same URI.

The warning looks like:
NOTICE: You have created a duplicate changefeed

Fixes: cockroachdb#144262
Epic: CRDB-49296

Release note (general change): Provide a warning when creating a
changefeed that already exists
log-head added a commit to log-head/cockroach that referenced this issue May 20, 2025
Previously, although it is possible for changefeeds to be created with
the same destination URI, in some cases this is due to an error or typo
that can be hard to detect, and can cause issues in the downstream
environment. To address this, this patch issues a wawning when a
changefeed is created for the same tables and same URI.

The warning looks like:
NOTICE: You have created a duplicate changefeed

Fixes: cockroachdb#144262
Epic: CRDB-49296

Release note (general change): Provide a warning when creating a
changefeed that already exists
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

Successfully merging a pull request may close this issue.

2 participants
0