mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 15:03:06 +00:00
topology_coordinator: clean_obsolete_cdc_generations: fix log
We use a non-inclusive bound here, so the log was incorrect.
This commit is contained in:
@@ -626,7 +626,7 @@ class topology_coordinator : public endpoint_lifecycle_subscriber {
|
||||
builder.set_committed_cdc_generations(std::move(new_committed_gens));
|
||||
updates.push_back(builder.build());
|
||||
|
||||
reason += ::format("deleted data of CDC generations with time UUID not exceeding {}", id_upper_bound);
|
||||
reason += ::format("deleted data of CDC generations with time UUID lower than {}", id_upper_bound);
|
||||
}
|
||||
|
||||
// If there are some unpublished CDC generations, publishes the one with the oldest timestamp
|
||||
|
||||
Reference in New Issue
Block a user