You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.