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

amoy: header validators length mismatch #12996

Open
AskAlexSharov opened this issue Dec 4, 2024 · 0 comments
Open

amoy: header validators length mismatch #12996

AskAlexSharov opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
imp1 High importance polygon
Milestone

Comments

@AskAlexSharov
Copy link
Collaborator

AskAlexSharov commented Dec 4, 2024

today's main. i did sync from scratch - default settings.

erigon --chain=amoy --bor.heimdall https://heimdall-api-amoy.polygon.technology
[INFO] [12-04|10:33:05.434] [2/9 Headers] Waiting for headers...     from=15219580 hash=0x40b71293298be1aba1b5ae0b14dcaedb189e0d967daa5af43451c96b6acc1715
[INFO] [12-04|10:33:07.104] [2/9 Headers] Processed                  highest=15219581 age=0 headers=1 in=1.670 blk/sec=0
[INFO] [12-04|10:33:07.106] [3/9 BorHeimdall] Processing sync events... from=15219580 to=15219581
[INFO] [12-04|10:33:07.500] [3/9 BorHeimdall] Sync events            progress=15219581 lastSpanID=2379 lastSpanID=2379 lastCheckpointId=0 lastMilestoneId=0 lastStateSyncEventID=4206 total records=0 sync event time=108.988392ms fetch time=0s snap time=567.24138ms waypoint time=0s process time=394.760173ms
[INFO] [12-04|10:33:07.544] [7/9 Execution] Done Commit every block  blk=15219581 blks=2 blk/s=57.7 txs=5 tx/s=144 gas/s=3.66M buf=70.7KB/512.0MB stepsInDB=0.00 step=32.0 inMem=false alloc=985.7MB sys=10.1GB
[INFO] [12-04|10:33:07.547] Timings (slower than 50ms)               Headers=1.67s BorHeimdall=395ms alloc=985.7MB sys=10.1GB
[INFO] [12-04|10:33:07.548] [2/9 Headers] Waiting for headers...     from=15219581 hash=0x7c4b0246623b8403e16c5729b07877605fc8861b2ce0d8ef416a99c0f5cd7422
[INFO] [12-04|10:33:09.109] [2/9 Headers] Processed                  highest=15219582 age=0 headers=1 in=1.560 blk/sec=0
[INFO] [12-04|10:33:09.110] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219582
[INFO] [12-04|10:33:09.447] [3/9 BorHeimdall] Sync events            progress=15219582 lastSpanID=2379 lastSpanID=2379 lastCheckpointId=0 lastMilestoneId=0 lastStateSyncEventID=4206 total records=0 sync event time=55.68628ms fetch time=0s snap time=561.935974ms waypoint time=0s process time=337.867796ms
[INFO] [12-04|10:33:09.451] [7/9 Execution] Done Commit every block  blk=15219581 blks=1 blk/s=1435.1 txs=2 tx/s=2.87k gas/s=0 buf=0B/512.0MB stepsInDB=0.00 step=32.0 inMem=false alloc=1.0GB sys=10.1GB
[INFO] [12-04|10:33:09.452] Timings (slower than 50ms)               Headers=1.56s BorHeimdall=338ms alloc=1.0GB sys=10.1GB
[INFO] [12-04|10:33:09.452] [2/9 Headers] Waiting for headers...     from=15219582 hash=0xe5f35afc8e2eeced88820690452c6d98e8535e2dc8e5cf4a3a65cebb3d51e59c
[INFO] [12-04|10:33:11.179] [2/9 Headers] Processed                  highest=15219583 age=0 headers=1 in=1.727 blk/sec=0
[INFO] [12-04|10:33:11.181] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219583
[EROR] [12-04|10:33:11.501] error while updating change set          err="applying the validator changes would result in empty set"
[EROR] [12-04|10:33:11.502] Staged Sync                              err="[3/9 BorHeimdall] header validators length mismatch"
[INFO] [12-04|10:33:12.063] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219583
[EROR] [12-04|10:33:12.233] error while updating change set          err="applying the validator changes would result in empty set"
[EROR] [12-04|10:33:12.235] Staged Sync                              err="[3/9 BorHeimdall] header validators length mismatch"
[INFO] [12-04|10:33:12.800] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219583
[EROR] [12-04|10:33:13.106] error while updating change set          err="applying the validator changes would result in empty set"
[EROR] [12-04|10:33:13.107] Staged Sync                              err="[3/9 BorHeimdall] header validators length mismatch"
[INFO] [12-04|10:33:13.661] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219583
[EROR] [12-04|10:33:13.975] error while updating change set          err="applying the validator changes would result in empty set"
[EROR] [12-04|10:33:13.976] Staged Sync                              err="[3/9 BorHeimdall] header validators length mismatch"
[INFO] [12-04|10:33:14.531] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219583
[EROR] [12-04|10:33:14.862] error while updating change set          err="applying the validator changes would result in empty set"
[EROR] [12-04|10:33:14.863] Staged Sync                              err="[3/9 BorHeimdall] header validators length mismatch"
[INFO] [12-04|10:33:15.419] [3/9 BorHeimdall] Processing sync events... from=15219582 to=15219583
@VBulikov VBulikov added the imp1 High importance label Dec 6, 2024
@VBulikov VBulikov added this to the 3.0.0-beta1 milestone Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp1 High importance polygon
Projects
None yet
Development

No branches or pull requests

4 participants