RethinkDB fixes.
This commit is contained in:
parent
b68bca35db
commit
92c7070aa8
6 changed files with 204 additions and 209 deletions
|
@ -139,6 +139,8 @@ private:
|
|||
BlockingQueue< nlohmann::json * > _commitQueue;
|
||||
std::thread _commitThread[ZT_CONTROLLER_RETHINKDB_COMMIT_THREADS];
|
||||
|
||||
std::thread _heartbeatThread;
|
||||
|
||||
mutable std::mutex _readyLock; // locked until ready
|
||||
std::atomic<int> _ready;
|
||||
std::atomic<int> _run;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue