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

Invert order of shards receiving drop collection participant command

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.2.0, 5.0.4, 5.1.0-rc3
    • Affects Version/s: 5.0.3, 5.1.0-rc2
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • v5.1, v5.0

      Both drop database and drop collection coordinators are sending the drop participant command first to the primary shard and then to the others.

      As a result, the current behavior permits to see the following change stream events (thanks max.hirschhorn for pointing that out):

      1. drop change event from primary shard
      2. insert change event from primary shard (unsharded collection implicitly recreated)
      3. drop change event from other shard

      It would be difficult for a client to know whether the insert (2) happened during or after the drop. Inverting the order would prevent such interleaving of events.

            Assignee:
            pierlauro.sciarelli@mongodb.com Pierlauro Sciarelli
            Reporter:
            pierlauro.sciarelli@mongodb.com Pierlauro Sciarelli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: