nifi git commit: NIFI-4772: Refactored how the @OnScheduled methods of processors is invoked/monitored. The new method does away with the two previously created 8-thread thread pools and just uses the

2018-02-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 2a5e21c11 -> 14fef2de1 NIFI-4772: Refactored how the @OnScheduled methods of processors is invoked/monitored. The new method does away with the two previously created 8-thread thread pools and just uses the Timer-Driven thread pool that is

nifi git commit: 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 writ

2018-02-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 0bcb241db -> 9f95a10df 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

[2/2] nifi git commit: NIFI-4774: Implementation of SequentialAccessWriteAheadLog and updates to WriteAheadFlowFileRepository to make use of the new implementation instead of MinimalLockingWriteAheadL

2018-02-19 Thread mattyb149
NIFI-4774: Implementation of SequentialAccessWriteAheadLog and updates to WriteAheadFlowFileRepository to make use of the new implementation instead of MinimalLockingWriteAheadLog. Signed-off-by: Matthew Burgess This closes #2416 Project:

[1/2] nifi git commit: NIFI-4774: Implementation of SequentialAccessWriteAheadLog and updates to WriteAheadFlowFileRepository to make use of the new implementation instead of MinimalLockingWriteAheadL

2018-02-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 14fef2de1 -> 0bcb241db http://git-wip-us.apache.org/repos/asf/nifi/blob/0bcb241d/nifi-commons/nifi-write-ahead-log/src/test/java/org/apache/nifi/wali/TestBlockingQueuePool.java