• Marko Mäkelä's avatar
    MDEV-13779 InnoDB fails to shut down purge workers, causing hang · a4e78007
    Marko Mäkelä authored
    srv_purge_coordinator_thread(): Wait for all purge worker threads
    to actually exit. An analysis of a core dump of a hung 10.3 server
    revealed that one srv_worker_thread did not exit, even though the
    purge coordinator had exited. This caused kill_server_thread and
    mysqld_main to wait indefinitely. The main InnoDB shutdown was
    never called, because unireg_end() was never called.
    a4e78007
srv0srv.cc 86.6 KB