Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Event 2.4.2
-
None
Description
Currently jobs without an job id are stored in an artifical folder structure (to avoid a too large flat hierarchy) - this folder structure is created randomly by generating uuid. To avoid concurrency problems in a clustered environment, these folders are never deleted - resulting in a large empty folder structure
We could use a time based folder structure instead and create a new folder every minute - once this folder gets empty and another minute has started we can safely remove the folder.
In addition if we include the sling id in the folder name, we avoid folder creation problems in a clustered environment.