1
0
Fork 0

Fix bug in ClusterComm::asyncRequest.

This commit is contained in:
Max Neunhoeffer 2016-06-06 13:37:04 +02:00
parent a5661b404b
commit d54030eaac
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ OperationID ClusterComm::asyncRequest(
: TRI_microtime() + timeout;
op->result.setDestination(destination, logConnectionErrors());
if (op->result.status == CL_COMM_ERROR) {
if (op->result.status == CL_COMM_BACKEND_UNAVAILABLE) {
// We put it into the received queue right away for error reporting:
ClusterCommResult const resCopy(op->result);
LOG(DEBUG) << "In asyncRequest, putting failed request "