-
Type: Task
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Repl 2023-06-26
Currently bulkWrite always passes 0 for numErrors into write_ops_exec::generateErrors
This means that we will never truncate future errors >1MB which can eat up a lot of cursor memory. We should pass in a proper error count here