replication: ignore bookmarks when computing incremental path

fixes https://github.com/zrepl/zrepl/issues/490
closes https://github.com/zrepl/zrepl/pull/619

Co-authored-by: Christian Schwarz <me@cschwarz.com>
This commit is contained in:
Kiss Károly
2022-07-18 10:09:50 +02:00
committed by Christian Schwarz
parent 193abbe6b1
commit d3f68ae4e8
3 changed files with 35 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Developers should consult the git commit log or GitHub issue tracker.
The Grafana dashboard in :repomasterlink:`dist/grafana` has been updated.
* |bugfix| transient zrepl status error: ``Post "http://unix/status": EOF``
* |bugfix| don't treat receive-side bookmarks as a replication conflict.
This facilitates chaining of replication jobs. See :issue:`490`.
0.5
---