mirror of https://gitee.com/bigwinds/arangodb
introducing cluster sanity checking to agency
This commit is contained in:
parent
b7c2a03558
commit
9a608f3037
|
@ -7,7 +7,9 @@ using namespace arangodb::consensus;
|
|||
|
||||
SanityCheck::SanityCheck() : arangodb::Thread("SanityCheck"), _agent(nullptr) {}
|
||||
|
||||
SanityCheck::~SanityCheck() {};
|
||||
SanityCheck::~SanityCheck() {
|
||||
shutdown();
|
||||
};
|
||||
|
||||
void SanityCheck::wakeUp () {
|
||||
_cv.signal();
|
||||
|
|
Loading…
Reference in New Issue