-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.0
-
Component/s: Shell
-
None
-
Linux
-
Since I upgraded my mongodb from 2.2.3 to 2.4, some of my mongo shell script stop working. So I had to roll back.
mongoimport command throws "BSON representation of supplied JSON is too large" exception when the input json file contain record with DBRef in it. I've tried with both DBRef('name', 'id') or
{'$ref': 'name', '$id': 'id'}.
Please see below on how to reproduce the issue.
- duplicates
-
SERVER-9082 JSON parser doesn't accept simple DBRef $id values, like ints or strings
- Closed