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

Command to list active sector locks #7735

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Command to list active sector locks #7735

merged 1 commit into from
Dec 7, 2021

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Dec 3, 2021

Needed this to test a theory on why some retrievals might hang, might be useful.

$ lotus-miner storage locks
2428    PreCommit1      unsealed(R:1) sealed(W) cache(W)
2429    PreCommit2      sealed(R:1) cache(W)

@magik6k magik6k requested a review from a team as a code owner December 3, 2021 11:36
@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #7735 (727765b) into master (9331714) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7735      +/-   ##
==========================================
- Coverage   39.58%   39.47%   -0.11%     
==========================================
  Files         640      640              
  Lines       68332    68378      +46     
==========================================
- Hits        27052    26995      -57     
- Misses      36647    36732      +85     
- Partials     4633     4651      +18     
Impacted Files Coverage Δ
api/api_storage.go 0.00% <ø> (ø)
cmd/lotus-miner/storage.go 27.88% <0.00%> (-1.56%) ⬇️
extern/sector-storage/stores/index.go 75.28% <ø> (ø)
extern/sector-storage/stores/index_locks.go 64.28% <0.00%> (-15.13%) ⬇️
extern/sector-storage/stores/mocks/index.go 15.00% <0.00%> (-1.49%) ⬇️
chain/events/observer.go 71.64% <0.00%> (-6.72%) ⬇️
chain/exchange/peer_tracker.go 66.66% <0.00%> (-4.31%) ⬇️
chain/exchange/client.go 49.15% <0.00%> (-3.82%) ⬇️
chain/stmgr/call.go 67.87% <0.00%> (-3.64%) ⬇️
chain/types/tipset_key.go 85.96% <0.00%> (-3.51%) ⬇️
... and 17 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 9331714...727765b. Read the comment docs.

@magik6k magik6k mentioned this pull request Dec 4, 2021
18 tasks
Copy link
Contributor

@arajasek arajasek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@magik6k magik6k merged commit 49c619d into master Dec 7, 2021
@magik6k magik6k deleted the feat/storlocks-cmd branch December 7, 2021 23:11
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