From bccf6bbe4ee103e4802de8c49d587ff7dc7948cf Mon Sep 17 00:00:00 2001 From: jsteemann Date: Wed, 4 Apr 2018 17:26:17 +0200 Subject: [PATCH] re-added missing sendState call --- arangod/Cluster/HeartbeatThread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arangod/Cluster/HeartbeatThread.cpp b/arangod/Cluster/HeartbeatThread.cpp index 9bf3429633..b7beb61e16 100644 --- a/arangod/Cluster/HeartbeatThread.cpp +++ b/arangod/Cluster/HeartbeatThread.cpp @@ -452,6 +452,7 @@ void HeartbeatThread::runSingleServer() { try { // send our state to the agency. // we don't care if this fails + sendState(); double const timeout = 1.0; // check current local version of database objects version, and bump