8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067606d commit a86fd3dCopy full SHA for a86fd3d
arangod/Cluster/FollowerInfo.h
@@ -44,7 +44,7 @@ class FollowerInfo {
44
public:
45
46
explicit FollowerInfo(arangodb::LogicalCollection* d)
47
- : _followers(new std::vector<ServerID>()), _docColl(d) { }
+ : _followers(new std::vector<ServerID>()), _docColl(d), _theLeaderTouched(false) { }
48
49
//////////////////////////////////////////////////////////////////////////////
50
/// @brief get information about current followers of a shard.
0 commit comments