Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1-milestone-1
-
Fix Version/s: 6.1-milestone-2
-
Component/s: Storage
-
Labels:
-
Difficulty:Unknown
-
Documentation in Release Notes:
-
Similar issues:
Description
The problem is deleteEmptyDirs() does a (potentially time costly) walk of the filesystem directory tree each startup and since it's called from inside of an initializer, it's happening while a global lock is held.