Commit Graph

32 Commits

Author SHA1 Message Date
Mark Payne 210a21cd8f NIFI-261: Sort processor properties before fingerprinting for templates 2015-01-14 12:19:50 -05:00
Mark Payne 21e809a7cb NIFI-241: Only call Processor methods with @OnAdded annotation when a Processor is actually added to graph instead of also calling on NiFi restart 2015-01-13 13:28:20 -05:00
Mark Payne 93309901ba NIFI-225: Change Locale to always be EN-US 2015-01-07 09:01:42 -05:00
Mark Payne 394c7116d1 NIFI-44: Removed the swap directory property and always use the 'swap' directory under the flowfile repo 2014-12-30 16:30:13 -05:00
Mark Payne 7589ad356e NIFI-174: Always 'enrich' the Provenance SEND event, regardless of whether or not we are commiting ot he repository immediately 2014-12-30 10:29:38 -05:00
Mark Payne bfe39c0b82 Merge branch 'NIFI-33' into develop 2014-12-30 09:08:19 -05:00
Mark Payne c69e4dbec6 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2014-12-28 13:33:03 -05:00
joewitt c394454157 NIFI-51 fixed if/else logic/order 2014-12-23 15:12:37 -05:00
joewitt 1357a17b67 NIFI-189 Collapsed several commons libs into one 2014-12-20 00:40:14 -05:00
Mark Payne a2fd2636d0 NIFI-187: Fixed bug that prevents nifi from shutting down properly when RemoteProcessGroup is present on graph 2014-12-19 16:03:08 -05:00
Mark Payne cbb1746587 NIFI-185: Improved error message 2014-12-19 10:02:53 -05:00
Mark Payne 575cc42c72 Merge branch 'bootstrap' into develop 2014-12-16 15:10:20 -05:00
joewitt 3a4c6ed887 Merge branch 'develop' into NIFI-169 2014-12-16 08:16:52 -05:00
Mark Payne 7797184712 NIFI-33: On failure, was attempting to remove non-existent file; fixed this 2014-12-15 15:02:44 -05:00
Mark Payne ece5ce1409 NIFI-33: Ensure that we sync to disk, then rename file when swapping out; delete partial files on restart; destroy corrupt files on EOFException/FileNotFoundException when swapping in 2014-12-15 14:57:11 -05:00
Mark Payne 1cc3ce5755 NIFI-35: Provide an EventReporter to the FlowFileSwapManager and provide events for any errors 2014-12-15 14:28:11 -05:00
Mark Payne e04a55d3a5 NIFI-43: Do not throw InvocationTargetException if it is wrapping a RuntimeException; instead just throw the RuntimeException 2014-12-15 13:14:42 -05:00
joewitt 19d4a150a8 NIFI-169 well it finally all builds. There is a classpath issue still to sort out which impacts startup 2014-12-15 05:14:32 -05:00
Mark Payne bc94625142 NIFI-70: If ROUTE indicates FlowFile routed to same Connection it came from (and only that connection!) then drop the redundant ROUTE event 2014-12-12 12:02:49 -05:00
Mark Payne a8722317ab NIFI-66: 2014-12-12 11:09:52 -05:00
Mark Payne d1271a281e Merge branch 'develop' into bootstrap 2014-12-12 10:31:50 -05:00
Mark Payne d57861d8b5 NIFI-164: Fixed MockContentRepository that existed in a unit test 2014-12-12 10:19:20 -05:00
Mark Payne 8cf0c7814e Merge branch 'NIFI164' into bootstrap 2014-12-12 10:01:17 -05:00
Mark Payne 55d4b1c099 NIFI-164: Add shutdown() method to ContentRepository and implement in FileSystemRepository and VolatileContentRepository to cleanup executors; call shutdown() from FlowController shutdown method 2014-12-12 10:00:40 -05:00
Mark Payne 76f54f8611 NIFI-145: Allow a run.as user to be set in bootstrap.conf file; addressed concerns where an un-priveleged user could issue commands to running NiFi to shutdown; addressed concerns where an un-priveleged user could push large amounts of data to the Bootstrap or NiFi causing OOME 2014-12-12 09:47:19 -05:00
Mark Payne 74c7940487 NIFI-161: Removed references to deprecated methods 2014-12-11 09:44:38 -05:00
Mark Payne cbea1f1936 NIFI-72: Added unit tests and fixed bug that caused CONTENT_MODIFIED to be emitted for newly created FlowFiles 2014-12-11 09:16:48 -05:00
Mark Payne 6b0a5e8cd7 NIFI-72: Auto-generate CREATE, CONTENT_MODIFIED, ATTRIBUTES_MODIFIED events when appropriate 2014-12-11 09:03:05 -05:00
Mark Payne cb2e855fc7 NIFI-12: Remove Processors even if their @OnRemoved methods throw Exceptions 2014-12-10 12:49:31 -05:00
Mark Payne 97f8ab0cc5 NIFI-54: When incrementing active thread count, if the value exceeds max, do not run 2014-12-10 11:57:33 -05:00
Mark Payne 192d782277 NIFI-145: Bug Fixes and updated nifi.sh to use bootstrap code 2014-12-10 11:03:21 -05:00
joewitt 4d998c12c9 Initial code contribution 2014-12-08 15:22:14 -05:00