-
Notifications
You must be signed in to change notification settings - Fork 1k
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
consensus node stop sync block. #841
Comments
NF=6 means it considers all other nodes as faulty...meaning its completely isolated from p2p. |
I think maybe this cn far behind block height , it refused all normal consensus messages. So for it, it didn't receive any message from other cn. It thinks nf=6. |
PR #620 mentions this, it is related to network P2P problems as IGOR said. |
@shargon, I would prefer to remove the However, it is still some logic that we need to improve on the P2P and also in the way |
I have the same issue even for non-consensus nodes. |
Fix here: #904 |
We need that eveyone testing (@KickSeason) run on the last Master-2.x. Since 2.9.2 we had important fixes on Priorities Ques of Akka Mailboxes and also Memory Leak on TaskManager. I believe that these new fixes should enter in another version, let's say 2.9.4. |
* sync up with neo-project#841 * Update cli.md
Consensus node stop sync data, unless restart.
After restart.
This usually happens when a cn ran for a long term.
The text was updated successfully, but these errors were encountered: