Transactions that get stuck in KILLED / ROLLBACK can be canceled by killing transactions on the local server. If the request is a cross server and you do not want to wait for a rollback, you need to go to the remote server and kill the transaction, as well as kill it on the local server.
This applies to any database system.
source
share