-
Notifications
You must be signed in to change notification settings - Fork 8.3k
max_execution_time not working with #7091
Copy link
Copy link
Closed
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official release
Description
Hello,
I'm using last master and seems max_execution_time is not working with CREATE TEMPORARY TABLE queries.
Can be reproduced with:
CREATE TEMPORARY TABLE `temp_table_1` AS SELECT number FROM system.numbers FORMAT JSON
curl -X POST 'http://127.0.0.1:8123/?query_id=1232&max_execution_time=2&session_id=1' -d 'CREATE TEMPORARY TABLE `temp_table_1` AS SELECT number FROM system.numbers FORMAT JSON'
This query is running till will hit the max_memory limit no matter if you close the client connection.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official release