SAML logout and invalidate session actions may block transport_worker #126609
Labels
>bug
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
Team:Security
Meta label for security team
Description
The issue is same as in #104962. We missed to cover places where the logout and session invalidation actions fork back to
transport_worker
and get blocked waiting on slow SAML metadata refresh.Thread dump which shows transport_worker thread being blocked on a lock obtained by a timer thread that executes HTTP call to refresh SAML metadata
The text was updated successfully, but these errors were encountered: