-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Dataflow Streaming] [Multi Key] Prepare StreamingModeExecutionContext and StreamingWorkScheduler for multi-key execution. #38814
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
Merged
scwhittle
merged 27 commits into
apache:master
from
arunpandianp:multikey_context_review
Jun 30, 2026
+1,266
−373
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
73faa68
[Dataflow Streaming] [Multi Key] StreamingModeExecutionContext refact…
arunpandianp 53bc9a6
trigger postsubmit tests
arunpandianp 7720cf8
fix tests
arunpandianp 72740d2
fix tests
arunpandianp 0f96e72
improve work synchronization
arunpandianp 51b9257
cleanup logic
arunpandianp 9a4e7be
cleanup logic
arunpandianp 3f36afd
address comments
arunpandianp f3cc628
improve WindowingWindmillReader
arunpandianp 58e0ef9
spotless fix
arunpandianp 3dceab0
[Dataflow Streaming] Fix nullness supression in StreamingModeExecutio…
arunpandianp e199438
make windmillTagEncoding final
arunpandianp 700dfbc
address comments
arunpandianp bc5bee2
Move SideInputStateFetcherFactory from start to constructor
arunpandianp 6d7f28e
Merge branch 'contextnullness' into multikey_context_review
arunpandianp c4a52c1
Merge remote-tracking branch 'beam/master' into multikey_context_review
arunpandianp 1107a60
Merge beam/master into multikey_context_review
arunpandianp 47eb7d6
Address comment
arunpandianp 24505dd
Address comment
arunpandianp 4e0d174
Fix UnderInitialization
arunpandianp 96abcca
Merge remote-tracking branch 'beam/master' into multikey_context_review
arunpandianp 15e8d0a
address comments
arunpandianp 996f561
address comments
arunpandianp 6b3218b
Merge remote-tracking branch 'beam/master' into multikey_context_review
arunpandianp a51c2f7
fix test
arunpandianp 3036b54
address comments
arunpandianp 5557cbb
Merge remote-tracking branch 'beam/master' into multikey_context_review
arunpandianp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run!", | ||
| "modification": 1, | ||
| "modification": 2, | ||
| } |
370 changes: 301 additions & 69 deletions
370
.../src/main/java/org/apache/beam/runners/dataflow/worker/StreamingModeExecutionContext.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we just implement start() and advance() with a helper method taking a bool on whether or not to advance initially? seems safer if there is more setup/checking added before processing an item