-
Type:
New Feature
-
Resolution: Won't Do
-
Priority:
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
- It lets the router know
- It sends the following message from itself to the added shard
, { _id: 2 } ],
lsid: { id: UUID(...) },
txnNumber: NumberLong(2),
autocommit: false,
startOrContinueTransaction: true,
}
Update the incoming mongod interface to support this.