Skip to content

max_execution_time not working with  #7091

@silviucpp

Description

@silviucpp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed user-visible misbehaviour in official release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions