Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
Description
See also: https://github.com/codership/galera/issues/448
In some cases Galera can mark a user thread as high priority(TOI DDLs) making it unkillable (with misleading message at MDEV-12008)
I think it should be allowed a way to kill such thread/query under the responsibility of the DBA.
Syntax could be:
KILL [CONNECTION | QUERY] processlist_id [FORCE]
Attachments
Issue Links
- is blocked by
-
MDEV-18464 Port kill_one_trx fixes from 10.4 to 10.1
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Nirbhay Choubey [ nirbhay_c ] |
Assignee | Nirbhay Choubey [ nirbhay_c ] |
Labels | galera |
Assignee | Sachin Setiya [ sachin.setiya.007 ] |
Fix Version/s | 10.1 [ 16100 ] |
Assignee | Sachin Setiya [ sachin.setiya.007 ] |
Assignee | Seppo Jaakola [ seppo ] |
Affects Version/s | 10.1.21 [ 22113 ] | |
Affects Version/s | 5.5.54-galera [ 22404 ] | |
Affects Version/s | 10.0.29-galera [ 22405 ] | |
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Assignee | Seppo Jaakola [ seppo ] | Alexander Barkov [ bar ] |
Description |
See also: https://github.com/codership/galera/issues/448
In some cases Galera can mark a user thread as high priority(TOI DDLs) making it unkillable (with misleading message at https://jira.mariadb.org/browse/MDEV-12008) I think it should be allowed a way to kill such thread/query under the responsibility of the DBA. Syntax could be: KILL [CONNECTION | QUERY] processlist_id [FORCE] |
See also: https://github.com/codership/galera/issues/448
In some cases Galera can mark a user thread as high priority(TOI DDLs) making it unkillable (with misleading message at I think it should be allowed a way to kill such thread/query under the responsibility of the DBA. Syntax could be: KILL [CONNECTION | QUERY] processlist_id [FORCE] |
Assignee | Alexander Barkov [ bar ] | Jan Lindström [ jplindst ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.4 [ 22408 ] |
issue.field.resolutiondate | 2019-03-28 08:52:40.0 | 2019-03-28 08:52:40.223 |
Component/s | Galera [ 10124 ] | |
Fix Version/s | 10.1.39 [ 23305 ] | |
Fix Version/s | 10.2.24 [ 23308 ] | |
Fix Version/s | 10.3.14 [ 23216 ] | |
Fix Version/s | 10.4.4 [ 23310 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Link |
This issue is blocked by |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.3.14 [ 23216 ] | |
Fix Version/s | 10.1.39 [ 23305 ] | |
Fix Version/s | 10.2.24 [ 23308 ] | |
Fix Version/s | 10.4.4 [ 23310 ] |
Fix Version/s | 10.1 [ 16100 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 79546 ] | MariaDB v4 [ 133122 ] |
Zendesk Related Tickets | 168417 |
This is a feature request. bar How hard it would be to add this new FORCE keyword for kill and does it require change on storage engine API or can it be added to current structures as a additional info ?