Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.1-milestone-1
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.