8000 Soft coordinator shutdown by neunhoef · Pull Request #14331 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Soft coordinator shutdown #14331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 10, 2021
Prev Previous commit
Next Next commit
Fix for compilation without maintainer mode.
  • Loading branch information
neunhoef committed Jun 10, 2021
commit 3473a868bcadfb8c822bdd1bd780d9e795558cb4
2 changes: 0 additions & 2 deletions arangod/Pregel/PregelFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

#include "PregelFeature.h"

#include <atomic>

#include "ApplicationFeatures/ApplicationServer.h"
#include "Basics/MutexLocker.h"
#include "Basics/NumberOfCores.h"
Expand Down
1 change: 1 addition & 0 deletions arangod/Pregel/PregelFeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define ARANGODB_PREGEL_FEATURE_H 1

#include <cstdint>
#include <atomic>

#include <velocypack/Builder.h>
#include <velocypack/Slice.h>
Expand Down
0