We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I need my sync to resume correctly after some downtime for an upgrade without database issues so I can resume operation without a restart.
More logs in comment below.
Expected behavior: [What you expect to happen] Node resumes sync normally and database is able to open
Actual behavior: [What actually happens] Database is considered busy
Frequency: [What percentage of the time does it occur?] Always on node restart
The text was updated successfully, but these errors were encountered:
Might relate to @matkt's sync resumption mechanics
Sorry, something went wrong.
Could copy/relate fix from #3719
besu_export2.txt Logs from user with DEBUG enabled.
the user seems to be using fastsync. if you can confirm. if so it is not related to this fix and I advise the user to switch to snapsync
No branches or pull requests
Description
As a user, I need my sync to resume correctly after some downtime for an upgrade without database issues so I can resume operation without a restart.
Acceptance Criteria
Steps to Reproduce (Bug)
More logs in comment below.
Expected behavior: [What you expect to happen]
Node resumes sync normally and database is able to open
Actual behavior: [What actually happens]
Database is considered busy
Frequency: [What percentage of the time does it occur?]
Always on node restart
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: