add changelog.

jm/snap-restore
John Murret 2023-03-17 15:38:49 -06:00
parent cd25976169
commit d95619f85f
1 changed files with 4 additions and 0 deletions

4
.changelog/16647.txt Normal file
View File

@ -0,0 +1,4 @@
integration test to cover the use case of taking and restoring a snapshot on a consul cluster
```release-note:bug
raft_logstore: Fixes a bug where restoring a snapshot with a WAL backend causes panic because raf-wal expects a monotonically increasing log index and the restore inserts a gap where no files exist.
```