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

[xCluster] Block sequence value changes on target universes with automatic replication #24034

Open
1 task done
mdbridge opened this issue Sep 19, 2024 · 0 comments
Open
1 task done
Labels
area/docdb YugabyteDB core features kind/new-feature This is a request for a completely new feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@mdbridge
Copy link
Contributor

mdbridge commented Sep 19, 2024

Jira Link: DB-12924

Description

When we are doing automatic DDL mode replication to a target universe,
it is supposed to be in standby mode and read only.

We already have code/tasks to block normal DDLs and writes.

However, sequence bumps can be done via non-DDLs (E.g., nextval) that
the above does not block.

This task is to block those as well.

Issue Type

kind/new-feature

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@mdbridge mdbridge added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Sep 19, 2024
@yugabyte-ci yugabyte-ci added kind/new-feature This is a request for a completely new feature priority/medium Medium priority issue labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/new-feature This is a request for a completely new feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants