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

Investigate which node is making the network crash #132

Closed
cducrest opened this issue Jun 3, 2019 · 6 comments
Closed

Investigate which node is making the network crash #132

cducrest opened this issue Jun 3, 2019 · 6 comments
Assignees

Comments

@cducrest
Copy link
Contributor

cducrest commented Jun 3, 2019

Find out the source of timestamp overflow. Perhaps a single validator is responsible for all the wrong blocks, find out if the block is actually wrong and unused.

@cducrest cducrest added this to the Sprint 13.06.2019 milestone Jun 3, 2019
@cducrest
Copy link
Contributor Author

cducrest commented Jun 3, 2019

@saschagoebel saschagoebel self-assigned this Jun 19, 2019
@saschagoebel
Copy link
Contributor

@cducrest @schmir-at-bb : How sure are we, that this was actually a chain problem and not a problem with the blockexplorer? Do we have additional logs to look into?

I've checked for all 4 blocks the previous and following blocks and

  • The timestamps are almost exactly 5 seconds apart
  • The validators are in the order they are defined in the chainspec
  • There are no uncles in the blocks
  • The step values are also correct

eth.events SQL: SELECT * FROM block WHERE number IN('2707092', '2707093', '2707094', '2707887', '2707888', '2707889', '2708037', '2708038', '2708039', '2757104', '2757105', '2757106') ORDER BY number

@saschagoebel
Copy link
Contributor

@ghost
Copy link

ghost commented Jun 19, 2019

Bernd already commented on that issue. It looks like system clocks have been off for a bit: openethereum/parity-ethereum#10688 (comment)

I do think this issue doesn't need further work.

@saschagoebel
Copy link
Contributor

The issue has been fixed in openethereum/parity-ethereum#10720 which is just waiting to be merged.

We have to make sure the validator nodes update the time regularly though. Added documentation in this PR #172

@cducrest
Copy link
Contributor Author

Closing this because it no longer makes sense.

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

No branches or pull requests

2 participants