-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.0.4, 2.4.2
-
Component/s: Admin
-
None
-
ALL
I'm making some collections by map/reduce that contains unique value for auto-complete.
Whenever use mongodump for that, it returns no object.
As you can see the captured image, the collection "meta.unique" has 626 objects. but 0 objects are dumped. So I tried to use --forceTableScan, but it doesn't work too.
Other collections that having ObjectId() for _id works well.