-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
Query Execution 2021-07-26
-
(copied to CRM)
The command should unconditionally uassert(). Perhaps it should raise an error with code 115, CommandNotSupported?
We should make sure that we continue to count attempted uses of the getLastError command in db.serverStatus().metrics.commands.getLastError, and continue to log warning 5578800. The warning looks something like this:
{"t":{"$date":"2021-06-03T10:57:17.903-04:00"},"s":"W", "c":"COMMAND", "id":5578800, "ctx":"conn1","msg":"Deprecated operation requested","attr":{"op":"getLastError","clientInfo":{"application":{"name":"MongoDB Shell"},"driver":{"name":"MongoDB Internal Client","version":"5.0.0-alpha0"},"os":{"type":"Linux","name":"Ubuntu","architecture":"x86_64","version":"18.04"}}}}
- related to
-
SERVER-58741 Stop calling ShardingMetadata::writeToMetadata() at mongod
- Closed