-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2024-02-05, Security 2024-02-19
-
35
There's a data race on the AuthorizationManagerImpl::_authEnabled flag when AuthorizationSessionTestFixture::setUp() calls authzManager->setAuthEnabled(true); while the JournalFlusher thread reads the boolean through isAuthEnabled().
See linked BF for TSAN stack traces.
- is related to
-
SERVER-79138 Fix data race in AuthorizationSessionTest fixture
- Closed