ObolNetwork / charon-distributed-validator-cluster

Run a Distributed Validator Cluster locally using docker-compose

Home Page:https://docs.obol.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-tcp-transport error: short buffer

dB2510 opened this issue · comments

Problem to solve

When running prometheus container with other charon containers, the following error occurs frequently:

tcp-tpt go-tcp-transport@v0.4.0/metrics.go:138 Failed to get TCP info: raw-control tcp 172.19.0.3:16003: short buffer

Proposed solution

When tested on different machines it has been found that this error occurs only when it is run on MacBook M1 with arm processor. This can be tried with docker arm64 container seperately or report this issue to libp2p/go-tcp-transport like libp2p/go-tcp-transport#106 .

This will probably be fixed by this issue in charon: ObolNetwork/charon#339