sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

[Misc] Fullnode not pulling blocks from peers

Open MikeC-BC opened this issue 2 years ago • 1 comments

Seid version 3.5.0

Chain ID pacific-1

Describe the Issue With state-sync enabled, node is able to connect to peers but the block height never changes

Additional context

1:23AM INF peer connected endpoint={} module=p2p peer=7e5a428b38b1295d9325c2aa8640c404f6ca3379
1:23AM INF not caught up yet height=2 max_peer_height=51174980 module=blockchain timeout_in=43999.572852
1:23AM INF not caught up yet height=2 max_peer_height=51174980 module=blockchain timeout_in=42999.75974
1:23AM INF not caught up yet height=2 max_peer_height=51174980 module=blockchain timeout_in=41998.716171
1:23AM INF not caught up yet height=2 max_peer_height=51174980 module=blockchain timeout_in=40999.631744
1:23AM INF not caught up yet height=2 max_peer_height=51174980 module=blockchain timeout_in=39999.760295
1:23AM INF not caught up yet height=2 max_peer_height=51175000 module=blockchain timeout_in=38999.405185
1:23AM INF not caught up yet height=2 max_peer_height=51175000 module=blockchain timeout_in=37999.783087
1:23AM INF not caught up yet height=2 max_peer_height=51175000 module=blockchain timeout_in=36998.685765
1:23AM INF not caught up yet height=2 max_peer_height=51175000 module=blockchain timeout_in=35999.775261
1:23AM ERR failed to send request for peers err="no available peers to send a PEX request to (retrying)"
1:23AM INF stopping service module=p2p peer={"Hostname":"136.243.69.100","NodeID":"7e5a428b38b1295d9325c2aa8640c404f6ca3379","Path":"","Port":51656,"Protocol":"mconn"} ser
vice=MConnection
1:23AM ERR mConnection Error message exceeds max size (7390 > 1410) module=p2p
1:23AM INF peer disconnected endpoint={} module=p2p peer=7e5a428b38b1295d9325c2aa8640c404f6ca3379
1:23AM INF not caught up yet height=2 max_peer_height=0 module=blockchain timeout_in=34999.390766
1:23AM ERR failed to send request for peers err="no available peers to send a PEX request to (retrying)"
1:23AM INF not caught up yet height=2 max_peer_height=0 module=blockchain timeout_in=33999.79705
1:23AM INF not caught up yet height=2 max_peer_height=0 module=blockchain timeout_in=32999.393398
1:23AM ERR failed to send request for peers err="no available peers to send a PEX request to (retrying)"

Eventually, catching_up: changes from true to false without any progress in chain tip.

"SyncInfo": {
    "latest_block_hash": "+dOEXfJbQ7HGkm887aaEXBf1Yk4SIS/YhH0LoB2hq54=",
    "latest_app_hash": "47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=",
    "latest_block_height": "1",
    "latest_block_time": "2023-05-22T15:00:04.893661704Z",
    "earliest_block_hash": "+dOEXfJbQ7HGkm887aaEXBf1Yk4SIS/YhH0LoB2hq54=",
    "earliest_app_hash": "47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=",
    "earliest_block_height": "1",
    "earliest_block_time": "2023-05-22T15:00:04.893661704Z",
    "max_peer_block_height": "51205016",
    "catching_up": true,
    "total_synced_time": "0",
    "remaining_time": "0",
    "total_snapshots": "0",
    "chunk_process_avg_time": "0",
    "snapshot_height": "0",
    "snapshot_chunks_count": "0",
    "snapshot_chunks_total": "0",
    "backfilled_blocks": "0",
    "backfill_blocks_total": "0"
  },

MikeC-BC avatar Jan 12 '24 04:01 MikeC-BC

please try adjusting max-packet-msg-payload-size in config.toml - start experimenting with something like 100000

duncand0nuts avatar Jan 12 '24 12:01 duncand0nuts