-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
v1.2.1: Low mesh peers due to p7 #4818
Comments
when I zoom in a range of Update: this metric is the same to v1.1.1 this is not likely an I/O lag issue |
Lodestar unsubscribe and then subscribe same subnet frequently
|
the gossipsub 4.1.1 for the context, in gossipsub 0.14.1 from lodestar side, it should not unsubscribe() then subscribe() immediately |
Take a look at the metrics on the latest libp2p branch. Seems p7 issue is resolved there |
a lot of broken promises are due to the collision of fastMsgId function, i.e. 2 different messages have the same fastMsgId. Right now tracer ignores duplicate messages, we should also track them as delivered, see ChainSafe/js-libp2p-gossipsub#385 |
Resolved with v1.3.0 |
to be clear, this is fixed in curent |
Describe the bug
Gossipsub score has been low since v1.2.1
due to P7
Expected behavior
Mesh peers should be the same to v1.1.0
The text was updated successfully, but these errors were encountered: