Closed
Description
Christoph Strobl opened DATAMONGO-2073 and commented
Check MongoException
for lables TransientTransactionError, UnknownTransactionCommitResult
indicating potentially recoverable transaction commit errors and translate them to TransientDataAccessException
.
See MongoException#hasErrorLabel(String)
.
Issue Links:
-
DATAMONGO-2075 Open up MongoTransaction manager to allow transaction commit retry.
-
DATAMONGO-2291 MongoExceptionTranslator hides WriteConflicts
Referenced from: pull request #605
1 votes, 2 watchers