Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The way MergeContent works it opens the file handles for all items to be merged then writes all their content to a new resulting output file.
It creates problems when merging thousands, tens of thousands, and more objects as it means there are massive amounts of open file handles. This seems avoidable and users should not be required to leave unlimited number of open file handles for it to work nicely.
Attachments
Issue Links
- is duplicated by
-
NIFI-516 MergeContent when merging 10,000s or more objects can cause too many open files
- Resolved