mirror of
https://github.com/corda/corda.git
synced 2025-03-21 19:45:21 +00:00
* Remove locks around database access in AppendOnlyPersistentMap and introduce a unit test that checks that known deadlock scenarios of the old version are avoided. * Fix Deadlock unit test * Add some extra latching to try and make timing less fragile. Can never be perfect though. * Review feedback, and some thread safety fixes.