You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
When there is contention, Linearizer sleeps upon acquiring a lock and thus needs access to a reactor.
It turns out that the reactor used by Linearizer is different to the reactor used by the HomeServer during tests.
There is no Linearizer contention in our tests, so we don't notice this bug.
The text was updated successfully, but these errors were encountered:
squahtx
added
the
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
label
May 23, 2022
When there is contention,
Linearizer
sleeps upon acquiring a lock and thus needs access to a reactor.It turns out that the reactor used by
Linearizer
is different to the reactor used by theHomeServer
during tests.There is no
Linearizer
contention in our tests, so we don't notice this bug.The text was updated successfully, but these errors were encountered: