mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
In one of the previous patches, we have allowed writing to the previous CDC generations for `generation_leeway`. This change has made the information about failing writes to the previous generation and the "rejecting writes to an old generation" example obsolete so we remove them. After the change, a write can only fail if its timestamp is distant from the node's timestamp. We add the information about it.