-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 7.1.0
-
Component/s: None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
v8.0
-
2
A refactor made the coordinator use the appendMajorityWriteConcern helper method to attach the write concern of some of the commands it sends to the participants. However, it also inadvertently changed some of the commands that originally had no timeout to something with one. This is because it changed some of the places where it originally used this constant to call appendMajorityWriteConcern, which uses a different constant with non-zero wtimeout value.
- is caused by
-
SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator to use async RPC API
- Closed
- related to
-
SERVER-84439 appendMajorityWriteConcern should only override wtimeout if it is non-zero
- Closed