-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[CDCSDK] Restarting connector task can lose track of tablet list in cases of tablet split #15603
Labels
Comments
yugabyte-ci
added
kind/bug
This issue is a bug
priority/medium
Medium priority issue
labels
Jan 9, 2023
adithya-kb
added
priority/high
High Priority
and removed
kind/bug
This issue is a bug
priority/medium
Medium priority issue
labels
Jan 9, 2023
yugabyte-ci
changed the title
[CDCSDK] Restarting connector task can loose track of tablet list in cases of tablet split
[CDCSDK] Restarting connector task can lose track of tablet list in cases of tablet split
Apr 20, 2023
vaibhav-yb
added a commit
to yugabyte/debezium-connector-yugabytedb
that referenced
this issue
Dec 5, 2023
siddharth2411
added a commit
to siddharth2411/debezium-connector-yugabytedb
that referenced
this issue
Dec 7, 2023
…tead of tabletIDs (yugabyte#291)" This reverts commit 78ab326.
siddharth2411
added a commit
to siddharth2411/debezium-connector-yugabytedb
that referenced
this issue
Dec 7, 2023
…tead of tabletIDs (yugabyte#291)" This reverts commit 78ab326.
siddharth2411
added a commit
to siddharth2411/debezium-connector-yugabytedb
that referenced
this issue
Dec 7, 2023
…nges instead of tabletIDs (yugabyte#291)"" This reverts commit 307c3d3.
siddharth2411
added a commit
to siddharth2411/debezium-connector-yugabytedb
that referenced
this issue
Dec 8, 2023
…nges instead of tabletIDs (yugabyte#291)"" This reverts commit d1895ff.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Connector model today is to divide the list of tablets to tasks and then let the tasks do processing. However, the list which is received by these tasks is immutable, so let’s say we have a task restart, it will again try to read the same list.
Task 0: A, B, C
Task 1: D, E
Consider the following example:
A, B, C
A_1, A_2
Jira Link: DB-4992
The text was updated successfully, but these errors were encountered: