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

Support shard to shard communication for a shard added as an additional participant

    • Type: Icon: New Feature New Feature
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      A shard can add additional shard as a participant for a transaction and when it does so

      1. It lets the router know
      2. It sends the following message from itself to the added shard
      {     insert: “mycollection”,     documents: [ \{ _id: 1 }

      , { _id: 2 } ],

          lsid: { id: UUID(...) },

          txnNumber: NumberLong(2),

          autocommit: false,

          startOrContinueTransaction: true,

      }

      Update the incoming mongod interface to support this.

            Assignee:
            backlog-server-cluster-scalability [DO NOT USE] Backlog - Cluster Scalability
            Reporter:
            rachita.dhawan@mongodb.com Rachita Dhawan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: