erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.14k stars 1.12k forks source link

Sentry start late #9959

Open Giulio2002 opened 6 months ago

Giulio2002 commented 6 months ago

System information

E35

OS & Version: Windows/Linux/OSX

Commit hash: 8f11915f172cf4f8c6d5c2afc9ad67c455cd6a1c

Erigon Command (with flags/config):

Consensus Layer: Caplin

Consensus Layer Command (with flags/config):

Chain/Network: Sepolia

Expected behaviour

Sentry starts with no issue.

Actual behaviour

EROR[04-16|13:27:09.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:09.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:09.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=PeerEvents err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:09.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadHeadersMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.388] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.388] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadHeadersMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=PeerEvents err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadHeadersMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:10.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=PeerEvents err="ReadChainHead: ReadCurrentHeader error"
INFO[04-16|13:27:10.919] [4/12 Execution] DONE                    in=3m59.685433985s block=5499999
EROR[04-16|13:27:11.388] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.388] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadHeadersMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=PeerEvents err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=PeerEvents err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvUploadHeadersMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvMessage err="ReadChainHead: ReadCurrentHeader error"
EROR[04-16|13:27:11.417] SentryReconnectAndPumpStreamLoop: statusDataFactory error stream=RecvMessage err="ReadChainHead: ReadCurrentHeader error"
WARN[04-16|13:27:11.726] NAT ExternalIP resolution has failed, try to pass a different --nat option err="no UPnP or NAT-PMP router discovered"
INFO[04-16|13:27:11.728] Started P2P networking                   version=68 self=enode://b02afc517f7fcfb1bdd02dc37f03db9fb8821b1115c817b6281fdeb1c8425b0512d32c8cde9217529dcc1c131bfe5ad4234ee57e35f6d3a8065625b46d8c
6c0b@127.0.0.1:30305 name=erigon/v2.60.1-dev-8f11915f/linux-amd64/go1.22.1
WARN[04-16|13:27:11.738] NAT ExternalIP resolution has failed, try to pass a different --nat option err="no UPnP or NAT-PMP router discovered"
INFO[04-16|13:27:11.740] Started P2P networking                   version=67 self=enode://b02afc517f7fcfb1bdd02dc37f03db9fb8821b1115c817b6281fdeb1c8425b0512d32c8cde9217529dcc1c131bfe5ad4234ee57e35f6d3a8065625b46d8c
6c0b@127.0.0.1:30306 name=erigon/v2.60.1-dev-8f11915f/linux-amd64/go1.22.1

Steps to reproduce the behaviour

not sure, it just happened.

cooopermaira commented 6 months ago

This is happening to me as well. The "SentryReconnectAndPumpStreamLoop" error prints probably 10 times per second and the node does nothing else

germashevanton commented 6 months ago

have the same issue

cooopermaira commented 6 months ago

If you upgrade your version to the latest erigon release, it seems to solve the issue. For me this was git clone branch --v2.59.3 --single-branch https://github.com/ledgerwatch/erigon.git

germashevanton commented 6 months ago

2.59.2,

yes, it works thanks