ClickHouse / ClickHouse/ClickHouse
max_execution_time should be checked when receiving "keep alive" packets.
Open
comp-query-execution
enhancement
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
**Use case**
The server sends keep-alive progress with zero increments even if the query does not process any data (e.g. hung). This prevents socket timeouts to fire (this is as expected). But max_execution_time should work and cancel the query at least on initiating server.
Contributor guide
Assessment
This issue has not been assessed yet.