The cancellation token does not cancel the queue on ClickHouse. #482
Replies: 5 comments
-
I wrote this code, but it's not the best solution for me:
|
Beta Was this translation helpful? Give feedback.
-
There is no support for cancelling: Your way is good, I am using same. |
Beta Was this translation helpful? Give feedback.
-
This method cancels the thread and has nothing to do with clickhouse, which has already executed the command and cannot be terminated or cancelled |
Beta Was this translation helpful? Give feedback.
-
Here is an example of a non-blocking approach using |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I cannot make assumptions about particular way the usage of the client would be structured - e.g. I cannot rely on the fact that the connection object would still exist after the I will close this issue as 'wontfix' and move it to the discussion section for further questions |
Beta Was this translation helpful? Give feedback.
-
Good day!
I have an issue with the cancellation token when I throw cancel, an HTTP connection is interrupted, and a request is canceled, but the query is executing continues on ClickHouse.
For example:
Beta Was this translation helpful? Give feedback.
All reactions