-
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
Could not query posdao epoch at parent #78
Comments
The node managed to send it's Parts, but those could not get included. log section:
|
…e of silent transactions DMDcoin#78
+ handling foreign service transaction very similiar to local transactions DMDcoin#78
It has been analysed to be most likely a timing/threading issue, where the client is about to finish a block, but the block is not fully commited on the blockchain, so it can't be read. |
Example on hbbft9:
The Node was active, up to date, but could not write It's Part.
It is clearly lacking behind with the import of blocks:
Hint:
this filter igves good results analysing that problem:
The text was updated successfully, but these errors were encountered: