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

[Python]Update state cache size to 100 MB #28877

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

AnandInguva
Copy link
Contributor

@AnandInguva AnandInguva commented Oct 6, 2023

Update state cache size from 0 to 100 MB. This is test how state cache is impacting Beam pipelines in the test suites.

Refactoring changes are tracked in the PR #28781 and will be merged before release cut of 2.52.0 or this change will be reverted.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@github-actions github-actions bot added the python label Oct 6, 2023
@AnandInguva
Copy link
Contributor Author

R: @tvalentyn

As we discussed, I am tracking the changes in a different PR #28781 and added a blocker #28770 to 2.52.0

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #28877 (526b83a) into master (e665c1c) will decrease coverage by 0.01%.
Report is 2 commits behind head on master.
The diff coverage is 0.00%.

❗ Current head 526b83a differs from pull request most recent head ee274af. Consider uploading reports for the commit ee274af to get more accurate results

@@            Coverage Diff             @@
##           master   #28877      +/-   ##
==========================================
- Coverage   72.21%   72.21%   -0.01%     
==========================================
  Files         684      685       +1     
  Lines      101224   101474     +250     
==========================================
+ Hits        73096    73276     +180     
- Misses      26548    26618      +70     
  Partials     1580     1580              
Flag Coverage Δ
python 82.70% <0.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...thon/apache_beam/runners/worker/sdk_worker_main.py 78.03% <0.00%> (ø)

... and 10 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tvalentyn tvalentyn merged commit cb80266 into apache:master Oct 6, 2023
65 of 75 checks passed
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