-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.5.12
-
Component/s: Internal Client
-
None
-
Fully Compatible
-
Platforms 2017-09-11, Repl 2017-10-02
spec.outgoing.minWireVersion should be bumped from COMMANDS_ACCEPT_WRITE_CONCERN to LATEST_WIRE_VERSION
https://github.com/mongodb/mongo/blob/r3.5.12/src/mongo/s/server.cpp#L295-L296
static void _initWireSpec() { WireSpec& spec = WireSpec::instance(); // connect to version supporting Write Concern only spec.outgoing.minWireVersion = COMMANDS_ACCEPT_WRITE_CONCERN; spec.outgoing.maxWireVersion = LATEST_WIRE_VERSION; spec.isInternalClient = true; }