mirror of https://github.com/MariaDB/server
Browse Source
The long semaphore wait appeared to be the caused by the following pattern in the MTR test: ``` SET DEBUG_SYNC = "now SIGNAL wsrep_after_certification_continue"; SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb; ``` Raising two signals, one right after another, caused one signal to overwrite the other, before the signal was consumed by the thread. This caused one thread to be stuck until the debug sync point would timeout.bb-10.2-MDEV-18464
committed by
Jan Lindström
4 changed files with 6 additions and 8 deletions
Loading…
Reference in new issue