-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.8
-
Component/s: None
-
None
The ResetBatch internal method in MongoInsertMessage.cs is not resetting the length of the buffer which results in more bytes being sent to the server than should be sent. Because the extra bytes are somewhat random the most likely outcome is that the server will complain that a message length (the first 4 of the extra bytes) is too large.
- is duplicated by
-
CSHARP-725 InsertBatch throws duplicate key exception with too much data... (140.000 item, 13MB) but inserts all data correctly
- Closed