mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-28 09:36:41 +00:00
a53351a730
virEventRunDefaultImpl waits for an event that an idle domain need not produce, so the thread could outlive a deactivation that reported success, and every later activation was refused while it did. Registering a timeout is what makes it return: measured, a thread with nothing registered was still running four seconds after being asked to stop, and with a half second timer it came out at once.