Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polygon Archive Node is not syncing #12090

Open
Parmanand0712 opened this issue Sep 25, 2024 · 1 comment
Open

Polygon Archive Node is not syncing #12090

Parmanand0712 opened this issue Sep 25, 2024 · 1 comment
Labels
imp2 Medium importance polygon

Comments

@Parmanand0712
Copy link

Parmanand0712 commented Sep 25, 2024

We have started Erigon for polygon archive node Since then, Erigon has been downloading blocks daily, but it hasn't fully synced yet. Now, we are continuously seeing the following logs:

WARN[09-25|12:14:23.247] Sanitizing invalid bor gasprice oracle ignore price provided=2 updated=25
INFO[09-25|12:14:25.844] [p2p] GoodPeers eth68=100 eth67=14 eth66=5
INFO[09-25|12:14:27.299] [txpool] stat pending=0 baseFee=0 queued=30000 alloc=22.0GB sys=35.0GB
INFO[09-25|12:14:36.404] [mem] memory stats Rss=49.8GB Size=0B Pss=49.8GB SharedClean=2.7MB SharedDirty=0B PrivateClean=17.4GB PrivateDirty=32.4GB Referenced=49.6GB Anonymous=32.4GB Swap=3.4GB alloc=23.7GB sys=35.0GB
WARN[09-25|12:16:22.180] [rpc] served conn=194.67.206.50:36902 method=eth_coinbase reqid=2 t=37.24µs err="etherbase must be explicitly specified"
INFO[09-25|12:17:25.844] [p2p] GoodPeers eth68=100 eth66=5 eth67=14
INFO[09-25|12:17:27.300] [txpool] stat pending=0 baseFee=0 queued=30000 alloc=27.1GB sys=35.0GB
INFO[09-25|12:17:36.379] [mem] memory stats Rss=49.8GB Size=0B Pss=49.8GB SharedClean=2.7MB SharedDirty=0B PrivateClean=17.4GB PrivateDirty=32.4GB Referenced=49.5GB Anonymous=32.4GB Swap=3.4GB alloc=28.9GB sys=35.0GB
INFO[09-25|12:17:58.710] [5/15 Bodies] Writing block bodies block_num=51398081 remaining=10692760 alloc=17.7GB sys=35.0GB
WARN[09-25|12:18:22.112] [rpc] served conn=194.67.206.45:53054 method=eth_coinbase reqid=2 t=72.19µs err="etherbase must be explicitly specified"
WARN[09-25|12:20:19.630] [rpc] served conn=194.67.206.45:53722 method=eth_coinbase reqid=2 t=64.66µs err="etherbase must be explicitly specified"
INFO[09-25|12:20:25.844] [p2p] GoodPeers eth68=100 eth66=5 eth67=14
INFO[09-25|12:20:27.299] [txpool] stat pending=0 baseFee=0 queued=30000 alloc=19.4GB sys=35.0GB
INFO[09-25|12:20:36.331] [mem] memory stats Rss=49.8GB Size=0B Pss=49.8GB SharedClean=2.7MB SharedDirty=0B PrivateClean=17.1GB PrivateDirty=32.7GB Referenced=49.5GB Anonymous=32.7GB Swap=3.0GB alloc=21.7GB sys=35.0GB
WARN[09-25|12:22:22.759] [rpc] served conn=194.67.206.50:60164 method=eth_coinbase reqid=2 t=62.971µs err="etherbase must be explicitly specified"
INFO[09-25|12:23:25.844] [p2p] GoodPeers eth68=100 eth67=14 eth66=5
INFO[09-25|12:23:27.300] [txpool] stat pending=0 baseFee=0 queued=30000 alloc=27.0GB sys=35.0GB
INFO[09-25|12:23:36.369] [mem] memory stats Rss=49.7GB Size=0B Pss=49.7GB SharedClean=2.7MB SharedDirty=0B PrivateClean=17.0GB PrivateDirty=32.7GB Referenced=49.5GB Anonymous=32.8GB Swap=3.0GB alloc=29.0GB sys=35.0GB
WARN[09-25|12:24:19.875] [rpc] served conn=194.67.206.44:35120 method=eth_coinbase reqid=2 t=65.711µs err="etherbase must be explicitly specified"
INFO[09-25|12:26:25.845] [p2p] GoodPeers eth68=100 eth67=14 eth66=5
INFO[09-25|12:26:27.299] [txpool] stat pending=0 baseFee=0 queued=30000 alloc=21.9GB sys=35.0GB
WARN[09-25|12:26:27.952] [rpc] served conn=185.87.48.4:56774 method=eth_coinbase reqid=2 t=41.231µs err="etherbase must be explicitly specified"
INFO[09-25|12:26:36.339] [mem] memory stats Rss=49.4GB Size=0B Pss=49.4GB SharedClean=2.7MB SharedDirty=0B PrivateClean=16.5GB PrivateDirty=32.9GB Referenced=49.1GB Anonymous=33.0GB Swap=2.8GB alloc=23.9GB sys=35.0GB
WARN[09-25|12:28:22.228] [rpc] served conn=185.87.48.4:42124 method=eth_coinbase reqid=2 t=66.47µs err="etherbase must be explicitly specified"
INFO[09-25|12:29:25.844] [p2p] GoodPeers eth67=14 eth68=100 eth66=5
INFO[09-25|12:29:27.300] [txpool] stat pending=0 baseFee=0 queued=30000 alloc=28.7GB sys=35.0GB
INFO[09-25|12:29:36.422] [mem] memory stats Rss=49.8GB Size=0B Pss=49.8GB SharedClean=2.7MB SharedDirty=0B PrivateClean=17.0GB PrivateDirty=32.8GB Referenced=49.5GB Anonymous=32.9GB Swap=2.8GB alloc=30.6GB sys=35.0GB
WARN[09-25|12:30:21.501] [rpc] served conn=185.87.48.4:50530 method=eth_coinbase reqid=2 t=59.98µs err="etherbase must be explicitly specified"

@zhy827827
Copy link

same issues

@mh0lt mh0lt added the imp2 Medium importance label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp2 Medium importance polygon
Projects
None yet
Development

No branches or pull requests

4 participants