-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Query 2016-10-10, Query 2016-10-31
Once SERVER-26264 is complete, a 3.2 mongos process will quickly exit with an error status if you point it at 3.4 config servers with featureCompatibilityVersion "3.4". We should write a test in the multiVersion suite to verify this behavior. The test should perform the following steps:
- Start an all 3.4 sharded cluster.
- Verify that the feature compatibility version is "3.4".
- Assert that a new 3.2 mongos fails to start up when joining the cluster.
- Set the feature compatibility version to "3.2".
- Assert that a 3.2 mongos can now start up against the cluster and can perform reads and writes to the shards.
- depends on
-
SERVER-26264 Make 3.2 mongos fail gracefully on startup when cluster is featureCompatibilityVersion("3.4")
- Closed
- is related to
-
SERVER-25158 Prevent a 3.2 mongos from joining a featureCompatibilityVersion("3.4") cluster
- Closed