-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 2.8.0-rc4
-
Component/s: Aggregation Framework, Concurrency
-
Fully Compatible
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
mongod seems to deadlock after a while when run using the WiredTiger LSM engine.
mongod was started with:
./mongod --port 29999 --dbpath /data/db_wt/ --storageEngine wiredTiger --wiredTigerCollectionConfigString type=lsm
and then I ran:
./mongo repro.js
See repro script above.