-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max_execution_time does not work when filtering a distributed table #217
Labels
bug
Confirmed user-visible misbehaviour in official release
Comments
This bug has regressed to the point where the max_execution_time does not work for any queries against a distributed table: event_rep is a replicated table
|
How to reproduce:
|
alexey-milovidov
added a commit
that referenced
this issue
Apr 2, 2018
alexey-milovidov
added a commit
that referenced
this issue
Apr 2, 2018
alexey-milovidov
added a commit
that referenced
this issue
Apr 2, 2018
Fixed in master. |
taiyang-li
added a commit
to bigo-sg/ClickHouse
that referenced
this issue
Dec 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this example fact_event is a distributed table built over fact_event_shard.
A query from fact_event_shard with a filter gets interrupted.
A query from fact_event with no filter gets interrupted.
A query from fact_event with a filter continues to run.
The text was updated successfully, but these errors were encountered: