-
Type:
Task
-
Resolution: Duplicate
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code, Usability
-
None
-
Minor Change
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Every command in the system can be run with the argument "help":1 to get help information about that command. The information returned contains a "lockType" field intended to indicate if that command takes a read or write lock, however that information comes from the locktype() method on every Command object, which is not accurate for most commands anymore as most commands now handle their own locking internally. We should remove this misleading and outdated field from the "help" output of all commands (or make it accurate for all commands, but that seems difficult to do).
- duplicates
-
SERVER-11834 listCommands show write commands not taking locks
-
- Closed
-
- related to
-
SERVER-11492 Upserts to config servers incorrectly set "n" to 0 in getlasterror.
-
- Closed
-
-
SERVER-11834 listCommands show write commands not taking locks
-
- Closed
-