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

Write reshardBegin no-op oplog entry after temporary resharding collection is created

    • Fully Compatible
    • v5.0
    • Sharding 2021-06-28
    • 1

      This enables a change stream on the existing sharded collection to learn a resharding operation has started.

      {
          op: "n",
          ns: "<database>.<collection>", ui: <existingUUID>,
          o: {msg: "Created temporary resharding collection"},
          o2: {type: "reshardBegin", reshardingUUID: <reshardingUUID>},
          fromMigrate: true,
      }
      

            Assignee:
            matt.walak@mongodb.com Matthew Walak (Inactive)
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: