Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.0.1
-
Mongo 2.0.1
Description
Currently, the index name is the key used to identify an index for the following:
- getIndexSpecs()
- getIndexes()
- db.system.indexes.find()
However, when backgrounding an index creation, the index name is not provided in currentOP() leaving no way to correlate a background index operation to the actual index. Another option could be to put the opid as reported in currentOP() in db.system.indexes.find() and subsequently report it in getIndexSpecs() and getIndexes().
Attachments
Issue Links
- related to
-
SERVER-7622 jstests/mr_killop.js failures
-
- Closed
-