Currently fsyncUnlock is implemented as a query on the $cmd.sys.unlock collection in the admin database, and checking to see if the server is locked is implemented as a query on the $cmd.sys.inprog collection. In the continuing effort to rid clients of code that involves operations on special collections, the server should expose explicit commands to support these features.
- duplicates
-
SERVER-7775 Make special commands (inprog, killop, unlock) go through the standard command codepath
- Closed