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

fatal error: concurrent map iteration and map write(maybe in events_called.go) #2092

Closed
baifengming5 opened this issue Jun 22, 2020 · 0 comments · Fixed by #2126
Closed

Comments

@baifengming5
Copy link

commit version : ffa7be8
question description:I perform concurrent tasks on the miner, of which there are 80 in the p1 phase, 20 in the p2 phase, and 47 in the commit phase. At this time, I issued 5 more tasks. After a while, there was a map read and write error. I think it may be the cause of the lock in the "read operation" of events_called.go.
lotus-miner error

Kubuxu pushed a commit that referenced this issue Jun 24, 2020
Also race fix: depends on ipfs/go-blockservice#65
Resolves #2092, #2099, #2108, #1930, #2110

Signed-off-by: Jakub Sztandera <[email protected]>
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