1
0
Fork 0
This commit is contained in:
Kaveh Vahedipour 2017-03-13 14:53:04 +01:00
parent 08a1473235
commit 5e01e89e7a
1 changed files with 0 additions and 3 deletions

View File

@ -1180,9 +1180,6 @@ arangodb::consensus::index_t Agent::rebuildDBs() {
auto logs = _state.slices(_lastAppliedIndex+1, _leaderCommitIndex+1);
LOG_TOPIC(TRACE, Logger::AGENCY)
<< "Rebuilding leader key value stores with " << logs;
_spearhead.apply(logs, _leaderCommitIndex, _constituent.term());
_readDB.apply(logs, _leaderCommitIndex, _constituent.term());