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

[bulk-cdk] state manager only reports stream with count in it #48587

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiaohansong
Copy link
Contributor

@xiaohansong xiaohansong commented Nov 21, 2024

What

Fix https://github.com/airbytehq/airbyte-internal-issues/issues/10804

State should only report streams with count in it;

otherwise consider this case:

worker1 read streamA, and worker2 read streamB - both read a record, and then say worker1 send a state message - the count in there would be 1, and then worker2 will send another state messsage with count=1

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@xiaohansong xiaohansong requested a review from a team as a code owner November 21, 2024 00:47
Copy link

vercel bot commented Nov 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Nov 21, 2024 0:47am

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Nov 21, 2024
@rodireich
Copy link
Contributor

rodireich commented Nov 21, 2024

Because I'm dealing with a different bug in the same area: will this ignore empty tables?
This can be a problem in cdc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants