Some incompatibility observed include:
1. Using v3.2 shell on v3.0 mongos can cause the mongos to ignore the read preference setting. This is because the read preference setting used to be inside the explain subdocument in v3.0 and is now moved to the top level in v3.2.
2. Using v3.0 shell and v3.0 mongos with v3.2 shards to run an explain with slaveOk will result in:
{ "ok" : 0, "errmsg" : "Failed to parse options: { slaveOk: true }. You may need to update your shell or driver.", "code" : 9 }
- is related to
-
SERVER-21586 Investigate v3.0 mongos and v3.2 cluster compatibility issues in jstests/sharding
- Closed
- related to
-
SERVER-20236 Read preference for an explain routed through mongos does not work on 3.0 for explain-of-count and explain-of-group
- Closed