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

fix:sealing:Less verbose sector manager logging #8213

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

ZenGround0
Copy link
Contributor

@ZenGround0 ZenGround0 commented Mar 1, 2022

Related Issues

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@codecov
Copy link

codecov bot commented Mar 1, 2022

Codecov Report

Merging #8213 (f138ae8) into master (6291c0c) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8213      +/-   ##
==========================================
- Coverage   40.24%   40.20%   -0.05%     
==========================================
  Files         666      666              
  Lines       72769    72769              
==========================================
- Hits        29284    29254      -30     
- Misses      38359    38377      +18     
- Partials     5126     5138      +12     
Impacted Files Coverage Δ
extern/sector-storage/manager.go 61.85% <100.00%> (ø)
markets/loggers/loggers.go 88.88% <0.00%> (-11.12%) ⬇️
cli/util.go 70.83% <0.00%> (-8.34%) ⬇️
markets/retrievaladapter/client_blockstore.go 62.50% <0.00%> (-6.25%) ⬇️
chain/stmgr/call.go 71.51% <0.00%> (-3.64%) ⬇️
chain/types/tipset_key.go 85.96% <0.00%> (-3.51%) ⬇️
miner/miner.go 54.09% <0.00%> (-3.28%) ⬇️
extern/storage-sealing/fsm.go 56.44% <0.00%> (-2.44%) ⬇️
chain/stmgr/searchwait.go 67.30% <0.00%> (-1.29%) ⬇️
extern/sector-storage/stores/local.go 59.16% <0.00%> (-0.84%) ⬇️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6291c0c...f138ae8. Read the comment docs.

@magik6k magik6k merged commit 714ce54 into master Mar 1, 2022
@magik6k magik6k deleted the fix/overlog-manager-ru branch March 1, 2022 18:34
@ZenGround0 ZenGround0 mentioned this pull request Mar 1, 2022
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.

2 participants