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] DDL Replication - Support create index nonconcurrently #26681

Open
1 task done
hulien22 opened this issue Apr 4, 2025 · 0 comments
Open
1 task done

[xCluster] DDL Replication - Support create index nonconcurrently #26681

hulien22 opened this issue Apr 4, 2025 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage xCluster Label for xCluster related issues/improvements

Comments

@hulien22
Copy link
Contributor

hulien22 commented Apr 4, 2025

Jira Link: DB-16060

Description

create table tbl1 (a int);
insert into tbl1 SELECT * FROM generate_series(1, 100000);
create unique index nonconcurrently on tbl1 (a);

this fails to replicate, fails on the target due to duplicate rows

Issue Type

kind/bug

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

  • I confirm this issue does not contain any sensitive information.
@hulien22 hulien22 added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage xCluster Label for xCluster related issues/improvements labels Apr 4, 2025
@hulien22 hulien22 self-assigned this Apr 4, 2025
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Apr 4, 2025
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/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage xCluster Label for xCluster related issues/improvements
Projects
Development

No branches or pull requests

2 participants