nifi/nifi-commons/nifi-schema-utils/src
Mark Payne 9f95a10df9 NIFI-4794: Updated event writers to avoid creating a lot of byte[] by reusing buffers. Also removed synchronization on EventWriter when rolling over the writer and just moved the writing of the header to happen before making the writer available to any other threads. This reduces thread contention during rollover.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #2437
2018-02-19 09:31:11 -05:00
..
main/java/org/apache/nifi/repository/schema NIFI-4794: Updated event writers to avoid creating a lot of byte[] by reusing buffers. Also removed synchronization on EventWriter when rolling over the writer and just moved the writing of the header to happen before making the writer available to any other threads. This reduces thread contention during rollover. 2018-02-19 09:31:11 -05:00
test/java/org/apache/nifi/repository/schema NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatException (1.x) 2017-02-13 20:15:59 +00:00