Skip to content

Commit

Permalink
TEST: Adapt change in recover from translog in engine
Browse files Browse the repository at this point in the history
Relates #elastic#32867
  • Loading branch information
dnhatn committed Aug 26, 2018
1 parent 59b14dc commit 1f5b428
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -280,7 +280,7 @@ private FollowingEngine createEngine(Store store, EngineConfig config) throws IO
SequenceNumbers.NO_OPS_PERFORMED, shardId, 1L);
store.associateIndexWithNewTranslog(translogUuid);
FollowingEngine followingEngine = new FollowingEngine(config);
followingEngine.recoverFromTranslog();
followingEngine.recoverFromTranslog(Long.MAX_VALUE);
return followingEngine;
}

Expand Down

0 comments on commit 1f5b428

Please sign in to comment.