Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-4295

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

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

      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 Kristina Chodorow (Inactive)
            Reporter:
            calebjones Caleb Jones
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: