mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
d4d5e1588e
|
@ -65,6 +65,8 @@ void AgencyCallback::refetchAndUpdate(bool needToAcquireMutex) {
|
|||
AgencyCommResult result = _agency.getValues(key);
|
||||
|
||||
if (!result.successful()) {
|
||||
LOG(ERR) << "Callback getValues to agency was not successful: "
|
||||
<< result.errorCode() << " " << result.errorMessage();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue