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

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

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.3.2
    • 2.0.1
    • Index Maintenance
    • 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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: