-
Notifications
You must be signed in to change notification settings - Fork 91
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
when handleChanOut was exit, it will cause lotus synchronization block #47
Comments
Similar problem...
And it shows these logs at lotus's side: It required restarting miner to resolve this issue ... |
2 questions:
|
go-jsonrpc/websocket.go
Line 246 in 45ea43a
lotus.log
When miner call lotus
ChainNotify
api, lotus will execSubHeadChanges
. But sometime miner was crash, lotus will send request failed, so thathandleOutChans
method was exit and it can not consume 'headchange' topic.finally lead to
takeHeaviestTipSet
method was block.The text was updated successfully, but these errors were encountered: