|
When running `shutdownsystem` command, it shows `There are active transactions being processed`, but when checking viewtablelock, it shows there is nothing.
[root@host ~]# /usr/local/mariadb/columnstore/bin/viewtablelock
|
No tables are locked in the database.
|
|
mcsadmin> shutdownsystem y
|
shutdownsystem Tue Jan 25 23:49:38 2022
|
|
This command stops the processing of applications on all Modules within the MariaDB ColumnStore System
|
|
Checking for active transactions
|
|
There are active transactions being processed
|
Your options are:
|
Cancel -- Cancel the shutdown request
|
Wait -- Wait for write operations to end and then shutdown
|
Force -- Force a shutdown
|
What would you like to do: [Cancel]:
|
And of course, show processlist and `mcsadmin getActiveSQLStatements` show nothing is running.
|