-
Type: Spec Change
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Component/s: Retryability
-
None
-
Needed
There are currently no spec tests for batch split insert, update, or delete operations that ensure that on failure only the current and remaining batches are retried, not all of the batches.
There is currently no fail point that can support these tests since the onPrimaryTransactionalWrite fail point can accept either skip or tries but not both. So an update will need to be made to this fail point (or a new fail point introduced) that has this capability.
- related to
-
GODRIVER-871 Retryable Writes is broken for batch splits
- Closed