[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-28 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177656049 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[jira] [Commented] (NIFI-5019) ListenHTTP processor : Add basic authentication

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

[jira] [Updated] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

2018-03-28 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4993: Description: ReportLineageToAtlas 'complete path' strategy uses NiFi provenance lineage query with

[GitHub] nifi pull request #2589: Nifi 4993 null user

2018-03-28 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/2589 Nifi 4993 null user ## For reviewer(s) Please be aware that there is another major issue with 'complete path' strategy, that is #2542. It should be easier to confirm this fix if that

[jira] [Created] (NIFI-5030) ControlRate stops allowing FlowFiles through from same connection once limit for any 'group' is reached

2018-03-28 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5030: Summary: ControlRate stops allowing FlowFiles through from same connection once limit for any 'group' is reached Key: NIFI-5030 URL: https://issues.apache.org/jira/browse/NIFI-5030

[jira] [Commented] (NIFI-4407) Non-EL statement processed as expression language

2018-03-28 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417749#comment-16417749 ] Mark Payne commented on NIFI-4407: -- [~pvillard] I think this is a bug. If the value were "test$${foo}"

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177827045 --- Diff: minifi-c2/minifi-c2-framework/src/main/java/org/apache/nifi/minifi/c2/core/service/StandardC2Service.java --- @@ -0,0 +1,494 @@ +/*

[jira] [Created] (NIFI-5028) CLI - Add a command to list sensitive properties to set

2018-03-28 Thread Pierre Villard (JIRA)
Pierre Villard created NIFI-5028: Summary: CLI - Add a command to list sensitive properties to set Key: NIFI-5028 URL: https://issues.apache.org/jira/browse/NIFI-5028 Project: Apache NiFi

[jira] [Commented] (NIFI-5030) ControlRate stops allowing FlowFiles through from same connection once limit for any 'group' is reached

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

[jira] [Updated] (NIFI-5030) ControlRate stops allowing FlowFiles through from same connection once limit for any 'group' is reached

2018-03-28 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5030: - Status: Patch Available (was: Open) > ControlRate stops allowing FlowFiles through from same connection

[GitHub] nifi pull request #2593: NIFI-5030: If ControlRate encounters a FlowFile tha...

2018-03-28 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/2593 NIFI-5030: If ControlRate encounters a FlowFile that cannot be transf… …erred, it should continue processing other FlowFiles that have different group attribute values Thank you for

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177852495 --- Diff: minifi-c2/minifi-c2-framework/src/test/groovy/org/apache/nifi/minifi/c2/core/service/StandardC2ProtocolServiceSpec.groovy --- @@ -0,0

[GitHub] nifi issue #2587: NIFI-4185 Add XML Record Reader

2018-03-28 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2587 @JohannesDaniel thanks for the contribution! This is definitely something that I've been wanting to implement for a while but haven't had a chance yet. Will be happy to review. ---

[jira] [Commented] (NIFI-4185) Add XML record reader & writer services

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

[jira] [Updated] (NIFI-5029) CLI - Handling of embedded versioned process groups during export/import

2018-03-28 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-5029: - Description: I'm in a situation where, in my dev environment, I have a versioned process group A

[jira] [Created] (NIFI-5029) CLI - Handling of embedded versioned process groups during export/import

2018-03-28 Thread Pierre Villard (JIRA)
Pierre Villard created NIFI-5029: Summary: CLI - Handling of embedded versioned process groups during export/import Key: NIFI-5029 URL: https://issues.apache.org/jira/browse/NIFI-5029 Project: Apache

[jira] [Commented] (NIFI-2575) HiveQL Processors Fail due to invalid JDBC URI resolution when using Zookeeper URI

2018-03-28 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417940#comment-16417940 ] Matt Burgess commented on NIFI-2575: Early testing of the NiFi Hive 3 bundle against Hive 3.0 indicates

[jira] [Commented] (NIFI-4407) Non-EL statement processed as expression language

2018-03-28 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417889#comment-16417889 ] Otto Fowler commented on NIFI-4407: --- I don't think validateExpression or the Range are  documented enough

[jira] [Commented] (NIFI-4407) Non-EL statement processed as expression language

2018-03-28 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417767#comment-16417767 ] Mark Payne commented on NIFI-4407: -- ... and nevermind, you may be right. Looking at the unit test that you

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177824172 --- Diff: minifi-c2/minifi-c2-framework/src/main/java/org/apache/nifi/minifi/c2/api/provider/device/DevicePersistenceProvider.java --- @@ -0,0 +1,78

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread jzonthemtn
Github user jzonthemtn commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177855956 --- Diff: minifi-c2/minifi-c2-framework/src/test/groovy/org/apache/nifi/minifi/c2/core/service/StandardC2ProtocolServiceSpec.groovy --- @@ -0,0

[jira] [Resolved] (NIFIREG-144) NPE when accessing for metadata of 'latest' version and no versions exists

2018-03-28 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran resolved NIFIREG-144. - Resolution: Fixed Fix Version/s: 0.2.0 Thanks for providing the patch, [~bende]. > NPE

[jira] [Created] (NIFI-5027) CLI - Add a command to start controller services

2018-03-28 Thread Pierre Villard (JIRA)
Pierre Villard created NIFI-5027: Summary: CLI - Add a command to start controller services Key: NIFI-5027 URL: https://issues.apache.org/jira/browse/NIFI-5027 Project: Apache NiFi Issue

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

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

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-03-28 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r177871034 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java --- @@

[jira] [Commented] (NIFI-5024) Deadlock in ExecuteStreamCommand processor

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

[GitHub] nifi pull request #2591: NIFI-5024 Resolves deadlock issue with stderr

2018-03-28 Thread nsanglar
Github user nsanglar closed the pull request at: https://github.com/apache/nifi/pull/2591 ---

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418261#comment-16418261 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177922327 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java ---

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177924123 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java ---

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418269#comment-16418269 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177924170 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3058,6 +3062,258 @@ responses from the remote system for `30 secs`. This allows

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418272#comment-16418272 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on a diff in the pull

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418355#comment-16418355 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on the issue:

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177941458 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java ---

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418350#comment-16418350 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177925669 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3058,6 +3062,258 @@ responses from the remote system for `30 secs`. This allows

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418278#comment-16418278 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177942356 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java ---

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418353#comment-16418353 ] ASF GitHub Bot commented on NIFI-4932: -- Github user ijokarumawak commented on a diff in the pull

[GitHub] nifi issue #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2510 @mcgilman Thanks for reviewing. I've incorporated all feedback. Please take a look it again. Thanks! ---

[jira] [Commented] (NIFI-4998) Update node and npm version.

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

[jira] [Resolved] (NIFI-4998) Update node and npm version.

2018-03-28 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman resolved NIFI-4998. --- Resolution: Fixed Fix Version/s: 1.7.0 > Update node and npm version. >

[jira] [Resolved] (NIFI-4895) Implement back-end for terminating a Processor

2018-03-28 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman resolved NIFI-4895. --- Resolution: Fixed Fix Version/s: 1.7.0 > Implement back-end for terminating a Processor >

[jira] [Commented] (NIFI-4998) Update node and npm version.

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418086#comment-16418086 ] ASF GitHub Bot commented on NIFI-4998: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-4998) Update node and npm version.

2018-03-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418085#comment-16418085 ] ASF subversion and git services commented on NIFI-4998: --- Commit

[GitHub] nifi pull request #2571: [NIFI-4998] update node and npm version

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2571 ---

[GitHub] nifi issue #2571: [NIFI-4998] update node and npm version

2018-03-28 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2571 Thanks @scottyaslan! This has been merged to master. ---

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread jzonthemtn
Github user jzonthemtn commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177757827 --- Diff: minifi-c2/minifi-c2-framework/src/test/groovy/org/apache/nifi/minifi/c2/core/service/StandardC2ProtocolServiceSpec.groovy --- @@ -0,0

[jira] [Commented] (NIFI-4035) Implement record-based Solr processors

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417426#comment-16417426 ] ASF GitHub Bot commented on NIFI-4035: -- Github user bbende commented on the issue:

[GitHub] nifi issue #2561: NIFI-4035 Implement record-based Solr processors

2018-03-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2561 Thanks, will try to take a look in a few days, unless someone gets to it first. ---

[jira] [Commented] (NIFI-4516) Add FetchSolr processor

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

[jira] [Commented] (NIFI-4516) Add FetchSolr processor

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

[GitHub] nifi pull request #2517: NIFI-4516 FetchSolr Processor

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r17418 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/FetchSolr.java --- @@ -0,0 +1,401 @@ +/*

[GitHub] nifi pull request #2517: NIFI-4516 FetchSolr Processor

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r14022 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml --- @@ -74,6 +75,22 @@ nifi-ssl-context-service-api

[GitHub] nifi pull request #2517: NIFI-4516 FetchSolr Processor

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r14826 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/FetchSolr.java --- @@ -0,0 +1,432 @@ +/*

[jira] [Commented] (NIFI-4516) Add FetchSolr processor

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

[jira] [Commented] (NIFI-4516) Add FetchSolr processor

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

[GitHub] nifi pull request #2517: NIFI-4516 FetchSolr Processor

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r18458 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/FetchSolr.java --- @@ -0,0 +1,432 @@ +/*

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177766828 --- Diff: minifi-c2/pom.xml --- @@ -37,10 +37,30 @@ limitations under the License. minifi-c2-framework

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177763765 --- Diff: minifi-c2/minifi-c2-framework/src/main/java/org/apache/nifi/minifi/c2/api/provider/device/DevicePersistenceProvider.java --- @@ -0,0 +1,78 @@

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/120#discussion_r177765399 --- Diff: minifi-c2/minifi-c2-framework/src/main/java/org/apache/nifi/minifi/c2/core/service/StandardC2Service.java --- @@ -0,0 +1,494 @@ +/* +

[jira] [Commented] (NIFI-5021) Move Elastic Search controller service API out of standard services

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417420#comment-16417420 ] ASF GitHub Bot commented on NIFI-5021: -- Github user bbende commented on the issue:

[jira] [Created] (NIFI-5024) Deadlock in ExecuteStreamCommand processor

2018-03-28 Thread Nicolas Sanglard (JIRA)
Nicolas Sanglard created NIFI-5024: -- Summary: Deadlock in ExecuteStreamCommand processor Key: NIFI-5024 URL: https://issues.apache.org/jira/browse/NIFI-5024 Project: Apache NiFi Issue Type:

[GitHub] nifi pull request #2590: NIFI-5017 Code changes to accommodate Expression La...

2018-03-28 Thread ak-arun
GitHub user ak-arun opened a pull request: https://github.com/apache/nifi/pull/2590 NIFI-5017 Code changes to accommodate Expression Languages Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to

[jira] [Commented] (NIFI-5017) ConvertExcelToCSVProcessor should Support Expression Language for Number of Rows to Skip and Columns To Skip

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417389#comment-16417389 ] ASF GitHub Bot commented on NIFI-5017: -- GitHub user ak-arun opened a pull request:

[GitHub] nifi issue #2586: NIFI-5021 Moving nifi-elasticsearch-client-service-api to ...

2018-03-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2586 Thanks for reviewing, I'm going to wait til 1.6.0 release finalizes before merging this because there will likely be conflicts when the poms get updated to 1.7.0-SNAPSHOT. ---

[jira] [Created] (NIFI-5025) Improve ParseEVTX to maintain state

2018-03-28 Thread Jon Zeolla (JIRA)
Jon Zeolla created NIFI-5025: Summary: Improve ParseEVTX to maintain state Key: NIFI-5025 URL: https://issues.apache.org/jira/browse/NIFI-5025 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-5026) Expression Language Query.prepare function can sometimes ignore escape sequence

2018-03-28 Thread Mark Payne (JIRA)
Mark Payne created NIFI-5026: Summary: Expression Language Query.prepare function can sometimes ignore escape sequence Key: NIFI-5026 URL: https://issues.apache.org/jira/browse/NIFI-5026 Project: Apache

[jira] [Commented] (NIFI-5026) Expression Language Query.prepare function can sometimes ignore escape sequence

2018-03-28 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417713#comment-16417713 ] Mark Payne commented on NIFI-5026: -- Looking into this, it appears that this was not identified by existing

[GitHub] nifi pull request #2592: NIFI-5026: Refactored StandardPreparedQuery so that...

2018-03-28 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/2592 NIFI-5026: Refactored StandardPreparedQuery so that instead of a List… … of Strings that may or may not correspond to compiled expressions and a Map of String to Compiled Expression, the

[jira] [Commented] (NIFI-5026) Expression Language Query.prepare function can sometimes ignore escape sequence

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

[jira] [Updated] (NIFI-5026) Expression Language Query.prepare function can sometimes ignore escape sequence

2018-03-28 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-5026: - Fix Version/s: 1.7.0 Status: Patch Available (was: Open) > Expression Language Query.prepare

[GitHub] nifi-registry pull request #105: NIFIREG-144 Fixing NPE when retrieving late...

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-registry/pull/105 ---

[jira] [Assigned] (NIFIREG-144) NPE when accessing for metadata of 'latest' version and no versions exists

2018-03-28 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran reassigned NIFIREG-144: --- Assignee: Bryan Bende (was: Kevin Doran) > NPE when accessing for metadata of 'latest'

[jira] [Assigned] (NIFIREG-144) NPE when accessing for metadata of 'latest' version and no versions exists

2018-03-28 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran reassigned NIFIREG-144: --- Assignee: Kevin Doran > NPE when accessing for metadata of 'latest' version and no versions

[jira] [Commented] (NIFIREG-144) NPE when accessing for metadata of 'latest' version and no versions exists

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

[GitHub] nifi issue #2577: NIFI-4993: Fixed unauthorized lineage computation

2018-03-28 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/2577 Discussed about this with @markap14 offline, and we decided to take a different approach. That is accepting 'null' NiFi user so that NiFi components can query lineages without needing NiFi user

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417112#comment-16417112 ] ASF GitHub Bot commented on NIFI-4993: -- Github user ijokarumawak commented on the issue:

[GitHub] nifi pull request #2577: NIFI-4993: Fixed unauthorized lineage computation

2018-03-28 Thread ijokarumawak
Github user ijokarumawak closed the pull request at: https://github.com/apache/nifi/pull/2577 ---

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

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

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

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

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

2018-03-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417667#comment-16417667 ] ASF subversion and git services commented on NIFI-4993: --- Commit

[GitHub] nifi issue #2589: NIFI-4993: Accept null user at querying ProvenanceReposito...

2018-03-28 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2589 @ijokarumawak thanks for the latest updates. All looks good to me at this point. +1 merged to master. ---

[jira] [Commented] (NIFI-4993) ReportLineageToAtlas complete path strategy does not report some lineages with secured NiFi

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

[GitHub] nifi-registry issue #107: NIFIREG-157 Adding boolean to VersionedPropertyDes...

2018-03-28 Thread kevdoran
Github user kevdoran commented on the issue: https://github.com/apache/nifi-registry/pull/107 Looks good, will merge to master. Thanks for adding this @bbende ---

[GitHub] nifi-registry pull request #107: NIFIREG-157 Adding boolean to VersionedProp...

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-registry/pull/107 ---

[jira] [Commented] (NIFIREG-157) VersionedPropertyDescriptor should indicate if property is sensitive or not

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

[jira] [Resolved] (NIFIREG-157) VersionedPropertyDescriptor should indicate if property is sensitive or not

2018-03-28 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran resolved NIFIREG-157. - Resolution: Fixed > VersionedPropertyDescriptor should indicate if property is sensitive or not

[jira] [Commented] (NIFIREG-157) VersionedPropertyDescriptor should indicate if property is sensitive or not

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417618#comment-16417618 ] ASF GitHub Bot commented on NIFIREG-157: Github user kevdoran commented on the issue:

[GitHub] nifi pull request #2555: NIFI-4895: Added backend code to give users the abi...

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2555 ---

[jira] [Commented] (NIFI-4895) Implement back-end for terminating a Processor

2018-03-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417638#comment-16417638 ] ASF subversion and git services commented on NIFI-4895: --- Commit

[GitHub] nifi issue #2555: NIFI-4895: Added backend code to give users the ability to...

2018-03-28 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2555 Thanks @markap14! This has been merged to master. ---

[jira] [Commented] (NIFI-4895) Implement back-end for terminating a Processor

2018-03-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417639#comment-16417639 ] ASF subversion and git services commented on NIFI-4895: --- Commit

[jira] [Commented] (NIFI-4895) Implement back-end for terminating a Processor

2018-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417642#comment-16417642 ] ASF GitHub Bot commented on NIFI-4895: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-4895) Implement back-end for terminating a Processor

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

[GitHub] nifi pull request #2589: NIFI-4993: Accept null user at querying ProvenanceR...

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2589 ---

[GitHub] nifi issue #2590: NIFI-5017 Code changes to accommodate Expression Languages

2018-03-28 Thread ak-arun
Github user ak-arun commented on the issue: https://github.com/apache/nifi/pull/2590 Need to redo the checkstyle. ---

[GitHub] nifi pull request #2590: NIFI-5017 Code changes to accommodate Expression La...

2018-03-28 Thread ak-arun
Github user ak-arun closed the pull request at: https://github.com/apache/nifi/pull/2590 ---

[GitHub] nifi issue #2586: NIFI-5021 Moving nifi-elasticsearch-client-service-api to ...

2018-03-28 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2586 Sounds good to me. ---

  1   2   >