[jira] [Commented] (NIFI-4898) Remote Process Group in a SSL setup generates Java Exception

2018-02-21 Thread Josef Zahner (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16372517#comment-16372517 ] Josef Zahner commented on NIFI-4898: You were right, I was using a lot of custom NARs/JARs. So I've

[jira] [Commented] (NIFI-4833) NIFI-4833 Add ScanHBase processor

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371889#comment-16371889 ] ASF GitHub Bot commented on NIFI-4833: -- Github user bdesert commented on a diff in the pull request:

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-21 Thread bdesert
Github user bdesert commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r169749383 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,562 @@ +/* + *

[GitHub] nifi issue #2443: NIFI-4827 Added support for reading queries from the flowf...

2018-02-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2443 @mattyb149 Passed the test and it says it's ready. ---

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread devriesb
Github user devriesb commented on the issue: https://github.com/apache/nifi/pull/2416 @markap14 yes... under this somewhat unusual circumstance, my proposed solution would sacrifice data for consistency. However, if alwaysSync is set false, there isn't a guarantee of no loss anyway.

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-21 Thread bdesert
Github user bdesert commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r169732184 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,562 @@ +/* + *

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread devriesb
Github user devriesb commented on the issue: https://github.com/apache/nifi/pull/2416 Again, I would submit that it isn't violating the data loss guarantees of the original implementation. Yes, some data could potentially be lost, but none that it guaranteed to keep, and in doing so

[jira] [Updated] (NIFIREG-147) Add Keycloak authentication method

2018-02-21 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFIREG-147: Issue Type: Improvement (was: Bug) > Add Keycloak authentication method >

[jira] [Commented] (NIFI-4775) Allow FlowFile Repository to optionally perform fsync when writing CREATE events but not other events

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371874#comment-16371874 ] ASF GitHub Bot commented on NIFI-4775: -- Github user devriesb commented on the issue:

[jira] [Commented] (NIFI-4898) Remote Process Group in a SSL setup generates Java Exception

2018-02-21 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371958#comment-16371958 ] Pierre Villard commented on NIFI-4898: -- Hi [~jzahner], I'm not able to reproduce the issue on my side.

[jira] [Commented] (NIFI-4899) Unable to find valid certification path to requested target

2018-02-21 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371966#comment-16371966 ] Pierre Villard commented on NIFI-4899: -- This looks like as a truststore issue. Is it a cluster setup?

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread devriesb
Github user devriesb commented on the issue: https://github.com/apache/nifi/pull/2416 I'm glad there's support for making this opt in. One point on @joewitt 's comment : "The claim of a simple fix being available to close the previous gaps doesn't appear to be backed with a

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2416 @devriesb I believe the issue with this proposed solution is that if we have 256 partitions (the default), for instance, then if one partition is not flushed to disk during a power failure, we would

[GitHub] nifi issue #2448: NIFI-4838 Added configurable progressive commits to GetMon...

2018-02-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2448 @mattyb149 I'll rebase this one once #4827 is done. There's too much going on in the same processor right now between these and the one just merged. ---

[jira] [Updated] (NIFI-3502) Upgrade D3 to the latest 4.x version

2018-02-21 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-3502: - Resolution: Fixed Fix Version/s: 1.6.0 Status: Resolved (was: Patch Available)

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2416 I would not consider that circumstance to be unusual, but rather a common scenario if power is lost, after NIFI-4775 has been implemented. Given that NIFI-4775 was created and that there were no

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2416 The proposed solution does address the issue that was raised in NIFI-4774, but in doing so introduces a new issue of data loss. This is why I provided the solution that I did in the PR, as I believe

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread devriesb
Github user devriesb commented on the issue: https://github.com/apache/nifi/pull/2416 I'll grant NIFI-4775 may raise issues with my proposed solution. However, there is a problem right now. My proposed solution addresses the problem right now. Future modification may require

[jira] [Commented] (NIFI-4833) NIFI-4833 Add ScanHBase processor

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371808#comment-16371808 ] ASF GitHub Bot commented on NIFI-4833: -- Github user bdesert commented on a diff in the pull request:

[jira] [Commented] (NIFI-4774) FlowFile Repository should write updates to the same FlowFile to the same partition

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371911#comment-16371911 ] ASF GitHub Bot commented on NIFI-4774: -- Github user markap14 commented on the issue:

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371887#comment-16371887 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on the issue:

[jira] [Commented] (NIFI-4775) Allow FlowFile Repository to optionally perform fsync when writing CREATE events but not other events

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371852#comment-16371852 ] ASF GitHub Bot commented on NIFI-4775: -- Github user markap14 commented on the issue:

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2416 I am not opposed to providing a mechanism for opting out. I can look into creating a new PR that will provide that. ---

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371819#comment-16371819 ] ASF GitHub Bot commented on NIFI-4838: -- Github user MikeThomsen commented on the issue:

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371801#comment-16371801 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on the issue:

[GitHub] nifi issue #2443: NIFI-4827 Added support for reading queries from the flowf...

2018-02-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2443 @mattyb149 Rebased and pushed. Building now. ---

[jira] [Commented] (NIFI-4894) nf-canvas-utils#queryBulletins does not account for possible proxy path

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371788#comment-16371788 ] ASF GitHub Bot commented on NIFI-4894: -- Github user scottyaslan commented on the issue:

[jira] [Updated] (NIFI-4894) nf-canvas-utils#queryBulletins does not account for possible proxy path

2018-02-21 Thread Scott Aslan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-4894: -- Resolution: Fixed Status: Resolved (was: Patch Available) > nf-canvas-utils#queryBulletins does

[jira] [Updated] (NIFI-4894) nf-canvas-utils#queryBulletins does not account for possible proxy path

2018-02-21 Thread Scott Aslan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-4894: -- Fix Version/s: 1.6.0 > nf-canvas-utils#queryBulletins does not account for possible proxy path >

[jira] [Commented] (NIFI-4894) nf-canvas-utils#queryBulletins does not account for possible proxy path

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

[GitHub] nifi issue #2482: NIFI-4894: Ensuring that any proxy paths are retained when...

2018-02-21 Thread scottyaslan
Github user scottyaslan commented on the issue: https://github.com/apache/nifi/pull/2482 Thanks @jtstorck! Thanks @mcgilman this has been merged to master. ---

[GitHub] nifi pull request #2482: NIFI-4894: Ensuring that any proxy paths are retain...

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2482 ---

[jira] [Commented] (NIFI-4894) nf-canvas-utils#queryBulletins does not account for possible proxy path

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371772#comment-16371772 ] ASF GitHub Bot commented on NIFI-4894: -- Github user jtstorck commented on the issue:

[GitHub] nifi issue #2482: NIFI-4894: Ensuring that any proxy paths are retained when...

2018-02-21 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/2482 @mcgilman @scottyaslan I was able to reproduce the bug in master while proxying with Knox by creating a HandleHttpRequest processor with a StandardHttpContextMap controller service. Attempting to

[jira] [Updated] (NIFI-4815) Add EL support to ExecuteProcess

2018-02-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4815: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Add EL support to ExecuteProcess

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2416 +1 to @joewitt 's comments on allowing opt-out or selection of the implementation. I'm good with this being the default going forward, but I think the other impl(s) should be available to the

[jira] [Commented] (NIFI-4815) Add EL support to ExecuteProcess

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

[jira] [Updated] (NIFI-4815) Add EL support to ExecuteProcess

2018-02-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4815: --- Fix Version/s: 1.6.0 > Add EL support to ExecuteProcess > > >

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2416 It definitely requires considerable testing. Burgess clearly did testing during his code review and he had favorable findings. Mark obviously did. I personally spent multiple weeks in long running

[GitHub] nifi pull request #2432: NIFI-4815 - Add EL support to ExecuteProcess

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2432 ---

[jira] [Commented] (NIFI-4815) Add EL support to ExecuteProcess

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371741#comment-16371741 ] ASF GitHub Bot commented on NIFI-4815: -- Github user mattyb149 commented on the issue:

[jira] [Commented] (NIFIREG-120) Basic Docker Image

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371742#comment-16371742 ] ASF GitHub Bot commented on NIFIREG-120: Github user Chaffelson commented on a diff in the pull

[GitHub] nifi-registry pull request #89: NIFIREG-120 Basic Docker Image Support

2018-02-21 Thread Chaffelson
Github user Chaffelson commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/89#discussion_r169721507 --- Diff: nifi-registry-docker/dockerhub/README.md --- @@ -0,0 +1,127 @@ + + +# Docker Image Quickstart + +## Capabilities

[GitHub] nifi issue #2432: NIFI-4815 - Add EL support to ExecuteProcess

2018-02-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2432 +1 from me as well, everything's working nicely. Thanks for the improvement! Merging to master ---

[GitHub] nifi-minifi-cpp pull request #267: MINIFICPP-409 Removing unused constants r...

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/267 ---

[jira] [Updated] (MINIFICPP-409) Remove unused artifacts from Configuration Listener removal

2018-02-21 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-409: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Remove unused artifacts

[jira] [Updated] (MINIFICPP-408) Secure minifi controller

2018-02-21 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFICPP-408: -- Resolution: Fixed Fix Version/s: 0.5.0 Status: Resolved (was: Patch

[jira] [Commented] (MINIFICPP-409) Remove unused artifacts from Configuration Listener removal

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371696#comment-16371696 ] ASF GitHub Bot commented on MINIFICPP-409: -- Github user asfgit closed the pull request at:

[jira] [Commented] (MINIFICPP-409) Remove unused artifacts from Configuration Listener removal

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371692#comment-16371692 ] ASF GitHub Bot commented on MINIFICPP-409: -- Github user apiri commented on the issue:

[GitHub] nifi-minifi-cpp issue #267: MINIFICPP-409 Removing unused constants relating...

2018-02-21 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/267 Travis looks good outside of a hiccup on the one OS X run from the environment (all tests but the last executed and passed).

[jira] [Resolved] (MINIFICPP-406) Change StreamFactory to use SSLContextService if one is available.

2018-02-21 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-406. --- Resolution: Fixed Fix Version/s: 0.5.0 > Change StreamFactory to use

[jira] [Commented] (MINIFICPP-406) Change StreamFactory to use SSLContextService if one is available.

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371682#comment-16371682 ] ASF GitHub Bot commented on MINIFICPP-406: -- Github user asfgit closed the pull request at:

[GitHub] nifi-minifi-cpp pull request #265: MINIFICPP-406: Ensure that Context Servic...

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/265 ---

[jira] [Assigned] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-02-21 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sivaprasanna Sethuraman reassigned NIFI-543: Assignee: Sivaprasanna Sethuraman (was: Andre F de Miranda) > Provide

[jira] [Commented] (NIFI-4839) Create a CLI in NiFi Toolkit to interact with NIFi Registry/deploy flows

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371675#comment-16371675 ] ASF GitHub Bot commented on NIFI-4839: -- Github user pvillard31 commented on the issue:

[GitHub] nifi issue #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-21 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2477 @bbende agree with your points: we can keep things as-is for now and have a larger effort for documentation with follow-up JIRAs. @aperepel I *really* believe that online documentation

[jira] [Commented] (NIFI-4774) FlowFile Repository should write updates to the same FlowFile to the same partition

2018-02-21 Thread Brandon DeVries (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371636#comment-16371636 ] Brandon DeVries commented on NIFI-4774: --- -1.  I was under the impression the PR for this was still a

[jira] [Commented] (NIFI-4815) Add EL support to ExecuteProcess

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371626#comment-16371626 ] ASF GitHub Bot commented on NIFI-4815: -- Github user mattyb149 commented on the issue:

[GitHub] nifi issue #2432: NIFI-4815 - Add EL support to ExecuteProcess

2018-02-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2432 Thanks for the review @MikeThomsen ! I'll give it a try too and merge after ---

[jira] [Updated] (NIFI-4814) Add distinctive attribute to S2S reporting tasks

2018-02-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4814: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Add distinctive attribute to S2S

[jira] [Updated] (NIFI-4814) Add distinctive attribute to S2S reporting tasks

2018-02-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4814: --- Fix Version/s: 1.6.0 > Add distinctive attribute to S2S reporting tasks >

[jira] [Commented] (NIFI-4814) Add distinctive attribute to S2S reporting tasks

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

[GitHub] nifi pull request #2431: NIFI-4814 - Add distinctive attribute to S2S report...

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2431 ---

[GitHub] nifi issue #2431: NIFI-4814 - Add distinctive attribute to S2S reporting tas...

2018-02-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2431 +1 LGTM, ran all three reporting tasks and verified the attributes are present and correct. Thanks for the improvement! Merging to master ---

[jira] [Commented] (NIFI-4814) Add distinctive attribute to S2S reporting tasks

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371605#comment-16371605 ] ASF GitHub Bot commented on NIFI-4814: -- Github user mattyb149 commented on the issue:

[GitHub] nifi issue #2416: NIFI 4774: Provide alternate implementation of Write-Ahead...

2018-02-21 Thread devriesb
Github user devriesb commented on the issue: https://github.com/apache/nifi/pull/2416 So, I was under the impression this was still a WIP. I am a HUGE -1 on this change. As @markap14 stated above, this is a critical section of code. And while the previous version has serious

[GitHub] nifi issue #2482: NIFI-4894: Ensuring that any proxy paths are retained when...

2018-02-21 Thread scottyaslan
Github user scottyaslan commented on the issue: https://github.com/apache/nifi/pull/2482 @mcgilman I have reviewed and built these changes and all looks good. ---

[jira] [Commented] (NIFI-4894) nf-canvas-utils#queryBulletins does not account for possible proxy path

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371585#comment-16371585 ] ASF GitHub Bot commented on NIFI-4894: -- Github user scottyaslan commented on the issue:

[jira] [Commented] (NIFI-4833) NIFI-4833 Add ScanHBase processor

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371566#comment-16371566 ] ASF GitHub Bot commented on NIFI-4833: -- Github user bdesert commented on a diff in the pull request:

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-21 Thread bdesert
Github user bdesert commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r169680760 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/test/java/org/apache/nifi/hbase/TestScanHBase.java --- @@ -0,0 +1,375 @@ +/*

[jira] [Commented] (NIFI-4833) NIFI-4833 Add ScanHBase processor

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371558#comment-16371558 ] ASF GitHub Bot commented on NIFI-4833: -- Github user bdesert commented on a diff in the pull request:

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-21 Thread bdesert
Github user bdesert commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r169677516 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/test/java/org/apache/nifi/hbase/TestScanHBase.java --- @@ -0,0 +1,375 @@ +/*

[jira] [Commented] (MINIFICPP-397) Implement RouteOnAttribute

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371554#comment-16371554 ] ASF GitHub Bot commented on MINIFICPP-397: -- GitHub user achristianson opened a pull request:

[GitHub] nifi-minifi-cpp pull request #268: MINIFICPP-397 Added implementation of Rou...

2018-02-21 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/268 MINIFICPP-397 Added implementation of RouteOnAttribute Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the

[jira] [Updated] (NIFI-4816) Changes to ReportingTask name are not available to the ReportingTask

2018-02-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4816: --- Fix Version/s: 1.6.0 > Changes to ReportingTask name are not available to the ReportingTask >

[jira] [Updated] (NIFI-4816) Changes to ReportingTask name are not available to the ReportingTask

2018-02-21 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4816: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Changes to ReportingTask name are

[jira] [Commented] (NIFI-4816) Changes to ReportingTask name are not available to the ReportingTask

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

[GitHub] nifi pull request #2452: NIFI-4816: Allow name to be updated for ReportingTa...

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2452 ---

[jira] [Updated] (MINIFICPP-410) MQTT should use controller service instead of a manual SSL configuration

2018-02-21 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-410: - Summary: MQTT should use controller service instead of a manual SSL configuration (was: MQTT

[jira] [Created] (MINIFICPP-410) MQTT should use controller service instead of

2018-02-21 Thread marco polo (JIRA)
marco polo created MINIFICPP-410: Summary: MQTT should use controller service instead of Key: MINIFICPP-410 URL: https://issues.apache.org/jira/browse/MINIFICPP-410 Project: NiFi MiNiFi C++

[jira] [Updated] (MINIFICPP-410) MQTT should use controller service instead of a manual SSL configuratino

2018-02-21 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-410: - Summary: MQTT should use controller service instead of a manual SSL configuratino (was: MQTT

[jira] [Updated] (MINIFICPP-410) MQTT should use controller service instead of a manual SSL configuratin

2018-02-21 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-410: - Summary: MQTT should use controller service instead of a manual SSL configuratin (was: MQTT

[jira] [Commented] (NIFI-4901) Json to Avro using Record framework does not support union types with boolean

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371489#comment-16371489 ] ASF GitHub Bot commented on NIFI-4901: -- GitHub user gardellajuanpablo opened a pull request:

[GitHub] nifi pull request #2486: NIFI-4901 Json to Avro using Record framework does ...

2018-02-21 Thread gardellajuanpablo
GitHub user gardellajuanpablo opened a pull request: https://github.com/apache/nifi/pull/2486 NIFI-4901 Json to Avro using Record framework does not support union … …types with boolean Thank you for submitting a contribution to Apache NiFi. In order to

[jira] [Updated] (NIFI-4902) ConsumeAMQP and PublishAMQP use a single connection, which results in poor performance

2018-02-21 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-4902: - Status: Patch Available (was: Open) > ConsumeAMQP and PublishAMQP use a single connection, which results

[jira] [Commented] (NIFI-4902) ConsumeAMQP and PublishAMQP use a single connection, which results in poor performance

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371488#comment-16371488 ] ASF GitHub Bot commented on NIFI-4902: -- GitHub user markap14 opened a pull request:

[GitHub] nifi pull request #2485: NIFI-4902: Updated ConsumeAMQP, PublishAMQP to use ...

2018-02-21 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/2485 NIFI-4902: Updated ConsumeAMQP, PublishAMQP to use one connection per… … concurrent task instead of a single connection shared by all concurrent tasks. This offers far better throughput when

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371483#comment-16371483 ] ASF GitHub Bot commented on NIFI-4838: -- Github user MikeThomsen commented on the issue:

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371481#comment-16371481 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on the issue:

[GitHub] nifi issue #2448: NIFI-4838 Added configurable progressive commits to GetMon...

2018-02-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2448 Will do. ---

[GitHub] nifi issue #2443: NIFI-4827 Added support for reading queries from the flowf...

2018-02-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2443 NP. I'll try to get that done in a little bit. ---

[jira] [Created] (NIFI-4902) ConsumeAMQP and PublishAMQP use a single connection, which results in poor performance

2018-02-21 Thread Mark Payne (JIRA)
Mark Payne created NIFI-4902: Summary: ConsumeAMQP and PublishAMQP use a single connection, which results in poor performance Key: NIFI-4902 URL: https://issues.apache.org/jira/browse/NIFI-4902 Project:

[GitHub] nifi issue #2452: NIFI-4816: Allow name to be updated for ReportingTasks

2018-02-21 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2452 @mattyb149 this looks good to me now! Thanks for updating. I'm not in a position to merge right now, but I will give it a +1 if you want to merge yourself. Otherwise I will merge when I get my local

[jira] [Commented] (NIFI-4816) Changes to ReportingTask name are not available to the ReportingTask

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371471#comment-16371471 ] ASF GitHub Bot commented on NIFI-4816: -- Github user markap14 commented on the issue:

[jira] [Updated] (NIFI-4901) Json to Avro using Record framework does not support union types with boolean

2018-02-21 Thread Gardella Juan Pablo (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gardella Juan Pablo updated NIFI-4901: -- Description: Given the following valid Avro Schema: {code} { "type":"record",

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371459#comment-16371459 ] ASF GitHub Bot commented on NIFI-4838: -- Github user mattyb149 commented on the issue:

[GitHub] nifi issue #2448: NIFI-4838 Added configurable progressive commits to GetMon...

2018-02-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2448 Since #2180 was merged, there are conflicts, mind rebasing against the latest master? Please and thanks! ---

[jira] [Commented] (NIFI-4839) Create a CLI in NiFi Toolkit to interact with NIFi Registry/deploy flows

2018-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16371457#comment-16371457 ] ASF GitHub Bot commented on NIFI-4839: -- Github user aperepel commented on the issue:

[GitHub] nifi issue #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-21 Thread aperepel
Github user aperepel commented on the issue: https://github.com/apache/nifi/pull/2477 @pvillard31 we were discussing a modular design for commands with dynamic discovery/loading (e.g. via Java's ServiceLoader mechanism). This is to support the idea that we should try to incorporate

[jira] [Updated] (NIFI-4901) Json to Avro using Record framework does not support union types with boolean

2018-02-21 Thread Gardella Juan Pablo (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gardella Juan Pablo updated NIFI-4901: -- Description: Given the following valid Avro Schema: {code} { "type":"record",

  1   2   >