Files
depot/src/main
Ray Greenwell ce3a340199 Bugfix: store() should never throw a DuplicateKeyException.
It would be extremely rare, but if two nodes were trying to simultaneously
store() the same record with the same Key, one could fail with a DKE.

Attempt a second 'update' if the insert fails.
2013-05-07 00:03:05 +00:00
..