Skip to content

Wait for all timeseries deletions to complete#10135

Open
bnaecker wants to merge 1 commit intomainfrom
ben/fix-replicated-expunge-timeseries
Open

Wait for all timeseries deletions to complete#10135
bnaecker wants to merge 1 commit intomainfrom
ben/fix-replicated-expunge-timeseries

Conversation

@bnaecker
Copy link
Collaborator

This is an attempt to address #10052, a flaky test deleting a timeseries by name. It's hard to generate a repro for that failure, since it relies on racing the deletion across all the ClickHouse nodes. But this should probably address it by ensuring we completely wait for the deletion to occur on all replicas before returning.

This does make the query slower but (1) we don't run this today and (2) we definitely don't run multinode ClickHouse, which is the only place this would matter anyway.

This is an attempt to address #10052, a flaky test deleting a timeseries
by name. It's hard to generate a repro for that failure, since it relies
on racing the deletion across all the ClickHouse nodes. But this should
probably address it by ensuring we completely wait for the deletion to
occur on all replicas before returning.

This does make the query slower but (1) we don't run this today and (2)
we definitely don't run multinode ClickHouse, which is the only place
this would matter anyway.
@bnaecker bnaecker requested a review from jmcarp March 24, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant