-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.4.4, 2.4.8, 2.6.0-rc2
-
Component/s: JavaScript
-
None
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Hi,
I'm using db.collection.find().forEach()
to modify collection, rearranging fields inside,
also using 'delete obj.property'.
and depending on collection size, when it grows larger than
some small threshold, (in my tests 1000),
some fields of modified objects are set to undefiend as result, istead of actual numbers.
i was able to reproduce it in both
MongoDB version: 2.4.4, 2.4.8, 2.6.0-rc2
- is duplicated by
-
SERVER-13551 Shell improperly deletes objects
-
- Closed
-