Skip to content

Commit

Permalink
fix recovery parameter for FASTER (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianburckhardt authored Oct 8, 2021
1 parent 0c7aa42 commit 8b1d315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public override void InitMainSession()
{
await this.blobManager.FindCheckpointsAsync();
this.blobManager.TraceHelper.FasterProgress($"Recovering FasterKV");
await this.fht.RecoverAsync(numPagesToPreload: 0);
await this.fht.RecoverAsync();
this.mainSession = this.CreateASession();
return (this.blobManager.CheckpointInfo.CommitLogPosition, this.blobManager.CheckpointInfo.InputQueuePosition);
}
Expand Down

0 comments on commit 8b1d315

Please sign in to comment.