8000 fixed init · SisMaker/arangodb@a86fd3d · GitHub
[go: up one dir, main page]

Skip to content

Commit a86fd3d

Browse files
committed
fixed init
1 parent 067606d commit a86fd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Cluster/FollowerInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FollowerInfo {
4444
public:
4545

4646
explicit FollowerInfo(arangodb::LogicalCollection* d)
47-
: _followers(new std::vector<ServerID>()), _docColl(d) { }
47+
: _followers(new std::vector<ServerID>()), _docColl(d), _theLeaderTouched(false) { }
4848

4949
//////////////////////////////////////////////////////////////////////////////
5050
/// @brief get information about current followers of a shard.

0 commit comments

Comments
 (0)
0