reth icon indicating copy to clipboard operation
reth copied to clipboard

After full Sync, no further synchornization processed.

Open MarcelCiernik opened this issue 2 years ago • 2 comments

Describe the bug

lighthouse + RET , Running with testnet sepolia, after full sync, no further synchronization took place.

Steps to reproduce

steps to reproduce:

  1. run: RUST_LOG=info reth node --authrpc.jwtsecret /*/JWT/jwtsecret --chain sepolia --ws --ws.api=eth,web3,net,txpool --http --http.api=eth,web3,net,txpool --http.addr="0.0.0.0" --http.port=8545 --ws.addr="0.0.0.0" --ws.port=8546 --metrics 127.0.0.1:9001
  2. run: lighthouse bn --network sepolia --execution-endpoint http://localhost:8551 --execution-jwt /*/ETHclient/JWT/jwtsecret --checkpoint-sync-url https://checkpoint-sync.sepolia.ethpandaops.io --disable-deposit-contract-sync --metrics --metrics-port 9092 --metrics-address 127.0.0.1
  3. let finish full sync.
  4. After full sync no further synchronization LightouseLog.txt RethLog.txt

PC Setup:

  • CPU - Intel® Core™ i7-9700K CPU @ 3.60GHz × 8
  • RAM - 16,0 GiB
  • Disk 2,5 T NVMe
  • OS Ubuntu 22.04.2 LTS

Node logs

No response

Platform(s)

Linux (x86)

What version/commit are you on?

Ubuntu 22.04.2 LTS

Code of Conduct

  • [X] I agree to follow the Code of Conduct

MarcelCiernik avatar Jun 14 '23 07:06 MarcelCiernik

try_insert_block{block=(3688564, 0x263e7c5e9c62ddd7377ac75db0533f5eadd17cd97e974e069d63879628c500b4)}: Status connected_peers=11 stage=None checkpoint=3685210

@Rjected looks like there's something wrong with the pipeline trigger

mattsse avatar Jun 14 '23 12:06 mattsse

how do I run that command?

On Wed, 14 Jun 2023 at 14:21, Matthias Seitz @.***> wrote:

try_insert_block{block=(3688564, 0x263e7c5e9c62ddd7377ac75db0533f5eadd17cd97e974e069d63879628c500b4)}: Status connected_peers=11 stage=None checkpoint=3685210

@Rjected https://github.com/Rjected looks like there's something wrong with the pipeline trigger

— Reply to this email directly, view it on GitHub https://github.com/paradigmxyz/reth/issues/3137#issuecomment-1591086866, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIS632XFNLPYPILSXC45P2DXLGUEDANCNFSM6AAAAAAZF4YCLA . You are receiving this because you authored the thread.Message ID: @.***>

MarcelCiernik avatar Jun 14 '23 13:06 MarcelCiernik

@MarcelCiernik is this still an issue on alpha / latest main? do you mean that the metrics on the grafana are no longer updating (#2199)? or does the chain not grow?

gakonst avatar Jul 03 '23 13:07 gakonst

@MarcelCiernik closing optimistically - please re-open if this is still a problem in latest alpha, or if you have more context you can share w/ us!!

gakonst avatar Jul 10 '23 14:07 gakonst