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

[CDCSDK] DBZ: Remove guard code to initialize OpId #18050

Closed
yugabyte-ci opened this issue Jul 3, 2023 · 0 comments
Closed

[CDCSDK] DBZ: Remove guard code to initialize OpId #18050

yugabyte-ci opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
area/cdcsdk CDC SDK jira-originated kind/new-feature This is a request for a completely new feature priority/low Low priority

Comments

@yugabyte-ci
Copy link
Contributor

yugabyte-ci commented Jul 3, 2023

Jira Link: DB-7098

A guard logic was added in a PR #236 to forcefully use the checkpoints being sent by the service. However, in case of colocated tables, the guard caused issues causing the connector to request changes from an OpId previous than what was checkpointed.

To overcome the problem, 3 probable solutions are possible:

Remove the guard logic

Only update the fromLsn values in case of non-colocated tables

Update the explicit checkpoint values in case of colocated tables even for the records being skipped

@yugabyte-ci yugabyte-ci added area/cdcsdk CDC SDK jira-originated kind/new-feature This is a request for a completely new feature priority/low Low priority labels Jul 3, 2023
@yugabyte-ci yugabyte-ci closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2023
@vaibhav-yb vaibhav-yb removed the kind/new-feature This is a request for a completely new feature label Jul 3, 2023
@vaibhav-yb vaibhav-yb reopened this Jul 3, 2023
vaibhav-yb added a commit to yugabyte/debezium-connector-yugabytedb that referenced this issue Jul 3, 2023
@yugabyte-ci yugabyte-ci added the kind/new-feature This is a request for a completely new feature label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cdcsdk CDC SDK jira-originated kind/new-feature This is a request for a completely new feature priority/low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants