Insert six 4MB documents with a mongoc_bulk_operation_t and execute it. It should send the inserts in batches of less than 16MB each, but when using write commands the driver attempts to send a single 24MB write command to the server, which causes the server to hang up.
Check updates and removes, too.
- is related to
-
CDRIVER-255 New write operation method for insert, update, remove (and API for bulk operations)
- Closed