Provide way to correlate backgrounded index operation in currentOP() with index name

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.3.2
    • Affects Version/s: 2.0.1
    • Component/s: Index Maintenance
    • Environment:
      Mongo 2.0.1
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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().

            Assignee:
            Kristina Chodorow (Inactive)
            Reporter:
            Caleb Jones
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: