Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax assumptions about all client request persisted in WAL to only r…
…equire first and last request to be persisted This assumption is not true during durability issues like etcd-io#14370. In reality we want to avoid situations where WAL is was truncated, for that it's enough that we ensure that first and last operations are present. Found it when running `make test-robustness-issue14370` and instead of getting `Model is not linearizable` I got that assumptions were broken. Signed-off-by: Marek Siarkowicz <[email protected]>
- Loading branch information