[BEAM-13015] Add state caching benchmark and move benchmarks to their own module.#16542
[BEAM-13015] Add state caching benchmark and move benchmarks to their own module.#16542lukecwik merged 3 commits intoapache:masterfrom
Conversation
|
R: @ibzib |
Codecov Report
@@ Coverage Diff @@
## master #16542 +/- ##
===========================================
+ Coverage 46.38% 83.64% +37.26%
===========================================
Files 202 452 +250
Lines 19897 62168 +42271
===========================================
+ Hits 9230 52003 +42773
- Misses 9682 10165 +483
+ Partials 985 0 -985 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
hold over from temp change.
There was a problem hiding this comment.
There was a problem hiding this comment.
What are the two expected stages? 1. impulse+toKeyAndValue 2. stateful+gbk?
My understanding is that toKeyAndValue is just a dummy transform that is added only for pipeline construction, and then its stage is not actually executed. Is that correct? And can we add a comment to clarify it?
There was a problem hiding this comment.
Your understanding is correct since the stateful dofn causes a fusion break in the GreedyPipelineFuser.
Added comment.
|
What is the next step on this PR? |
… own module. This simplifies adding unit tests and decreases the clutter in the sdks/java/harness module.
Also clean-up comments around args and fix classpath to only be runtime classpath.
|
@ibzib this is ready for another review. |
|
Run Java PreCommit |
|
Run Java PreCommit |
1 similar comment
|
Run Java PreCommit |
|
Run Website_Stage_GCS |
|
Run Java PreCommit |
1 similar comment
|
Run Java PreCommit |
|
Run Website_Stage_GCS PreCommit |
|
Run Java PreCommit |
6 similar comments
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Java PreCommit |
|
For reference, link to the failed test: https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/4593/ |
|
It looks like Java PreCommit is perma-red. Now that #16748 is in. Rerunning Java PreCommit. |
|
Run Java PreCommit |
|
Run Java PreCommit |
This simplifies adding unit tests and decreases the clutter in the sdks/java/harness module.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
ValidatesRunnercompliance status (on master branch)Examples testing status on various runners
Post-Commit SDK/Transform Integration Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.