mirror of https://gitee.com/bigwinds/arangodb
oops
This commit is contained in:
parent
08a1473235
commit
5e01e89e7a
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue