-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: mongoimport
-
None
To repro:
1. Insert data.
2. Use mongoexport to export the data, passing --jsonArray.
3. Use mongoimport to reimport the data, not passing --jsonArray.
In my testing, step 3 hangs.
Repro attached.