-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update diff.rb #1
Open
tkstanczak
wants to merge
6
commits into
goerli:master
Choose a base branch
from
tkstanczak:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add a list of signers and their last signed blocks to the block data (like Clique snapshot)
Can seal (commented out) and cloning signers
is the network really stuck
can_seal? (not commented out)
par["hash"]
suggested CLique improvement
that's a good find. my "conditions" are just the precondition for getting stuck. 👍 |
with 20% network fragmentation, I get: 2019-07-09 13:40:14 [SEAL] Peer ca09fc4c (head 5176054c8f93) sealed NOTURN block 9848, diff 84100, hash d16bdfaa11d6, parent 5176054c8f93
2019-07-09 13:40:14 [SEAL] Peer 48e3e544 (head 5176054c8f93) sealed NOTURN block 9848, diff 84099, hash eca55bab7f85, parent 5176054c8f93
2019-07-09 13:40:14 [SEAL] Peer fd450fb0 (head 5176054c8f93) sealed NOTURN block 9847, diff 84093, hash 5176054c8f93, parent ff91e65fec4c
2019-07-09 13:40:14 [SEAL] Peer 5a9f2483 (head 5176054c8f93) sealed NOTURN block 9848, diff 84101, hash ca63a19f4a2d, parent 5176054c8f93
2019-07-09 13:40:14 [SEAL] Peer eab783b7 (head 5176054c8f93) sealed NOTURN block 9847, diff 84093, hash 5176054c8f93, parent ff91e65fec4c
2019-07-09 13:40:14 [SEAL] Peer 010cdf13 (head 5176054c8f93) sealed NOTURN block 9847, diff 84093, hash 5176054c8f93, parent ff91e65fec4c
2019-07-09 13:40:14 [SEAL] Peer dedb55b3 (head 5176054c8f93) sealed NOTURN block 9847, diff 84093, hash 5176054c8f93, parent ff91e65fec4c
2019-07-09 13:40:14 [SEAL] Peer 184a089a (head 5176054c8f93) sealed INTURN block 9847, diff 84093, hash 5176054c8f93, parent ff91e65fec4c
2019-07-09 13:40:14 [NETW] Peer eab783b7 (head 5176054c8f93) reorg to d16bdfaa11d6 (84100) from peer ca09fc4c
2019-07-09 13:40:14 [NETW] Peer eab783b7 (head d16bdfaa11d6) reorg to ca63a19f4a2d (84101) from peer 5a9f2483
2019-07-09 13:40:14 [NETW] Peer 010cdf13 (head 5176054c8f93) reorg to d16bdfaa11d6 (84100) from peer ca09fc4c
2019-07-09 13:40:14 [NETW] Peer 010cdf13 (head d16bdfaa11d6) reorg to ca63a19f4a2d (84101) from peer 5a9f2483
2019-07-09 13:40:14 [NETW] Peer dedb55b3 (head 5176054c8f93) reorg to d16bdfaa11d6 (84100) from peer ca09fc4c
2019-07-09 13:40:14 [NETW] Peer dedb55b3 (head d16bdfaa11d6) reorg to ca63a19f4a2d (84101) from peer eab783b7
2019-07-09 13:40:14 [NETW] Peer 184a089a (head 5176054c8f93) reorg to d16bdfaa11d6 (84100) from peer ca09fc4c
2019-07-09 13:40:14 [NETW] Peer 184a089a (head d16bdfaa11d6) reorg to ca63a19f4a2d (84101) from peer 5a9f2483
2019-07-09 13:40:14 [SIML] Network is stuck:
2019-07-09 13:40:14 [SIML] Peer ca09fc4c, block 9848, diff 84100, hash d16bdfaa11d6, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Peer 48e3e544, block 9848, diff 84099, hash eca55bab7f85, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Peer fd450fb0, block 9847, diff 84093, hash 5176054c8f93, parent ff91e65fec4c
2019-07-09 13:40:14 [SIML] Peer 5a9f2483, block 9848, diff 84101, hash ca63a19f4a2d, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Peer eab783b7, block 9848, diff 84101, hash ca63a19f4a2d, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Peer 010cdf13, block 9848, diff 84101, hash ca63a19f4a2d, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Peer dedb55b3, block 9848, diff 84101, hash ca63a19f4a2d, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Peer 184a089a, block 9848, diff 84101, hash ca63a19f4a2d, parent 5176054c8f93
2019-07-09 13:40:14 [SIML] Network is stuck... Exciting. The logs do not indicate why it's stuck, which client is in turn now and why does this situation not allow for a reorg? 84101 and 84100 should clearly allow clients to reorganize. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add a list of signers and their last signed blocks to the block data (like Clique snapshot)