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

Erigon can't pass stage_snapshots if has self-generated files #9625

Closed
AskAlexSharov opened this issue Mar 7, 2024 · 4 comments
Closed

Erigon can't pass stage_snapshots if has self-generated files #9625

AskAlexSharov opened this issue Mar 7, 2024 · 4 comments
Assignees
Labels
imp0 Critical importance

Comments

@AskAlexSharov
Copy link
Collaborator

AskAlexSharov commented Mar 7, 2024

it says "already downloaded" and "no progress yet" in same time (for same files):

INFO[03-07|09:06:39.469] [snapshots] no progress yet              files=2 list=v1-054200-054300-bodies.seg,v1-054200-054300-headers.seg
DBUG[03-07|09:06:43.280] [snapshots] Download already complete    file=v1-054200-054300-headers.seg hash=2b1043ac9735666faf59780142e81c5be7a1b07a
DBUG[03-07|09:06:43.299] [snapshots] Download already complete    file=v1-054200-054300-bodies.seg hash=22c822663b7ed7e24f33145eca4c176ee20fcb1f
INFO[03-07|09:06:59.321] [snapshots] Downloading                  progress="100.00% 3.3TB/3.3TB" downloading=0 download=0B/s upload=102.4KB/s peers=3 conns=172 files=1054 alloc=1.7GB sys=2.3GB
DBUG[03-07|09:06:59.445] [snapshots] info                         len=1054 webTransfers=0 torrent=1054 db=0 t-complete=0 db-complete=1052
INFO[03-07|09:06:59.445] [snapshots] no progress yet              files=2 list=v1-054200-054300-bodies.seg,v1-054200-054300-headers.seg
@jasonyic
Copy link

jasonyic commented Mar 10, 2024

we are seeing this in latest devvel build too. this keep the node lagging behind. let me know if any change pushed to devel branch

[INFO] [03-10|08:38:05.962] [downloader] Downloaded PoS Headers      now=19402758 blk/sec=6.400
[INFO] [03-10|08:38:06.868] [snapshots] no progress yet              files=9 list=v1-018000-018100-transactions.seg,v1-018000-018100-bodies.seg,v1-018100-018200-headers.seg,v1-018100-018200-transactions.seg,v1-018200-018300-bodies.seg,...
[INFO] [03-10|08:38:26.868] [snapshots] no progress yet              files=9 list=v1-018000-018100-transactions.seg,v1-018000-018100-bodies.seg,v1-018100-018200-headers.seg,v1-018100-018200-transactions.seg,v1-018200-018300-bodies.seg,...
[INFO] [03-10|08:38:46.869] [snapshots] no progress yet              files=9 list=v1-018100-018200-headers.seg,v1-018100-018200-transactions.seg,v1-018200-018300-bodies.seg,v1-018000-018100-headers.seg,v1-018100-018200-bodies.seg,...

@AskAlexSharov
Copy link
Collaborator Author

don't know yet. files downloader seems very broken in devel. will see more tomorrow.

@yperbasis yperbasis added the imp1 High importance label Apr 5, 2024
@yperbasis
Copy link
Member

@AskAlexSharov @mh0lt is this issue resolved or still outstanding?

@AskAlexSharov
Copy link
Collaborator Author

fixed.

@yperbasis yperbasis removed the imp1 High importance label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp0 Critical importance
Projects
None yet
Development

No branches or pull requests

5 participants
@yperbasis @AskAlexSharov @jasonyic @mh0lt and others