[MCOL-1113] Failure in kill of Process-ID 33283;, Failed: 3 Created: 2017-12-14 Updated: 2023-10-26 Resolved: 2017-12-14 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | hiller1 | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
mcsadmin> getActiveSQLStatements mcsadmin> kill 33283; Failure in kill of Process-ID 33283;, Failed: 3 |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-12-14 ] |
|
The session IDs listed are MariaDB server session IDs. The mcsadmin kill command is a Linux process ID kill. So this will fail because the process doesn't exist. You need to use the MariaDB command line (mcsmysql) to kill a session ID. |
| Comment by hiller1 [ 2017-12-14 ] |
|
thanks! |