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

feat: storage: Parallel proving checks #8391

Merged
merged 3 commits into from
Mar 29, 2022
Merged

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Mar 29, 2022

Related Issues

Proposed Changes

This PR makes pre-PoSt sector checks go fast.

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

@magik6k magik6k force-pushed the feat/parallel-fault-check branch 2 times, most recently from defdddb to be1bb87 Compare March 29, 2022 01:54
@magik6k magik6k force-pushed the feat/parallel-fault-check branch from be1bb87 to ebd34f1 Compare March 29, 2022 15:45
@magik6k magik6k marked this pull request as ready for review March 29, 2022 18:30
@magik6k magik6k requested a review from a team as a code owner March 29, 2022 18:30
@magik6k magik6k force-pushed the feat/parallel-fault-check branch from 25046ea to d95f24b Compare March 29, 2022 18:52
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #8391 (0710342) into master (d502eeb) will decrease coverage by 6.98%.
The diff coverage is 79.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8391      +/-   ##
==========================================
- Coverage   40.62%   33.63%   -6.99%     
==========================================
  Files         686      670      -16     
  Lines       75333    74459     -874     
==========================================
- Hits        30607    25048    -5559     
- Misses      39421    44641    +5220     
+ Partials     5305     4770     -535     
Impacted Files Coverage Δ
cmd/lotus-miner/init.go 0.00% <0.00%> (ø)
cmd/lotus-worker/main.go 0.00% <ø> (ø)
extern/sector-storage/faults.go 72.97% <69.23%> (+3.16%) ⬆️
extern/sector-storage/manager.go 55.04% <100.00%> (-7.90%) ⬇️
itests/kit/ensemble.go 92.00% <100.00%> (ø)
node/builder_miner.go 95.07% <100.00%> (ø)
node/config/def.go 97.71% <100.00%> (+0.03%) ⬆️
node/config/storage.go 43.24% <100.00%> (-15.10%) ⬇️
node/modules/storageminer.go 63.08% <100.00%> (ø)
extern/sector-storage/storiface/index.go 0.00% <0.00%> (-100.00%) ⬇️
... and 212 more

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