1
0
Fork 0
This commit is contained in:
jsteemann 2016-04-23 20:49:58 +02:00
parent 5b59b6dacd
commit 82e814cc69
2 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@ class HeartbeatThread;
class ClusterFeature : public application_features::ApplicationFeature {
public:
ClusterFeature(application_features::ApplicationServer*);
explicit ClusterFeature(application_features::ApplicationServer*);
~ClusterFeature();
public:

View File

@ -1322,8 +1322,6 @@ int ClusterInfo::createCollectionCoordinator(std::string const& databaseName,
// Update our cache:
loadPlannedCollections();
std::string const where =
"Current/Collections/" + databaseName + "/" + collectionID;
while (TRI_microtime() <= endTime) {
agencyCallback->waitForExecution(interval);