-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
Status cmdResponseStatus = getStatusFromCommandResult(response.getValue().data); if (!response.isOK()) { // failed response log() << "ElectionWinnerDeclarer: Got failed response from " << request.target << ": " << response.getStatus(); }
as part of SERVER-18007, this code will now invariant().
- is depended on by
-
SERVER-18007 StatusWith should work with non-default constructible T
- Closed