Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
5.7.x, 8.0.x, Not 5.6.x
-
None
Description
When system key is requested from keyring it is lazy initialized. For fetching keys keyring framework acquires only read lock on keys cache. Lazy initialization thus should be removed as multiple threads can request initialization of a key concurrently or replaced with lock-free thread safe initialization.