The last_lts_mongos_commands.js & last_lts_mongod_commands.js files contain the list of commands added/removed on the router since the last LTS release.
These files were not properly sanitized once v7.0 branched out. Therefore, we must revisit them and ensure all commands on the lists were added/removed after v7.0; we can eliminate those commands that were added/removed either before v7.0 or on v7.0.X.
For example, _clusterQueryWithoutShardKey is on the list of commandsAddedToMongosSinceLastLTS but was actually introduced in 6.2.0 by SERVER-69623.
I recommend removing all the commands that are already in the last_lts_mongos_commands.js & last_lts_mongod_commands.js files in v7.0.
- related to
-
SERVER-69623 Add _clusterQueryWithoutShardKey command stub
-
- Closed
-