If I insert an over-16MB document with an ordered mongoc_bulk_operation_t, not only should the oversized insert fail but, no following operations in the same mongoc_bulk_operation_t should be attempted. The driver in fact continues past the oversized document, as if the bulk operation were unordered ("continueOnError").
- is depended on by
-
CDRIVER-662 Inconsistent errs from CRUD functions
- Closed
- is related to
-
CDRIVER-589 Driver should sanity check the size of the request document and fail fast
- Closed