Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.9
-
None
Description
Trash behavior inconsistency.
While 1.9 fixes the trash, and makes it contained within repository itself (and having many benefits, like preserving paths and performing move instead of copy), on deletion of the repository still the old trash is used it seems: the repository content – if is in default location (work/storage/repoId) – is copied to work/trash/repoId, that again, suffers from high IO. True, it is happening in background, but still, might not be the optimal solution.