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

node: support reloading node attributes with SIGHUP #3005

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

node: support reloading node attributes with SIGHUP

7a367b0
Select commit
Loading
Failed to load commit list.
Open

node: support reloading node attributes with SIGHUP #3005

node: support reloading node attributes with SIGHUP
7a367b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 13, 2024 in 1s

22.83% (-0.01%) compared to b7714ae

View this Pull Request on Codecov

22.83% (-0.01%) compared to b7714ae

Details

Codecov Report

Attention: Patch coverage is 20.27027% with 59 lines in your changes missing coverage. Please review.

Project coverage is 22.83%. Comparing base (b7714ae) to head (7a367b0).

Files with missing lines Patch % Lines
cmd/neofs-node/netmap.go 0.00% 41 Missing ⚠️
cmd/neofs-node/config.go 0.00% 14 Missing ⚠️
cmd/neofs-node/container.go 0.00% 3 Missing ⚠️
pkg/morph/client/reload.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3005      +/-   ##
==========================================
- Coverage   22.84%   22.83%   -0.01%     
==========================================
  Files         790      790              
  Lines       58344    58420      +76     
==========================================
+ Hits        13328    13340      +12     
- Misses      44136    44199      +63     
- Partials      880      881       +1     

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