If a single atomic applyOps command inserts into more than 10 capped collections, or causes more than 10 collections to have a multi-key index, that transaction may require more locks than a single operation is allowed to hold. In such situations, do not crash, but instead fail the operation and return an error.
- related to
-
SERVER-28646 Don't report ops as passed if logOps causes txn to fail
- Closed