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

Create global max blocks semaphore only once at file system level. #2883

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

ashmeenkaur
Copy link
Collaborator

Description

global max blocks semaphore limits the total number of blocks used across the files when streaming writes are enabled. This config should be created only once at file system level and re-used across files.

Link to the issue in case of a bug fix.

b/388184725

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.17%. Comparing base (1471a92) to head (351abfe).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2883      +/-   ##
==========================================
+ Coverage   76.09%   76.17%   +0.07%     
==========================================
  Files         118      118              
  Lines       16637    16640       +3     
==========================================
+ Hits        12660    12675      +15     
+ Misses       3443     3433      -10     
+ Partials      534      532       -2     
Flag Coverage Δ
unittests 76.17% <100.00%> (+0.07%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ashmeenkaur ashmeenkaur marked this pull request as ready for review January 9, 2025 06:58
@ashmeenkaur ashmeenkaur requested a review from a team as a code owner January 9, 2025 06:58
@kislaykishore kislaykishore requested review from a team, BrennaEpp and tritone and removed request for a team and BrennaEpp January 9, 2025 06:58
@ashmeenkaur ashmeenkaur merged commit 3c7d198 into master Jan 9, 2025
19 checks passed
@ashmeenkaur ashmeenkaur deleted the create-global-max-semaphore-only-once branch January 9, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants