mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
We add the CDC generation optimality check in storage_service::raft_check_and_repair_cdc_streams so that it doesn't create new generations when unnecessary. Additionally, we modify the test_topology_ops.py test in a way that verifies the new changes. We call storage_service::raft_check_and_repair_cdc_streams multiple times concurrently and verify that exactly one generation has been created.