Extraction of wildcard index multikey metadata keys is performed outside of a writeConflictRetry wrapper. Without this wrapper any WriteConflictException thrown by a SortedDataInterface::Cursor method will not be retried, resulting in operation failure. We should add writeConflictRetry to allow for retry when this data is being retrieved outside of a WriteUnitOfWork.
- is related to
-
SERVER-71674 Yield handlers not handling WCE thrown from restoring cursors
- Closed