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][DB-Scope DR] Replication failing with error ColocationId not found #23177

Closed
1 task done
agsh-yb opened this issue Jul 11, 2024 · 2 comments
Closed
1 task done
Assignees
Labels
2024.1.1_blocker 2024.1.2_blocker 2024.2_blocker area/docdb YugabyteDB core features kind/bug This issue is a bug priority/medium Medium priority issue qa_automation Bugs identified via itest-system, LST, Stress automation or causing automation failures qa_itest-system Bugs identified in itest-system automation QA QA filed bugs status/awaiting-triage Issue awaiting triage

Comments

@agsh-yb
Copy link
Contributor

agsh-yb commented Jul 11, 2024

Jira Link: DB-12116

Description

Setup:
xCluster(DB-Scope DR) + colocation + Copy commands

Observed on version 2024.1.1.0-b127
Error:

E0710 22:56:07.960215 113130 xcluster_output_client.cc:657] Error while applying replicated record: Not found (yb/tserver/xcluster_output_client.cc:287): ColocationId 40000 not found., consumer tablet: 846e488bed384d00ab6c7d3fe32bbed1

Master UI shows that both clusters have tables with the same colocation id
image (6)

Query to create table:

CREATE TABLE employees_col_cpy(id text, uuid_col uuid DEFAULT uuid_generate_v4 (), name text, c complex, info json, contact JSONB, arr smallint[], cash money, i inet, m macaddr, i2 serial, i3 bigserial, val smallint, details e_details, age int, collated_data text collate "POSIX", date DATE, n NUMERIC (3, 2), r real, c1 CHAR(1), created_at timestamptz, uuid0 uuid DEFAULT uuid_nil(), uuid1 uuid DEFAULT uuid_generate_v1(), p1 POINT, t1 TIME, ts1 TIMESTAMP, i4 INTERVAL, p2 path, p3 polygon, b box, c2 circle, l line, l1 lseg, a2 text[][], zip postal_code, PRIMARY KEY(id, name, uuid_col, age)) WITH (colocated = True,COLOCATION_ID=40000)

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.
@agsh-yb agsh-yb added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Jul 11, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jul 11, 2024
@agsh-yb
Copy link
Contributor Author

agsh-yb commented Jul 11, 2024

cc: @kripasreenivasan

@agsh-yb agsh-yb added QA QA filed bugs qa_automation Bugs identified via itest-system, LST, Stress automation or causing automation failures qa_itest-system Bugs identified in itest-system automation 2024.1.2_blocker 2024.1.1_blocker labels Jul 11, 2024
@lingamsandeep
Copy link
Contributor

Duplicate of #23188

@lingamsandeep lingamsandeep marked this as a duplicate of #23188 Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024.1.1_blocker 2024.1.2_blocker 2024.2_blocker area/docdb YugabyteDB core features kind/bug This issue is a bug priority/medium Medium priority issue qa_automation Bugs identified via itest-system, LST, Stress automation or causing automation failures qa_itest-system Bugs identified in itest-system automation QA QA filed bugs status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

3 participants