When the featureCompatibilityVersion is 3.4, the config servers will return configsvr:2 in their isMaster response. This is a config server mode number that 3.2 mongos does not understand. This will prevent 3.2 mongos from connecting to the config servers, and thus will also prevent mongos from starting up against a featureCompatibilityVersion("3.4") cluster.
- related to
-
SERVER-26264 Make 3.2 mongos fail gracefully on startup when cluster is featureCompatibilityVersion("3.4")
- Closed
-
SERVER-26265 Test that 3.2 mongos fails to join a featureCompatibilityVersion("3.4") cluster
- Closed
-
SERVER-26261 MongoRunner.versionIterator.iterator.toString() should not advance the iterator
- Closed