-
Notifications
You must be signed in to change notification settings - Fork 4
robustness #44
Copy link
Copy link
Open
Description
When a transaction fails, things just stop working. Instead, an exception should be sent to the requestor and the database rolled back.
One complication here is BitSet, which is mutable. So the array used to create the BitSet at the beginning of the transaction needs to be used to rebuild the allocation bitset when a transaction fails.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels