Skip to content

sn/config: make search pool configurable#3583

Merged
roman-khimov merged 3 commits intomasterfrom
3578-make-search-pool-configurable
Sep 18, 2025
Merged

sn/config: make search pool configurable#3583
roman-khimov merged 3 commits intomasterfrom
3578-make-search-pool-configurable

Conversation

@End-rey
Copy link
Contributor

@End-rey End-rey commented Sep 17, 2025

Closes #3578.

@codecov
Copy link

codecov bot commented Sep 17, 2025

Codecov Report

❌ Patch coverage is 20.00000% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.52%. Comparing base (e8348a9) to head (df388d3).
⚠️ Report is 16 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-node/config.go 0.00% 15 Missing ⚠️
cmd/neofs-node/object.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3583   +/-   ##
=======================================
  Coverage   26.51%   26.52%           
=======================================
  Files         653      653           
  Lines       49290    49301   +11     
=======================================
+ Hits        13071    13078    +7     
- Misses      35181    35186    +5     
+ Partials     1038     1037    -1     

☔ 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.

@End-rey End-rey force-pushed the 3578-make-search-pool-configurable branch from 8e79fa7 to f1f5631 Compare September 17, 2025 13:22
Add new config option `object.search.pool_size` for SN, that configure number
of async workers for search operations. Update config examples, docs and tests.
Also add the ability to update the pool size via SIGHUP.

Closes #3578.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@End-rey End-rey force-pushed the 3578-make-search-pool-configurable branch from f1f5631 to df388d3 Compare September 18, 2025 12:04
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@roman-khimov roman-khimov merged commit eb3ee42 into master Sep 18, 2025
21 of 22 checks passed
@roman-khimov roman-khimov deleted the 3578-make-search-pool-configurable branch September 18, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make search pool configurable

3 participants