This website requires JavaScript.
Explore
Help
Sign In
Apache
/
nifi
Watch
1
Star
0
Fork
0
You've already forked nifi
mirror of
https://github.com/apache/nifi.git
synced
2025-02-13 13:35:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nifi
/
nifi-commons
/
nifi-schema-utils
/
src
History
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