-
Notifications
You must be signed in to change notification settings - Fork 283
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
AbstractRouter internal error on message null from peer null #6088
Comments
Thanks, we'll look into this. FYI @Nashatyrev though you don't necessarily have to look into it. :) |
Yep, the same on my side after the update |
Running into the same issue as well, got a bit curious and was wondering if it has anything to do with this recent change in jvm-libp2p: I'm not familiar with the code but it looks like I've raised a PR here, but not sure how to reproduce and test - may need some feedback from someone familiar with the code base: |
* Fix an issue (Consensys/teku#6088) where `stream.getPeerHandler` is called even when steam is closed on initialization, which would always throw due to `peerHandler` not being set
The WARN has gone when running with merged libp2p/jvm-libp2p#254, thanks @jimmygchen ! |
Description
Since the update to Teku 22.8.0 yesterday, I have seen a couple of these errors
AbstractRouter internal error on message null from peer null
, never seen before, stack trace:Steps to Reproduce (Bug)
Run Teku 22.8.0, it is not deterministic, it happened twice in a day
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Frequency: [How regularly does it occur?]
it happened twice in a day
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: