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

Storage deals stuck in StorageDealSealing #2249

Closed
vyzo opened this issue Jul 3, 2020 · 1 comment · Fixed by #6355
Closed

Storage deals stuck in StorageDealSealing #2249

vyzo opened this issue Jul 3, 2020 · 1 comment · Fixed by #6355

Comments

@vyzo
Copy link
Contributor

vyzo commented Jul 3, 2020

Describe the bug
While stress testing storage and retrieval deals with 300 concurrent deals per client, we always end up with the clients stuck in StorageDealSealing without making any progress

To Reproduce
filecoin-project/oni#81

Expected behavior
Storage deals should make progress!

Version (run lotus --version):
lotus master as of this morning: lotus v0.4.2-0.20200703005127-9d56dabb316f

Additional context
Investigating the goroutine dumps from one of the miners, there is an inordinate number of goroutines stuck in github.com/filecoin-project/go-statemachine.(*StateMachine).run, stuck in github.com/filecoin-project/[email protected]/machine.go:53.
There is also a number of goroutines stuck in github.com/filecoin-project/sector-storage.(*scheduler).Schedule, line github.com/filecoin-project/[email protected] 0318-4c1968f62a8f/sched.go:108

Will attach full goroutine dump

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 a pull request may close this issue.

1 participant