Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.3.1
-
None
-
None
-
ALL
Description
This is because the check to see if there are any admin users blocks acquiring the read lock on the admin database.
If we could trylock a database-level lock, then we could trylock the admin DB, and if we can't get the lock just used our cached knowledge of whether or not the admin user exists.