mirror of https://gitee.com/bigwinds/arangodb
ltries not incremented
This commit is contained in:
parent
95c177c30c
commit
ea485b98f2
|
@ -1668,7 +1668,7 @@ AgencyCommResult AgencyComm::sendWithFailover(
|
|||
|
||||
if (system_clock::now() - start > ltimeout) {
|
||||
LOG_TOPIC(ERR, Logger::AGENCYCOMM) << "Timed out waiting for leader "
|
||||
<< agencyEndpoint->_endpoint->specification() << " tries: " << ltries;
|
||||
<< agencyEndpoint->_endpoint->specification() << " tries: " << ltries++;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue