Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kfake: do not return early when running control functions if the clus…
…ter is closed If we return while running a control function (which is expected to be fast), we may unlock a mutex that is currently unlocked and only relocked after the control function exits. Notably, tryControl was panicking because a cluster was closed while a control function was running.
- Loading branch information