-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when the database gets ENOSPC it becomes poisoned and it is required to recreate it in order to perform further changes to the database. this commit does that. To get there, it was necessary to split initing of the agent (happens at most once per agent process) from opening a NOMT instance (can happen multiple times). Note that opening carries the fields such as `bitbox_seed` and `rollback` which might not be useful each time. This is by design, because we might want to test what happens if you do change it from open to open.
- Loading branch information
Showing
5 changed files
with
263 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.