|
Test galera.MDEV-26575 runs successfully in isolation. To reproduce, it is necessary to run MDEV-25389 before MDEV-26575:
./mtr --suite galera MDEV-25389 MDEV-26575
It turns out that test MDEV-25389 simulates a failure while starting an additional applier thread in start_wsrep_THD(). The error handling there is not correct, and does not clear the failed THD. A subsequent test (in this case it happens to be MDEV-26575), that attempts to restart a node will have trouble closing the THD during shutdown. Eventually causing the error reported in this ticket.
|