nifi/nifi-nar-bundles/nifi-extension-utils
Mark Payne c425bd2880 NIFI-5533: Be more efficient with heap utilization
- Updated FlowFile Repo / Write Ahead Log so that any update that writes more than 1 MB of data is written to a file inside the FlowFile Repo rather than being buffered in memory
 - Update SplitText so that it does not hold FlowFiles that are not the latest version in heap. Doing them from being garbage collected, so while the Process Session is holding the latest version of the FlowFile, SplitText is holding an older version, and this results in two copies of the same FlowFile object

NIFI-5533: Checkpoint

NIFI-5533: Bug Fixes

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #2974
2018-10-09 09:18:02 -04:00
..
nifi-hadoop-utils NIFI-4806 updated tika and a ton of other deps as found by dependency versions plugin 2018-10-04 09:32:04 -04:00
nifi-processor-utils NIFI-4806 updated tika and a ton of other deps as found by dependency versions plugin 2018-10-04 09:32:04 -04:00
nifi-record-utils NIFI-5533: Be more efficient with heap utilization 2018-10-09 09:18:02 -04:00
nifi-reporting-utils NIFI-4806 updated tika and a ton of other deps as found by dependency versions plugin 2018-10-04 09:32:04 -04:00
nifi-syslog-utils NIFI-4806 updated tika and a ton of other deps as found by dependency versions plugin 2018-10-04 09:32:04 -04:00
pom.xml NIFI-5337 Syslog 5424 Record Reader and nifi-syslog-utils 2018-07-16 11:50:55 -04:00