Koji Kawamura
86cae184ff
NIFI-6599 Fix MergeRecord failure in defragment mode
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3678 .
2019-11-14 14:44:01 +01:00
Bryan Bende
d6c645a9e2
NIFI-6581 Add optional x/y coordinates to CLI pg-import command
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3666 .
2019-11-13 10:28:45 +01:00
Bryan Bende
5d9bba2f6f
NIFI-6857 Bump hbase-client from 2.1.x to 2.2.x
...
This closes #3878
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2019-11-12 09:53:30 -05:00
Mike Thomsen
d87604a1cf
Added nifi-other-graph-services-nar to the include-graph profile, since it was missing from that.
2019-11-11 18:32:10 -05:00
Joe Ferner
c947e57d5e
NIFI-6814:
...
- Restored JAXB Adapter
This closes #3880
2019-11-08 15:43:13 -05:00
Mark Payne
5f4ce8f431
NIFI-6707: Addition of nifi-system-tests module. Updates to EmbeddedNiFi, NiFi and SystemBundle to properly support classloader isolation that is needed for creating system-level tests and isolating the classpath of the tests themselves from the NiFi classpath. Fixed bootstrap listener to ensure that it always closes socket before calling shutdown(). Failure to do so can result in RunNiFi sometimes timing out while waiting for a response from NiFi
...
NIFI-6707: Added System Test to verify behavior when services depend on one another
NIFI-6707: Ensure that when tearing down flow after test, we wait for all processors and controller services to complete stop/disable before attempting to delete them
NIFI-6707: Fixed bug in RemoteProcessGroupIT that caused the test to fail intermittently based on timing. Improved logging for Process Group, Standard Process Group
NIFI-6707: Updated to include java11 subdirectory under lib/
NIFI-6707: Rebased against master and changed dependencies from 1.10.0-SNAPSHOT to 1.11.0-SNAPSHOT
NIFI-6707: Updates to see if it will help travis build correctly
NIFI-6707: Commenting out java commands in bootstrap.conf files
This closes #3831 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2019-11-08 12:33:16 -05:00
Yolanda M. Davis
a37b57e96b
NIFI-6854 - Added option to ignore condition errors in rules. Test correction
...
NIFI-6854 - change warning to debug
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #3876
2019-11-08 11:24:18 -05:00
Yolanda M. Davis
c998a7259a
NIFI-6842 - Introduce MetricsEventReportingTask
...
NIFI-6842 - Added AlertHandler for bulletin reporting. Update ReportingTask meta data.
NIFI-6842 - corrected display names in action handlers, included metrics option for alert handlers, small refactor in reporting task
NIFI-6842 - updated docs and tags
NIFI-6842 - Added documentation for handlers.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #3874
2019-11-08 10:25:54 -05:00
kevinmccarthy
eb366c8d0a
NIFI-6680: This closes #3748 . Nifi PutKudu processor - Convert record field names to lowercase
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2019-11-07 18:24:42 -05:00
mtien
36bdb474c3
NIFI-6830 Added regression test. Added failing unit test. Added Test Resources.
...
Implemented KeyPassword detection in the SSLContextFactory.
Resolved Java 8/11 unit test issue.
Fixed unit test wildcard imports and added Javadoc to test helper methods.
This closes #3873 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2019-11-06 12:55:11 -08:00
Mark Payne
49b7a7cd6b
NIFI-6846: If an Exception is thrown while a Processor is writing to a FlowFile, but that Content Claim is not yet eligible for destruction, mark it as a transient claim on the RepositoryRecord so that if it's available when the FlowFile Repository is checkpointed, then it will be cleaned up then
...
This closes #3872
2019-11-06 09:53:25 -05:00
Atul Mahajan
e3f72c5ed0
NIFI-6771 : Added fix to support Oracle Binary float and Binary double conversion to Avro type
...
Fixed CheckStyle errors
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #3815
2019-11-06 08:57:31 -05:00
Matt Gilman
8dadebafdc
NIFI-6843:
...
- Bumping ranger version to 2.0.0.
2019-11-05 16:58:37 -05:00
Atul Mahajan
7ac41576e3
NIFI-6775 Added fix to support Oracle Float type conversion to Avro
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #3812
2019-11-05 16:52:20 -05:00
Matthew Burgess
442a80bf1b
NIFI-6819: Add KafkaRecordSink implementations for Kafka 1 and 2 ( #3854 )
...
* NIFI-6819: Add KafkaRecordSink implementations for Kafka 1 and 2
* Updated version to 1.11, corrected doc, added cleanup code
2019-11-05 16:44:37 -05:00
Andy LoPresto
12bb284453
NIFI-6841 Fixed checkstyle error introduced in a9db5a8
.
2019-11-05 13:12:40 -08:00
Pierre Villard
481f9f67bf
NIFI-6847 - fixed NPE in TLS toolkit when used in client mode with SANs ( #3871 )
2019-11-05 10:41:01 -08:00
Mark Payne
a9db5a8cb7
NIFI-6841: Fixed bug that resulted in the wrong number of 'Bytes Read' being reported by ByteCountingInputStream in the event that #skip was called between calls to #mark and #reset
...
This closes #3868
2019-11-05 13:06:06 -05:00
Tamas Palfy
84a05c8595
NIFI-6729 - Created AbstractSingleAttributeBasedControllerServiceLookup and updated DBCPConnectionPoolLookup and AzureStorageCredentialsControllerServiceLookup to inherit from it.
...
This closes #3774 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2019-11-05 14:02:03 +01:00
Ivan Ezequiel Rodriguez
7f96fa1d0d
NIFI-6395: Thread-safety bug fixed and added new flag property to handle the way to adjust the counters
...
Update CountText.java
Local variable changes by AtomicInteger
NIFI-6395 - Fix line is longer than 200 characters
This closes #3552 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2019-11-05 20:54:25 +09:00
Nicholas Zhan
af0777b2c9
NIFI-6834 Encoding attachment filename
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3865 .
2019-11-05 11:10:15 +01:00
Mike Thomsen
0a26296276
NIFI-6838 Ran dos2unix on EvaluateElStringEvaluator.java.
...
This closes #3866
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2019-11-04 16:24:35 -05:00
Jan Hentschel
d6b4bce668
NIFI-4758 Changed 'Name' to 'Flow Name' in Import Version dialog
2019-11-04 15:26:25 -05:00
mtien
7f1886adad
NIFI-4757 Capitalized 'version' in tool tip.
2019-11-04 15:22:52 -05:00
Joe Witt
f8c3d877cf
NIFI-6733 updating to next release version for master branch
2019-11-04 13:31:39 -05:00
Joe Witt
eb046c4fab
NIFI-6733 updating after merging release branch
2019-11-04 13:28:39 -05:00
Joe Witt
4119279c03
Merge branch 'NIFI-6733-RC3'
2019-11-04 13:24:29 -05:00
Joe Witt
363b751310
Revert "NIFI-6733 bumping master to 1.11.0-SNAPSHOT"
...
This reverts commit a7c56cfd9a
.
2019-11-04 13:24:13 -05:00
Joe Witt
a7c56cfd9a
NIFI-6733 bumping master to 1.11.0-SNAPSHOT
2019-11-04 07:54:17 -05:00
Joe Witt
b1f97708aa
NIFI-6733 updating docker version for next version
2019-11-04 07:42:47 -05:00
Manoj Mamidyala
6864f3eb25
NIFI-6792
...
added a function in Expression Language to
Evaluate Variable value containing expression Language
NIFI-6792
Build related changes
added license to newly added class StringElEvaluator.java
restyled the classes having maven-checkstyle related issues
NIFI-6792
made changes suggested by reviewer MikeThomsen
Expression Language function name changed from stringEL to evaluateELString
This closes #3829
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2019-11-02 10:23:07 -04:00
Mark Payne
0b3a60ae3e
NIFI-6832: When receiving a 0-byte FlowFile via site-to-site, avoid writing to the FlowFile at all
2019-11-01 16:22:17 -04:00
Yolanda M. Davis
5b28f6dad9
NIFI-6803 - Initial commit for ActionHandler Controller Services
...
NIFI-6803 - updated to description
NIFI-6803 - add Spring reference to Notice
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #3856
2019-11-01 10:41:25 -04:00
Kotaro Terada
245e055d5d
NIFI-6828 There is an unintentional string in "conf/logback.xml"
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3863 .
2019-10-31 11:20:21 +01:00
mtien
3d56e2f26d
NIFI-4348 handled NPE in isExpressionLanguagePresent.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3857 .
2019-10-30 09:58:55 +01:00
Mark Payne
ce5eae5b2c
NIFI-6800: Added unit test to verify behavior of contribution
2019-10-29 10:17:27 -04:00
Ivan Ezequiel Rodriguez
67f1677212
NIFI-6800 - Fix hashmap counter overwritten in highThroughputSession
...
This closes #3837 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2019-10-29 10:16:49 -04:00
Joe Witt
418179f5b2
NIFI-6733-RC3 prepare for next development iteration
2019-10-28 15:13:13 -07:00
Joe Witt
b217ae20ad
NIFI-6733-RC3 prepare release nifi-1.10.0-RC3
2019-10-28 15:12:57 -07:00
David Mollitor
dccbde40f3
NIFI-5452: Allow ignore block locality in HDFS
...
Fixed formatting. Fallback to autoboxing
This closes #3652 .
2019-10-28 14:23:44 -07:00
Peter Turcsanyi
5fd8df5780
NIFI-6818: This closes #3852 . Set service api dependencies to provided in AWS and Azure bundles
...
The controller service api jars have their own bundles, they do not need to be
packaged into the processor nars.
Signed-off-by: Joe Witt <joewitt@apache.org>
2019-10-28 12:56:06 -07:00
Joe Witt
c6e8bf204c
NIFI-6794 resolving pom issue creating resolving merge conflict
2019-10-28 12:55:26 -07:00
Mike Thomsen
d5fbfd1a12
NIFI-6794 This closes #3828 . Moved to the latest Elasticsearch 5.X client and upgraded Apache HttpClient to the latest 4.5.X release to try to get around a SSL bug reported on the mailing list.
2019-10-28 12:42:37 -07:00
Joe Witt
dda29cd90b
NIFI-6733 updating zk to latest incremental
2019-10-28 12:40:03 -07:00
mysunnytime
5c69faf9bb
NIFI-6597: Upgrade Azure Event Hub version and code.
...
- Lazy instantiation for PutAzureEventHub. Also add explaination for thread pool needed for EventHubClient.
2019-10-28 15:33:32 -04:00
Jan Hentschel
ccf85777c4
NIFI-6816 Removed duplicated dependency declarations
...
This closes #3851
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2019-10-28 12:49:08 -04:00
Otto Fowler
cfcf2e698d
NIFI-6682 SplitJson does not work if the input is null
...
This closes #3772
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2019-10-25 17:43:13 -04:00
mtien
4d25b6341c
NIFI-1474 Added method to check p boundary. Added a unit test.
...
NIFI-1474 Added unit test for constructor p boundaries. Added p boundary conditions.
NIFI-1474 Updated documentation regarding p boundary.
NIFI-1474 Added r validation and unit tests. Added Javadoc for new methods.
This closes #3844 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2019-10-25 14:28:46 -07:00
Matt Gilman
4f5718bf50
NIFI-6812: This closes #3847
...
- Establishing the L&N for the azure-services-api-nar.
Signed-off-by: Joe Witt <joewitt@apache.org>
2019-10-25 13:30:54 -04:00
Matt Gilman
9364f7d2e8
NIFI-6811:
...
- Allowing enterGroup to complete prior to loading the controller service table.
This closes #3846 .
2019-10-25 12:07:03 -04:00