ChainSafe / js-libp2p-gossipsub

TypeScript implementation of Gossipsub
Apache License 2.0
151 stars 43 forks source link

Missed Iwant messages from Lodestar to Nimbus #413

Closed twoeths closed 1 year ago

twoeths commented 1 year ago

There are some Iwant messages from Lodestar to Nimbus

46955563:Mar-07 05:57:11.503[network]         debug: 2023-03-07T05:57:11.503Z libp2p:gossipsub peer %s didn't follow up in %s IWANT requests; adding penalty 16Uiu2HAmThKa44DYZKvYi52z5gKyAkdLydMrEewrYQHGn9Ez64uS b8cb798a1ec628ef49a3765f755e1950b2d7649c
47035690:Mar-07 05:57:33.767[network]         debug: 2023-03-07T05:57:33.767Z libp2p:gossipsub peer %s didn't follow up in %s IWANT requests; adding penalty 16Uiu2HAmThKa44DYZKvYi52z5gKyAkdLydMrEewrYQHGn9Ez64uS e91fea08007750e2db5db957117e66d53a28b752
47077831:Mar-07 05:57:47.203[network]         debug: 2023-03-07T05:57:47.203Z libp2p:gossipsub peer %s didn't follow up in %s IWANT requests; adding penalty 16Uiu2HAmThKa44DYZKvYi52z5gKyAkdLydMrEewrYQHGn9Ez64uS e7549a3ce238c44d219438b5f7e5f419329959e0

however Nimbus does not see these message ids, both side use "hex" as message id string format

twoeths commented 1 year ago

caught 2 other missed IWANT messages with the same message id (to 2 different nodes), Nimbus confirmed they didn't see this message id at the time

grep -e "0xff2cb2265c354d00e4c5fdacd7209d6bc1c65694" -rn beacon-2023-03-08.log
240978708:Mar-08 23:11:36.481[network]         debug: 2023-03-08T23:11:36.481Z libp2p:gossipsub IHAVE: Asking from peers 16Uiu2HAkuzih5wCzH4CxKvnZrekrnjeaz48iEgLb5axDxUbfNj61 message id 0xff2cb2265c354d00e4c5fdacd7209d6bc1c65694
240978826:Mar-08 23:11:36.614[network]         debug: 2023-03-08T23:11:36.614Z libp2p:gossipsub IHAVE: Asking from peers 16Uiu2HAmThKa44DYZKvYi52z5gKyAkdLydMrEewrYQHGn9Ez64uS message id 0xff2cb2265c354d00e4c5fdacd7209d6bc1c65694
240997946:Mar-08 23:11:48.970[network]         debug: 2023-03-08T23:11:48.970Z libp2p:gossipsub peer %s didn't follow up in %s IWANT requests; adding penalty 16Uiu2HAkuzih5wCzH4CxKvnZrekrnjeaz48iEgLb5axDxUbfNj61 0xff2cb2265c354d00e4c5fdacd7209d6bc1c65694
240997947:Mar-08 23:11:48.970[network]         debug: 2023-03-08T23:11:48.970Z libp2p:gossipsub peer %s didn't follow up in %s IWANT requests; adding penalty 16Uiu2HAmThKa44DYZKvYi52z5gKyAkdLydMrEewrYQHGn9Ez64uS 0xff2cb2265c354d00e4c5fdacd7209d6bc1c65694
twoeths commented 1 year ago

There is no issue with Nimbus for a while so closing this issue