forked from Consensys/teku
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sampling issue #135
Comments
Sync is not capturing the latest slots because for some reasons
|
The peer can't sync from the very beginning due to failed sampling:
Also it assumes remote peer sending invalid data:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issues
1 issue: The slot couldn't be sampled for some reason
2 issue: The remote peer was banned because sent the block which we consider unavailable
Log
At some we couldn't sample block
#1059
.We were retrying later but never succeed
When importing blocks we decided that the batch is invalid cause it contains NOT_AVAILABLE block which is considered invalid and the peer was significantly downscored
... and again
now the peer is probably banned
The text was updated successfully, but these errors were encountered: