Skip to content

sn: report at random time within report window if NM is empty#3726

Merged
roman-khimov merged 2 commits intomasterfrom
fix/reports-with-empty-netmap
Dec 10, 2025
Merged

sn: report at random time within report window if NM is empty#3726
roman-khimov merged 2 commits intomasterfrom
fix/reports-with-empty-netmap

Conversation

@carpawell
Copy link
Member

Also, drop reporting with minimal 1-second offset, that does not work in practice. Closes #3714.

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

❌ Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.88%. Comparing base (354005f) to head (06bb45d).
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-node/container.go 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3726      +/-   ##
==========================================
- Coverage   26.88%   26.88%   -0.01%     
==========================================
  Files         658      658              
  Lines       41825    41824       -1     
==========================================
- Hits        11246    11244       -2     
  Misses      29544    29544              
- Partials     1035     1036       +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.

Also, drop reporting with minimal 1-second offset, that does not work in
practice. Closes #3714.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
@carpawell carpawell force-pushed the fix/reports-with-empty-netmap branch from 169969c to a1d5127 Compare December 9, 2025 10:00
One-time log at start that explains when SN's reports to expect at, useful in
debug.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
@carpawell
Copy link
Member Author

carpawell commented Dec 9, 2025

Changed timer's multiplier log too, was sad when could not find this info with DEBUG logs.

@roman-khimov
Copy link
Member

Looks like quota tests need to be adjusted again, file an issue for that.

@carpawell
Copy link
Member Author

@roman-khimov roman-khimov added blocked Can't be done because of something and removed blocked Can't be done because of something labels Dec 9, 2025
@roman-khimov roman-khimov merged commit e2ec90e into master Dec 10, 2025
16 of 22 checks passed
@roman-khimov roman-khimov deleted the fix/reports-with-empty-netmap branch December 10, 2025 14:07
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.

Storage nodes report their loads at the same time if they are started with empty netmap

2 participants