-
Bug
-
Resolution: Duplicate
-
Low
-
3.0, 3.1, 3.2, 3.3, 3.4
-
None
Migration of the attachments out of the database onto the filesystem will cause a race between running out of memory and running out of file handles (from the spool files) if there are a large amount of attachments.
This looks like it is due to using HQL to do the delete of all of the attachmentdata, which causes a find(...), which looks like it loads all of the entities.
- duplicates
-
CONFSERVER-15937 OutOfMemoryError while migrating attachments from database to files
- Closed
- relates to
-
CONFSERVER-9888 Attachment migration from filesystem to database or vice versa cannot move large numbers of attachments
- Closed