Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
23.02.2
-
None
Description
The mxs3536_rwsplit_no_slaves test fails when the monitor attempts to kill a connection that was already closed.
2023-07-19 05:34:05 error : [mariadbmon] Could not kill connection 77 from super-user 'maxskysql': Query 'SET STATEMENT max_statement_time=3 FOR KILL SOFT CONNECTION 77;' failed on 'server1': 'Unknown thread id: 77' (1094).
|
The error 1094 (ER_NO_SUCH_THREAD) should not be treated as a failure and should be ignored.