-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: transaction / session cancellation #18736
Comments
thanks @vivekmenezes! |
sorry @dianasaur323 . not yet! |
=.=' |
We still haven't implemented session or transaction cancellation, and it's not going to happen for 2.0. |
yep, time is allocated in 2.1. Thanks for moving the milestone. |
Can we get an update on what's left to do here now that #23861 merged? I see an RFC is still open: #17252 cc @vivekmenezes |
assigning @andreimatei because he would like to make some improvement here. I'm not sure whether this works but it should definitely be QA-ed once andrei is happy with it. |
I would actually close this since we now have session cancelation and also |
Rationale
This is follow-up work related to query cancellation. We currently do not allow cancellation of transactions or sessions. These are both important features that other SQL databases offer, so we should offer these features to improve manageability and parity.
PM Acceptance Testing
The text was updated successfully, but these errors were encountered: