Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@vipnydav
Copy link
Member

@vipnydav vipnydav commented Oct 1, 2025

Description

This PR limits the channel size in static worker pool by the number of workers available as at a time the max tasks that be executed equals the number of workers and also when --read-global-max-blocks is set to -1 it tries to create a very large channel which takes upto 52s during mount and is not needed.

Link to the issue in case of a bug fix.

b/448570386

Testing details

  1. Manual - Done
  2. Unit tests - Added
  3. Integration tests - Automated

Any backward incompatible change? If so, please explain.

@vipnydav vipnydav requested a review from a team as a code owner October 1, 2025 09:49
@vipnydav vipnydav requested a review from kislaykishore October 1, 2025 09:49
@github-actions github-actions bot added the remind-reviewers Auto remind reviewers in attention set for review post 24hrs of inactivity on PR. label Oct 1, 2025
@vipnydav vipnydav added execute-integration-tests Run only integration tests and removed remind-reviewers Auto remind reviewers in attention set for review post 24hrs of inactivity on PR. labels Oct 1, 2025
@codecov
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.63%. Comparing base (7b54222) to head (7ed5d5b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3857       +/-   ##
===========================================
+ Coverage        0   82.63%   +82.63%     
===========================================
  Files           0      145      +145     
  Lines           0    23266    +23266     
===========================================
+ Hits            0    19227    +19227     
- Misses          0     3497     +3497     
- Partials        0      542      +542     
Flag Coverage Δ
unittests 82.63% <100.00%> (?)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vipnydav vipnydav merged commit 746f5e0 into master Oct 2, 2025
19 of 20 checks passed
@vipnydav vipnydav deleted the br-optimize-channel-size branch October 2, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

execute-integration-tests Run only integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants