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

Change Remote state read thread pool to Fixed type #16850

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

soosinha
Copy link
Member

Description

Remote state read thread pool is of Scaling type. So if for any reason multiple full cluster state downloads are attempted, it will keep filling up the queue and can cause other issues. So changing Remote state read thread pool to Fixed type with limit as queue size as 120,000. The queue size is chosen asssuming that there can be max of 50k indices. So total number of files will be around 100k (50k for index metadata and 50k for routing table). Adding some buffer to 100k and making it 120k.

Also, adding some more logs to understand when full state is downloaded.

Related Issues

NA

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@soosinha soosinha force-pushed the threadpool_configure branch from 5b0843e to 1c55c53 Compare December 16, 2024 07:46
Copy link
Contributor

✅ Gradle check result for 1c55c53: SUCCESS

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.21%. Comparing base (b359dd8) to head (ab77523).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...arch/gateway/remote/RemoteClusterStateService.java 62.50% 3 Missing ⚠️
...stermanager/TransportClusterManagerNodeAction.java 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16850      +/-   ##
============================================
+ Coverage     72.08%   72.21%   +0.12%     
- Complexity    65279    65323      +44     
============================================
  Files          5318     5318              
  Lines        304056   304068      +12     
  Branches      43992    43992              
============================================
+ Hits         219188   219571     +383     
+ Misses        66932    66503     -429     
- Partials      17936    17994      +58     

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

Signed-off-by: Sooraj Sinha <[email protected]>
Copy link
Contributor

❕ Gradle check result for ab77523: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

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