-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: 4.0.13, 4.2.1
-
Component/s: Sharding
-
Backwards Compatibility:Fully Compatible
-
Backport Requested:v4.4, v4.2, v4.0
-
Sprint:Sharding 2020-03-23
When constructing an array of BSONObjs, the BSON array overhead should be added per element. Currently, it's only added once for the entire array. This ticket is to fix that bug.