Skip to content

Commit

Permalink
Merge branch 'main' into delete-kv-store
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil authored Aug 19, 2024
2 parents 53b4a5d + 0831407 commit 391818f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storev2/rootmulti/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,10 @@ loop:
if ssImporter != nil {
close(ssImporter)
}
// initialize the earliest version for SS store
if rs.ssStore != nil {
rs.ssStore.SetEarliestVersion(height)
}

return snapshotItem, restoreErr
}
Expand Down

0 comments on commit 391818f

Please sign in to comment.