erigon icon indicating copy to clipboard operation
erigon copied to clipboard

Erigon2 with External Sentry Don't Sync

Open Texnomic opened this issue 3 years ago • 2 comments

System information

Erigon version: 2022.08.02

OS & Version: Ubuntu Server 22.0.1

Sentry CMD (Server 1)

./sentry --datadir=/home/sentry --sentry.api.addr=0.0.0.0:9091

Erigon CMD (Server 2)

./erigon --chain=mainnet --datadir=/mnt/data --metrics.addr=0.0.0.0 --private.api.addr=0.0.0.0:9090 --pprof.addr=0.0.0.0 --http.addr=0.0.0.0 --metrics.addr=0.0.0.0 --metrics.port=6060 --pprof.port=6061 --metrics.port=6070 --http.port=8545 --pprof.port=6062 --http.api=eth,erigon,web3,net,debug,trace,txpool,db,parity --http.vhosts='*' --watch-the-burn --metrics --metrics.expensive --pprof --ws --http --snapshots=true --sentry.api.addr="<Server 1>:9091"

Erigon Output

INFO[08-17|16:23:12.078] [txpool] stat                            block=15337152 pending=1847 baseFee=30000 queued=7857 alloc=3.9GB sys=4.9GB
INFO[08-17|16:24:12.040] [txpool] stat                            block=15337152 pending=1849 baseFee=30000 queued=7866 alloc=2.7GB sys=4.9GB
INFO[08-17|16:25:12.053] [txpool] stat                            block=15337152 pending=1849 baseFee=30000 queued=7866 alloc=2.9GB sys=4.9GB
INFO[08-17|16:26:13.244] [txpool] stat                            block=15337152 pending=1917 baseFee=30000 queued=8116 alloc=3.1GB sys=4.9GB

Texnomic avatar Aug 17 '22 14:08 Texnomic

@AskAlexSharov Any comment on this issue ?

Texnomic avatar Aug 23 '22 11:08 Texnomic

looks fine. don't have time to reproduce it. maybe other people can. you can try increase --verbosity of sentry, show logs here, show erigon startup logs. maybe there are some warnings. you can test connection to "<Server 1>:9091" by something like: https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md

AskAlexSharov avatar Aug 23 '22 13:08 AskAlexSharov

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

github-actions[bot] avatar Oct 03 '22 03:10 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Oct 11 '22 03:10 github-actions[bot]