-
Type: New Feature
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication 2022-01-24, Replication 2022-02-07, Repl 2022-02-21, Repl 2022-03-07, Repl 2022-03-21, Repl 2022-04-04
If I want write to be acknowledged when all voting nodes have confirmed a write, I have to manually specify the number of nodes in my writeConcern (e.g. "w: 3" in a 3-node set).
It would be helpful to support a "w: all" writeConcern that supports this behavior independent of replica set topology.
We already do something similar with the "votingMembers" commitQuorum setting, so I would imagine we can do something similar for writeConcern as well.