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

Make dropping a nonexistent database a noop

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Replication, Sharding
    • Labels:
      None
    • Minor Change
    • Sharding 2021-03-22

      Currently when dropping a nonexistent database, we return a response that contains information about if the database previously existed or not.
       - On replicaset
       - On sharded cluster

      This response is not reliable if a step-down happens during the operation, in fact on step-down the operation is automatically retried on the new replicaset primary. On this new node we don't have any way of assessing previous existence of the database because the old primary could have either already drop it or not.

      Moreover the drop database response is not currently documented anywhere.

      The goal of this ticket is to simplify the drop database response by not returning any information on the previous state of the database being dropped.

            Assignee:
            tommaso.tocci@mongodb.com Tommaso Tocci
            Reporter:
            tommaso.tocci@mongodb.com Tommaso Tocci
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: