[jira] [Commented] (NIFI-5665) Upgrade io.netty dependencies

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648015#comment-16648015 ] ASF GitHub Bot commented on NIFI-5665: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-5665) Upgrade io.netty dependencies

2018-10-12 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648014#comment-16648014 ] Matt Gilman commented on NIFI-5665: --- I should be able to help review this. > Upgrade io

[GitHub] nifi issue #3067: NIFI-5665 - Setting zookeeper's io.netty:netty transitive ...

2018-10-12 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/3067 Will review... ---

[jira] [Commented] (NIFI-5693) PutEmail should support multiple attachments

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648013#comment-16648013 ] ASF GitHub Bot commented on NIFI-5693: -- GitHub user davemssavage opened a pull reques

[GitHub] nifi pull request #3068: NIFI-5693 add support for multiple attachments in P...

2018-10-12 Thread davemssavage
GitHub user davemssavage opened a pull request: https://github.com/apache/nifi/pull/3068 NIFI-5693 add support for multiple attachments in PutEmail via optional property Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contrib

[jira] [Created] (NIFI-5694) StandardSSLContextService references configContext in a non-thread safe manner

2018-10-12 Thread Joseph Percivall (JIRA)
Joseph Percivall created NIFI-5694: -- Summary: StandardSSLContextService references configContext in a non-thread safe manner Key: NIFI-5694 URL: https://issues.apache.org/jira/browse/NIFI-5694 Projec

[jira] [Created] (NIFI-5693) PutEmail should support multiple attachments

2018-10-12 Thread David Savage (JIRA)
David Savage created NIFI-5693: -- Summary: PutEmail should support multiple attachments Key: NIFI-5693 URL: https://issues.apache.org/jira/browse/NIFI-5693 Project: Apache NiFi Issue Type: Improv

[jira] [Commented] (NIFI-5686) Test failure in TestStandardProcessScheduler

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648006#comment-16648006 ] ASF GitHub Bot commented on NIFI-5686: -- Github user joewitt commented on the issue:

[GitHub] nifi issue #3062: NIFI-5686: Updated StandardProcessScheduler so that if it ...

2018-10-12 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/3062 @markap14 at least one relevant to this change test appears brittle and possible another... [ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.413 s <<< FAILURE! - in

[jira] [Commented] (NIFI-5665) Upgrade io.netty dependencies

2018-10-12 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648001#comment-16648001 ] Joseph Witt commented on NIFI-5665: --- is there anyone available that can review this? Tr

[jira] [Commented] (NIFI-5448) Failed EL date parsing live-locks processors without a failure relationship

2018-10-12 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648000#comment-16648000 ] Joseph Witt commented on NIFI-5448: --- i reverted the commit locally, will validate and pu

[jira] [Updated] (NIFI-5426) Use NIO.2 API for ListFile to avoid multiple disk reads

2018-10-12 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-5426: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Use NIO.2 API for ListFile to avoid

[jira] [Commented] (NIFI-4811) Use a newer version of spring-data-redis

2018-10-12 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647996#comment-16647996 ] Joseph Witt commented on NIFI-4811: --- unfortunately because part of this was merged and a

[jira] [Commented] (NIFI-5691) Upgrade Jackson for AWS NARs

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647976#comment-16647976 ] ASF GitHub Bot commented on NIFI-5691: -- Github user mcgilman commented on the issue:

[GitHub] nifi issue #3066: NIFI-5691: Overriding the version of jackson in aws java s...

2018-10-12 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/3066 It appears that the nifi-aws-nar was already including the newer versions of jackson. However, the nifi-aws-service-api-nar was not. There is no implementations in the service api, however the interf

[jira] [Commented] (NIFI-5691) Upgrade Jackson for AWS NARs

2018-10-12 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647974#comment-16647974 ] Matt Gilman commented on NIFI-5691: --- It appears that the nifi-aws-nar was already includ

[jira] [Commented] (NIFI-5665) Upgrade io.netty dependencies

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647973#comment-16647973 ] ASF GitHub Bot commented on NIFI-5665: -- GitHub user thenatog opened a pull request:

[GitHub] nifi pull request #3067: NIFI-5665 - Setting zookeeper's io.netty:netty tran...

2018-10-12 Thread thenatog
GitHub user thenatog opened a pull request: https://github.com/apache/nifi/pull/3067 NIFI-5665 - Setting zookeeper's io.netty:netty transitive dependency … …version to 3.10.6.Final. NIFI-5665 - Setting all transitive io.netty dependencies to 3.10.6.Final. NIFI-5

[jira] [Created] (NIFI-5692) InvokeHttp fails to initialize if SSL context doesn't have truststore set

2018-10-12 Thread Joseph Percivall (JIRA)
Joseph Percivall created NIFI-5692: -- Summary: InvokeHttp fails to initialize if SSL context doesn't have truststore set Key: NIFI-5692 URL: https://issues.apache.org/jira/browse/NIFI-5692 Project: Ap

[jira] [Updated] (NIFI-5691) Upgrade Jackson for AWS NARs

2018-10-12 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-5691: -- Status: Patch Available (was: In Progress) > Upgrade Jackson for AWS NARs > ---

[jira] [Commented] (NIFI-5691) Upgrade Jackson for AWS NARs

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647966#comment-16647966 ] ASF GitHub Bot commented on NIFI-5691: -- Github user mcgilman commented on the issue:

[GitHub] nifi issue #3066: NIFI-5691: Overriding the version of jackson in aws java s...

2018-10-12 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/3066 Attaching to files showing the effects the proposed pom changes has on the artifacts bundled. [5691-sorted.txt](https://github.com/apache/nifi/files/2473454/5691-sorted.txt) [master-sor

[jira] [Commented] (NIFI-5691) Upgrade Jackson for AWS NARs

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647953#comment-16647953 ] ASF GitHub Bot commented on NIFI-5691: -- GitHub user mcgilman opened a pull request:

[GitHub] nifi pull request #3066: NIFI-5691: Overriding the version of jackson in aws...

2018-10-12 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/3066 NIFI-5691: Overriding the version of jackson in aws java sdk NIFI-5691: - Overriding the version of jackson in aws java sdk. You can merge this pull request into a Git repository by running:

[jira] [Updated] (NIFI-5690) JsonRecordSetWriter: coercion RECORD/MAP/CHOICE/ARRAY to json string

2018-10-12 Thread David Voit (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Voit updated NIFI-5690: - Description: Hi All, Having the following json: {"bla": \{"fasel": "bla"}} with the following AVRO read

[jira] [Created] (NIFI-5691) Upgrade Jackson for AWS NARs

2018-10-12 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-5691: - Summary: Upgrade Jackson for AWS NARs Key: NIFI-5691 URL: https://issues.apache.org/jira/browse/NIFI-5691 Project: Apache NiFi Issue Type: Improvement Co

[jira] [Created] (NIFI-5690) JsonRecordSetWriter: coercion RECORD/MAP/CHOICE/ARRAY to json string

2018-10-12 Thread David Voit (JIRA)
David Voit created NIFI-5690: Summary: JsonRecordSetWriter: coercion RECORD/MAP/CHOICE/ARRAY to json string Key: NIFI-5690 URL: https://issues.apache.org/jira/browse/NIFI-5690 Project: Apache NiFi

[jira] [Commented] (NIFI-5552) CSVReader Can't Derive Schema from Quoted Headers

2018-10-12 Thread David Voit (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647879#comment-16647879 ] David Voit commented on NIFI-5552: -- Hi All, I'm also using the AvroTypeUtil.extractAvroS

[jira] [Commented] (NIFI-5664) LookupRecord cannot handle JSON array properties from MongoDBLookupService

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647807#comment-16647807 ] ASF GitHub Bot commented on NIFI-5664: -- Github user MikeThomsen commented on the issu

[GitHub] nifi issue #3049: NIFI-5664 Support List in DataTypeUtils#toArray

2018-10-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/3049 Cool. FYI, the long term goal is to make controller services the exclusive source of configurations for configurations. That's because a single `MongoClient` is really a connection pool and is--ac

[jira] [Comment Edited] (NIFI-5689) ReplaceText does not handle end of line correctly on buffer boundary

2018-10-12 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647803#comment-16647803 ] Otto Fowler edited comment on NIFI-5689 at 10/12/18 11:43 AM: --

[jira] [Commented] (NIFI-5689) ReplaceText does not handle end of line correctly on buffer boundary

2018-10-12 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647803#comment-16647803 ] Otto Fowler commented on NIFI-5689: --- https://issues.apache.org/jira/browse/NIFI-5474?jql

[jira] [Commented] (NIFI-5664) LookupRecord cannot handle JSON array properties from MongoDBLookupService

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647793#comment-16647793 ] ASF GitHub Bot commented on NIFI-5664: -- Github user snagacarl commented on the issue:

[GitHub] nifi issue #3049: NIFI-5664 Support List in DataTypeUtils#toArray

2018-10-12 Thread snagacarl
Github user snagacarl commented on the issue: https://github.com/apache/nifi/pull/3049 Yes, I did test the changes in 1.8 and I noticed that change to how the MongoDBLookupService uses a MongoDBControllerService. Thanks for the heads up! ---

[GitHub] nifi issue #3049: NIFI-5664 Support List in DataTypeUtils#toArray

2018-10-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/3049 @snagacarl since this was for the Mongo lookup service, wanted to make sure that you're aware that in 1.8 there will be a slight breaking change. The "configuration" controller service and the loo

[jira] [Commented] (NIFI-5664) LookupRecord cannot handle JSON array properties from MongoDBLookupService

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647756#comment-16647756 ] ASF GitHub Bot commented on NIFI-5664: -- Github user MikeThomsen commented on the issu

[jira] [Resolved] (NIFI-5664) LookupRecord cannot handle JSON array properties from MongoDBLookupService

2018-10-12 Thread Mike Thomsen (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-5664. Resolution: Fixed Fix Version/s: 1.8.0 > LookupRecord cannot handle JSON array properties fro

[jira] [Commented] (NIFI-5664) LookupRecord cannot handle JSON array properties from MongoDBLookupService

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647755#comment-16647755 ] ASF GitHub Bot commented on NIFI-5664: -- Github user asfgit closed the pull request at

[GitHub] nifi pull request #3049: NIFI-5664 Support List in DataTypeUtils#toArray

2018-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/3049 ---

[jira] [Created] (NIFI-5689) ReplaceText does not handle end of line correctly on buffer boundary

2018-10-12 Thread Sergei Zhirikov (JIRA)
Sergei Zhirikov created NIFI-5689: - Summary: ReplaceText does not handle end of line correctly on buffer boundary Key: NIFI-5689 URL: https://issues.apache.org/jira/browse/NIFI-5689 Project: Apache Ni

[jira] [Commented] (NIFI-5667) Hive3 PutOrc processors, error when using nestled Avro Record types

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647596#comment-16647596 ] ASF GitHub Bot commented on NIFI-5667: -- Github user VikingK commented on the issue:

[GitHub] nifi issue #3057: NIFI-5667: Add nested record support for PutORC

2018-10-12 Thread VikingK
Github user VikingK commented on the issue: https://github.com/apache/nifi/pull/3057 @mattyb149 I checked out the new backtick ddl patch you applied. Its seems it only backticks the complex data structures, the "top" level ones are for example not ticked. For example ProductId,Ite

[jira] [Commented] (NIFI-5560) Sub directory(symbolic link to directory) files are not getting listed in ListSFTP(ListSFTP does not Follow symbolic links)

2018-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647594#comment-16647594 ] ASF GitHub Bot commented on NIFI-5560: -- Github user hemantha-kumara commented on the

[GitHub] nifi issue #3000: NIFI-5560 Added Follow SYMLINK support for ListFTP & ListS...

2018-10-12 Thread hemantha-kumara
Github user hemantha-kumara commented on the issue: https://github.com/apache/nifi/pull/3000 Can someone please review and merge this changes ? ---

<    1   2