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

Block rewind fails when rewinding many input blocks because lmdb transaction size is exceeded #4725

Closed
sdbondi opened this issue Sep 22, 2022 · 1 comment
Assignees

Comments

@sdbondi
Copy link
Member

sdbondi commented Sep 22, 2022

Command rewind-blockchain 11000 failed: DB transaction was too large (482 operations)

This happens because the database has to be resized more than 5 times to complete the transaction, this is an arb limit that I set so it could be increased, we can also increase the default amount at which each resize increases the db size.
It is strange because we are removing data so warrants investigation.

@Cifko Cifko self-assigned this Sep 27, 2022
@Cifko Cifko moved this from Must Do to In Progress in Tari Esme Testnet Sep 27, 2022
@Cifko Cifko moved this from In Progress to In Review in Tari Esme Testnet Sep 29, 2022
@sdbondi
Copy link
Member Author

sdbondi commented Oct 20, 2022

Closed by #4752

@sdbondi sdbondi closed this as completed Oct 20, 2022
Repository owner moved this from In Review to Done in Tari Esme Testnet Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants