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

nimbus import spams logs on invalid era file #2761

Open
arnetheduck opened this issue Oct 20, 2024 · 0 comments
Open

nimbus import spams logs on invalid era file #2761

arnetheduck opened this issue Oct 20, 2024 · 0 comments
Labels

Comments

@arnetheduck
Copy link
Member

WRN 2024-10-20 17:24:32.158+02:00 Failed to open era file                    path=/data/holesky/era/holesky-00033-c5c95e67.era error="count: too large"
WRN 2024-10-20 17:24:32.158+02:00 Failed to open era file                    path=/data/holesky/era/holesky-00033-c5c95e67.era error="count: too large"
WRN 2024-10-20 17:24:32.158+02:00 Failed to open era file                    path=/data/holesky/era/holesky-00033-c5c95e67.era error="count: too large"
ERR 2024-10-20 17:24:34.281+02:00 Failed to persist blocks                   error="Cannot update VmState to block 251450"

Even though the expected block is not available (due to a broken era file), the importer keeps trying logging thousands of warnings until it suddenly skips to some random block - on a corrupt era file, we should simply treat that as the end of the import

@jangko jangko added the EL label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants