-
Notifications
You must be signed in to change notification settings - Fork 220
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
KeyExists error "deleted_txo_mmr_position_to_height_index" #4833
Labels
A-base_node
Area - The Tari base node executable and libraries
C-bug
Category - fixes a bug, typically associated with an issue.
Milestone
Comments
I think it might be related:
|
base-node.zip |
Might be fixed by: #4865 |
could also be caused by #4866 |
stringhandler
added
C-bug
Category - fixes a bug, typically associated with an issue.
A-base_node
Area - The Tari base node executable and libraries
labels
Oct 31, 2022
Repository owner
moved this from In Review
to Done
in Tari Esme Testnet
Nov 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-base_node
Area - The Tari base node executable and libraries
C-bug
Category - fixes a bug, typically associated with an issue.
Occurred when submitting a mined block, multiple blocks were submitted quickly after each other
09:56 ERROR Failed to apply DB transaction: KeyExists { table_name: "deleted_txo_mmr_position_to_height_index", key: "7bd11b00" }
09:56 WARN Failed to commit reorg chain: KeyExists { table_name: "deleted_txo_mmr_position_to_height_index", key: "7bd11b00" }. Restoring last chain.
09:56 ERROR Failed to apply DB transaction: KeyExists { table_name: "deleted_txo_mmr_position_to_height_index", key: "7bd11b00" }
09:56 WARN Obscured status error: status: Internal, message: "Chain storage error: Key 7bd11b00 in deleted_txo_mmr_position_to_height_index already exists", details: [], metadata: MetadataMap { headers: {} }
The text was updated successfully, but these errors were encountered: