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

Support queries across collection renames

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • 3.6.0-rc0
    • Querying, Replication, Storage
    • None
    • Query Execution
    • 5

    Description

      When we are querying a collection during initial sync, we do the initial find by UUID. However, subsequent getMore commands are done by name, which is a problem if the collection is renamed. We cannot distinguish a dropped collection from a renamed one because in the getMore has only the old name and thus cannot look up the collection or the cursor.

      Attachments

        Activity

          People

            backlog-query-execution Backlog - Query Execution
            matthew.russotto@mongodb.com Matthew Russotto
            Votes:
            0 Vote for this issue
            Watchers:
            14 Start watching this issue

            Dates

              Created:
              Updated: