Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Description
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().
Attachments
Issue Links
- is depended on by
-
SERVER-18007 StatusWith should work with non-default constructible T
-
- Closed
-