Implement a new mongos {fsyncUnlock : 1} command to unlock the shards (by invoking the mongod {fsyncUnlock : 1} command) in the cluster asynchronously (using this helper which uses the AsyncRequestsSender).
- On success, the host: port of the unlocked shards must be returned to the user.
- On failure to unlock a shard, an appropriate error message must be returned to the user.
- causes
-
SERVER-89642 Invalid role configuration for fsyncunlock command
- In Code Review