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

The citus.enable_change_data_capture setting does not work. #7715

Open
biber-baek opened this issue Oct 23, 2024 · 1 comment
Open

The citus.enable_change_data_capture setting does not work. #7715

biber-baek opened this issue Oct 23, 2024 · 1 comment
Labels

Comments

@biber-baek
Copy link

Hi.

PostgreSQL 15.8
Citus 12.1-1

When modifying the citus.enable_change_data_capture setting from off-> on for distributed table CDC and executing pg_ctl reload, the setting is applied but the CDC does not work. Only the initial data is copied and subsequent replication does not occur.

However, if all of the nodes in Citus are restarted, the CDC does working.

psql -t -c "select context from pg_settings where name='citus.enable_change_data_capture';"
user

The pg_settings.context is set to user, not postmaster.

@emelsimsek emelsimsek added the bug label Oct 23, 2024
@emelsimsek
Copy link
Contributor

This appears to be a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants