You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing ping errors in our core team cluster as stream scope not attached to a protocol. Because of these errors we are seeing ping connections and disconnections frequently.
🔬 Minimal Reproduction
This issue was observed in charon run with tag 0229636 in Obol Core Team 3 of 4 cluster.
🔥 Error
2023-05-31 16:14:25.683 | INFO ping Peer connected {"peer": "outrageous-taxi", "rtt": "409.06674ms"}
2023-05-31 16:13:58.606 | WARN ping Peer ping failing {"peer": "outrageous-taxi", "error": "stream scope not attached to a protocol"}
🌍 Your Environment
Operating System:
Ubuntu 22.04 LTS
What version of Charon are you running? (Which release/git commit)
0229636
Anything else relevant (validator index / public key)?
Cluster name: Obol Core Team 3 of 4
The text was updated successfully, but these errors were encountered:
Close existing streams after each ping. This solves the errors from ping service `stream scope not attached to a protocol` which was caused by creating new streams for each ping and NOT closing them.
Note: We need to test this on our core team cluster.
category: bug
ticket: #2259
🐞 Bug Report
Description
We are seeing ping errors in our core team cluster as
stream scope not attached to a protocol
. Because of these errors we are seeing ping connections and disconnections frequently.🔬 Minimal Reproduction
This issue was observed in
charon run
with tag0229636
inObol Core Team 3 of 4
cluster.🔥 Error
🌍 Your Environment
Operating System:
What version of Charon are you running? (Which release/git commit)
Anything else relevant (validator index / public key)?
Cluster name:
Obol Core Team 3 of 4
The text was updated successfully, but these errors were encountered: