Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/persisted_stm: fixed skipping application of raft snapshot
When `persisted_stm` starts it must apply both local and raft snapshot. When Raft snapshot is present or local snapshot is out of date it must be applied to the stm. Removed code that was setting next offset preventing Raft snapshot from being applied. Fixes: redpanda-data#15127 Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit c9c675e)
- Loading branch information