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

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • None
    • 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:
            [DO NOT USE] Backlog - Cluster Scalability
            Reporter:
            Rachita Dhawan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: