The presence of prepared transactions currently holds back the committed snapshot, which prevents satisfying majority write concern for concurrent operations. These operations should eventually succeed once the prepared transactions commit or abort, and a concurrency workload should be added to verify this assumption.
- has to be done after
-
SERVER-39074 Update outside transaction erasing update from committed prepared transaction
- Closed