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

Destinations CDK: Async framework tracks stream success #37721

Closed
wants to merge 3 commits into from

Conversation

edgao
Copy link
Contributor

@edgao edgao commented Apr 30, 2024

What

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES πŸ’š
  • NO ❌

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 8, 2024 6:07pm

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Apr 30, 2024
Copy link
Contributor Author

edgao commented Apr 30, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @edgao and the rest of your teammates on Graphite Graphite

@edgao edgao changed the base branch from master to edgao/bq_incremental_td May 1, 2024 20:57
@edgao edgao force-pushed the edgao/async_framework_tracks_stream_success branch from ee5344b to e634730 Compare May 1, 2024 20:58
@edgao edgao force-pushed the edgao/async_framework_tracks_stream_success branch from e634730 to e1f643f Compare May 3, 2024 22:21
@octavia-squidington-iii octavia-squidington-iii removed the area/connectors Connector related issues label May 3, 2024
@edgao edgao force-pushed the edgao/bq_incremental_td branch from 8f95f23 to 5cdcc77 Compare May 7, 2024 22:29
@edgao edgao force-pushed the edgao/async_framework_tracks_stream_success branch from e1f643f to 107b651 Compare May 7, 2024 22:29
@@ -20,6 +22,7 @@ class BufferEnqueue(
private val memoryManager: GlobalMemoryManager,
private val buffers: ConcurrentMap<StreamDescriptor, StreamAwareQueue>,
private val stateManager: GlobalAsyncStateManager,
private val streamsWithSuccessStatus: ConcurrentHashSet<StreamDescriptor>,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be a map streamdescriptor -> status, so that we can explicitly check whether each stream succeeded or failed (and error if a stream had neither status)

@edgao edgao force-pushed the edgao/bq_incremental_td branch from 5cdcc77 to 35637b5 Compare May 8, 2024 15:29
@edgao edgao force-pushed the edgao/async_framework_tracks_stream_success branch from 107b651 to f636711 Compare May 8, 2024 15:29
@edgao edgao force-pushed the edgao/bq_incremental_td branch from a8278f6 to 98ec352 Compare May 8, 2024 18:07
@edgao edgao force-pushed the edgao/async_framework_tracks_stream_success branch from f636711 to ec98930 Compare May 8, 2024 18:07
Base automatically changed from edgao/bq_incremental_td to master May 8, 2024 18:22
@edgao edgao closed this May 8, 2024
@edgao edgao deleted the edgao/async_framework_tracks_stream_success branch May 8, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants