What Do I Do If the Query Process of the Comparison Task Is Not Stopped After a DRS Comparison Task Is Canceled?
Take the source MySQL database as an example. You created a row comparison task and cancelled the task later. If the query process of the comparison task in the source database is not stopped in a timely manner, perform the following steps to kill the residual process:
- Log in to the MySQL database as an administrator and run the show processlist command.
- Obtain the process ID based on Host and Command. The value of Host is the IP address of the DRS task node, and the value of Command is the query statement starting with select count (1).
- If the ID obtained in step 2 is 112773, run the kill 112773 command.
- Run the show processlist command to check whether the residual process is deleted.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot