[GitHub] [nifi] naddym commented on pull request #4974: NIFI-8394: Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-06 Thread GitBox
naddym commented on pull request #4974: URL: https://github.com/apache/nifi/pull/4974#issuecomment-814618372 I agree. Thanks @jfrazee for the review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [nifi] jfrazee commented on pull request #4974: NIFI-8394: Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-06 Thread GitBox
jfrazee commented on pull request #4974: URL: https://github.com/apache/nifi/pull/4974#issuecomment-814580817 @naddym Thanks for this. The change looks good. I'm going to give it a quick test. FWIW, I think this is related to https://issues.apache.org/jira/browse/ZOOKEEPER-1875 so

[GitHub] [nifi] exceptionfactory commented on pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
exceptionfactory commented on pull request #4972: URL: https://github.com/apache/nifi/pull/4972#issuecomment-814520389 Thanks for making the documentation updates @thenatog! With these changes, I am +1. Do you have any additional feedback @turcsanyip? -- This is an automated message

[GitHub] [nifi] thenatog commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
thenatog commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608255660 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java ## @@

[jira] [Updated] (NIFI-6714) Unable to start NiFI due to Illegal reflective access warning

2021-04-06 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-6714: --- Fix Version/s: 1.13.3 1.14.0 > Unable to start NiFI due to Illegal reflective

[jira] [Updated] (NIFI-6714) Unable to start NiFI due to Illegal reflective access warning

2021-04-06 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-6714: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Unable to start NiFI due to

[jira] [Commented] (NIFI-6714) Unable to start NiFI due to Illegal reflective access warning

2021-04-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315892#comment-17315892 ] ASF subversion and git services commented on NIFI-6714: --- Commit

[GitHub] [nifi] thenatog closed pull request #4970: NIFI-6714 Corrected OSUtils to use Process.pid interface method

2021-04-06 Thread GitBox
thenatog closed pull request #4970: URL: https://github.com/apache/nifi/pull/4970 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [nifi] thenatog commented on pull request #4970: NIFI-6714 Corrected OSUtils to use Process.pid interface method

2021-04-06 Thread GitBox
thenatog commented on pull request #4970: URL: https://github.com/apache/nifi/pull/4970#issuecomment-814503454 I can confirm that the "Illegal reflective access" error when building with Java 8 and running on Java 11 are now gone with these changes. Awesome, thanks, exceptionfactory! +1

[jira] [Commented] (NIFI-8361) UnpackContent failing for Deflate:Maximum

2021-04-06 Thread Tom P (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315884#comment-17315884 ] Tom P commented on NIFI-8361: - Amazing effort, thanks for looking at this and submitting that PR to Zip4j

[GitHub] [nifi] turcsanyip commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
turcsanyip commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608197228 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java ## @@

[GitHub] [nifi] turcsanyip commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
turcsanyip commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608197228 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java ## @@

[GitHub] [nifi] thenatog commented on pull request #4970: NIFI-6714 Corrected OSUtils to use Process.pid interface method

2021-04-06 Thread GitBox
thenatog commented on pull request #4970: URL: https://github.com/apache/nifi/pull/4970#issuecomment-814451877 Reviewing.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[jira] [Updated] (NIFI-7468) Improve internal handling of SSL channels

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-7468: --- Status: Patch Available (was: In Progress) Multiple processors using the custom SSL Socket

[GitHub] [nifi] exceptionfactory opened a new pull request #4979: NIFI-7468 Correct SSLSocketChannelSender.close() order of operations

2021-04-06 Thread GitBox
exceptionfactory opened a new pull request #4979: URL: https://github.com/apache/nifi/pull/4979 Description of PR NIFI-7468 Corrects an edge case with `SSLSocketChannelSender` where SSL Socket resources were being closed after the underlying socket resources were closed. This

[GitHub] [nifi] ottobackwards opened a new pull request #4978: NIFI-8397 update to simple-syslog-5424 0.0.16

2021-04-06 Thread GitBox
ottobackwards opened a new pull request #4978: URL: https://github.com/apache/nifi/pull/4978 resolves issue working with syslog with BOM markers This release is also moved off of bintray to mvn central. Thank you for submitting a contribution to Apache NiFi. In

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4976: NIFI-3862: Added Issuer DN support to ListenHTTP

2021-04-06 Thread GitBox
exceptionfactory commented on a change in pull request #4976: URL: https://github.com/apache/nifi/pull/4976#discussion_r608137489 ## File path:

[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315820#comment-17315820 ] Paul Grey commented on NIFI-8398: - After applying workaround, I scanned Maven stdout for instances of

[jira] [Issue Comment Deleted] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Andre F de Miranda (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre F de Miranda updated NIFI-8398: - Comment: was deleted (was: Sure thing ) > Maven 3.8.1 disables support for

[jira] [Updated] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-8398: Attachment: mvn.http.txt > Maven 3.8.1 disables support for repositories using "http" protocol >

[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Andre F de Miranda (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315818#comment-17315818 ] Andre F de Miranda commented on NIFI-8398: -- Will look into this [~pvillard] > Maven 3.8.1

[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Andre F de Miranda (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315811#comment-17315811 ] Andre F de Miranda commented on NIFI-8398: -- Sure thing > Maven 3.8.1 disables support for

[GitHub] [nifi] markap14 commented on a change in pull request #4950: NIFI-8380: Allow for an extensions.directory property to specify wher…

2021-04-06 Thread GitBox
markap14 commented on a change in pull request #4950: URL: https://github.com/apache/nifi/pull/4950#discussion_r608123474 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-stateless-bundle/nifi-stateless-api/src/main/java/org/apache/nifi/stateless/engine/NarUnpackLock.java

[GitHub] [nifi] markap14 commented on a change in pull request #4950: NIFI-8380: Allow for an extensions.directory property to specify wher…

2021-04-06 Thread GitBox
markap14 commented on a change in pull request #4950: URL: https://github.com/apache/nifi/pull/4950#discussion_r608121946 ## File path:

[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315797#comment-17315797 ] Paul Grey commented on NIFI-8398: - Following Maven release notes, workaround is to disable

[jira] [Commented] (NIFI-5080) Could not find content for StandardContentClaim

2021-04-06 Thread Timo Griese (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315787#comment-17315787 ] Timo Griese commented on NIFI-5080: --- I do see the same problem on flows using only standard processors.

[jira] [Commented] (NIFI-7468) Improve internal handling of SSL channels

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315783#comment-17315783 ] David Handermann commented on NIFI-7468: The following processors received and handled files when

[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315778#comment-17315778 ] Pierre Villard commented on NIFI-8398: -- [~trixpan] - you may be able to help with this I think >

[jira] [Commented] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Otto Fowler (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315774#comment-17315774 ] Otto Fowler commented on NIFI-8398: --- I was just looking at this. I have opened and issue upstream:

[GitHub] [nifi] thenatog commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
thenatog commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608086562 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/test/groovy/org/apache/nifi/web/server/JettyServerGroovyTest.groovy

[jira] [Created] (NIFI-8398) Maven 3.8.1 disables support for repositories using "http" protocol

2021-04-06 Thread Paul Grey (Jira)
Paul Grey created NIFI-8398: --- Summary: Maven 3.8.1 disables support for repositories using "http" protocol Key: NIFI-8398 URL: https://issues.apache.org/jira/browse/NIFI-8398 Project: Apache NiFi

[GitHub] [nifi] thenatog commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
thenatog commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608078390 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java ## @@

[GitHub] [nifi] thenatog commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
thenatog commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608077463 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml ## @@ -256,5 +256,10 @@

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
exceptionfactory commented on a change in pull request #4972: URL: https://github.com/apache/nifi/pull/4972#discussion_r608067336 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml ## @@ -256,5 +256,10 @@

[GitHub] [nifi-minifi-cpp] szaszm opened a new pull request #1044: [WIP] MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-04-06 Thread GitBox
szaszm opened a new pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044 Notes: - libsystemd might be problematic license-wise. I might have to work around it with `dlopen`. - Still figuring out what would be the best way to test this. - Tests are

[jira] [Assigned] (NIFI-8397) Update to latest Simple-Syslog-5424 to fix BOM issue

2021-04-06 Thread Otto Fowler (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otto Fowler reassigned NIFI-8397: - Assignee: Otto Fowler > Update to latest Simple-Syslog-5424 to fix BOM issue >

[jira] [Updated] (NIFI-8397) Update to latest Simple-Syslog-5424 to fix BOM issue

2021-04-06 Thread Otto Fowler (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otto Fowler updated NIFI-8397: -- Issue Type: Bug (was: Improvement) > Update to latest Simple-Syslog-5424 to fix BOM issue >

[jira] [Created] (NIFI-8397) Update to latest Simple-Syslog-5424 to fix BOM issue

2021-04-06 Thread Otto Fowler (Jira)
Otto Fowler created NIFI-8397: - Summary: Update to latest Simple-Syslog-5424 to fix BOM issue Key: NIFI-8397 URL: https://issues.apache.org/jira/browse/NIFI-8397 Project: Apache NiFi Issue Type:

[jira] [Resolved] (NIFI-1478) Audit SSLContextFactory and SSLSocketFactory usage throughout application

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1478. Resolution: Implemented This issue produced a number of useful improvements, and multiple

[jira] [Commented] (NIFI-8361) UnpackContent failing for Deflate:Maximum

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315694#comment-17315694 ] David Handermann commented on NIFI-8361: It looks like the PR for Zip4j has been merged, so once a

[GitHub] [nifi] pvillard31 commented on pull request #4939: NIFI-8341 Support Multi Hosts in AMQP Processors

2021-04-06 Thread GitBox
pvillard31 commented on pull request #4939: URL: https://github.com/apache/nifi/pull/4939#issuecomment-814235193 I still think that a custom validate method makes sense. Especially to make the processor invalid if brokers, host, and port are all set. Because in that case it could confuse

[GitHub] [nifi] bbende commented on a change in pull request #4973: NIFI-8373 Add Kerberos support to Accumulo processors

2021-04-06 Thread GitBox
bbende commented on a change in pull request #4973: URL: https://github.com/apache/nifi/pull/4973#discussion_r607959529 ## File path: nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services/src/main/java/org/apache/nifi/accumulo/controllerservices/AccumuloService.java ##

[jira] [Updated] (NIFI-8390) Handle HBase namespaces in Atlas reporting task

2021-04-06 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-8390: -- Status: Patch Available (was: In Progress) > Handle HBase namespaces in Atlas reporting task >

[GitHub] [nifi] turcsanyip opened a new pull request #4977: NIFI-8390: Handle HBase namespaces in Atlas reporting task

2021-04-06 Thread GitBox
turcsanyip opened a new pull request #4977: URL: https://github.com/apache/nifi/pull/4977 https://issues.apache.org/jira/browse/NIFI-8390 In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For all changes:

[GitHub] [nifi] joshelser commented on a change in pull request #4973: NIFI-8373 Add Kerberos support to Accumulo processors

2021-04-06 Thread GitBox
joshelser commented on a change in pull request #4973: URL: https://github.com/apache/nifi/pull/4973#discussion_r607955331 ## File path: nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services/src/main/java/org/apache/nifi/accumulo/controllerservices/AccumuloService.java

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

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-5692. Assignee: David Handermann Resolution: Information Provided > InvokeHttp fails to

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

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315661#comment-17315661 ] David Handermann commented on NIFI-5692: You're welcome [~Wogno]! Glad to hear that solved the

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

2021-04-06 Thread Mayki (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315657#comment-17315657 ] Mayki commented on NIFI-5692: - [~exceptionfactory] thanks a lot. Work arround with cacerts works fine. >

[jira] [Created] (NIFI-8396) ZooKeeper references in Admin Guide need proper case

2021-04-06 Thread Andrew M. Lim (Jira)
Andrew M. Lim created NIFI-8396: --- Summary: ZooKeeper references in Admin Guide need proper case Key: NIFI-8396 URL: https://issues.apache.org/jira/browse/NIFI-8396 Project: Apache NiFi Issue

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

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315644#comment-17315644 ] David Handermann commented on NIFI-5692: It is also worth noting that

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

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315627#comment-17315627 ] David Handermann commented on NIFI-5692: [~Wogno] Thanks for following up.  The {{PKIX path

[jira] [Assigned] (MINIFICPP-1503) Build tensorflow extension in the CI

2021-04-06 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi reassigned MINIFICPP-1503: Assignee: Gabor Gyimesi > Build tensorflow extension in the CI >

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

2021-04-06 Thread Mayki (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315574#comment-17315574 ] Mayki commented on NIFI-5692: - [~exceptionfactory] : Yes there is the same issue with NIFI 1.13.2     I have

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1043: MINIFICPP-1359 Implement FollowRedirects property in InvokeHTTP

2021-04-06 Thread GitBox
lordgamez opened a new pull request #1043: URL: https://github.com/apache/nifi-minifi-cpp/pull/1043 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:

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

2021-04-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315540#comment-17315540 ] David Handermann commented on NIFI-5692: [~Wogno] Have you tried this on NiFi 1.13.2?  NIFI-8181

[GitHub] [nifi-minifi-cpp] adam-markovics opened a new pull request #1042: MINIFICPP-1457 - Implement InputRequirements

2021-04-06 Thread GitBox
adam-markovics opened a new pull request #1042: URL: https://github.com/apache/nifi-minifi-cpp/pull/1042 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been

[GitHub] [nifi] exceptionfactory edited a comment on pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
exceptionfactory edited a comment on pull request #4972: URL: https://github.com/apache/nifi/pull/4972#issuecomment-814106145 > I agree that the IP whitelisting is more representative of how the DoS should work rather than excluding the S2S paths. Testing this out it seems like the

[GitHub] [nifi] exceptionfactory commented on pull request #4972: NIFI-7912 - Added a Denial of Service filter wrapper called NiFiDoSFi…

2021-04-06 Thread GitBox
exceptionfactory commented on pull request #4972: URL: https://github.com/apache/nifi/pull/4972#issuecomment-814106145 > I agree that the IP whitelisting is more representative of how the DoS should work rather than excluding the S2S paths. Testing this out it seems like the whitelist is

[jira] [Updated] (MINIFICPP-1032) utils::parse_url should be refactored

2021-04-06 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1032: -- Labels: MiNiFi-CPP-Hygiene (was: ) > utils::parse_url should be refactored >

[GitHub] [nifi] tpalfy commented on a change in pull request #4516: NIFI-7788 Start and Stop actions on a Process Group should enable/disable transmission of RPG's

2021-04-06 Thread GitBox
tpalfy commented on a change in pull request #4516: URL: https://github.com/apache/nifi/pull/4516#discussion_r604095650 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/RemoteProcessGroupResource.java

[GitHub] [nifi] markap14 commented on pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-04-06 Thread GitBox
markap14 commented on pull request #4948: URL: https://github.com/apache/nifi/pull/4948#issuecomment-814092452 Thanks @simonbence ! Will review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Updated] (NIFI-8036) PutElasticsearchHttp could add failure reason as an attribute

2021-04-06 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-8036: - Status: Open (was: Patch Available) This is now OBE > PutElasticsearchHttp could add failure

[jira] [Resolved] (NIFI-8036) PutElasticsearchHttp could add failure reason as an attribute

2021-04-06 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock resolved NIFI-8036. -- Resolution: Not A Problem This is OBE, per the PR comments > PutElasticsearchHttp could add

[jira] [Assigned] (NIFI-7198) Support TLS in RedisConnectionPoolService

2021-04-06 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock reassigned NIFI-7198: Assignee: Joseph Gresock Picking this up > Support TLS in RedisConnectionPoolService >

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
hunyadi-dev commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r607787916 ## File path: libminifi/src/c2/ControllerSocketProtocol.cpp ## @@ -51,18 +49,13 @@ void

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
hunyadi-dev commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r607787916 ## File path: libminifi/src/c2/ControllerSocketProtocol.cpp ## @@ -51,18 +49,13 @@ void

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
hunyadi-dev commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r607783909 ## File path: extensions/standard-processors/processors/HashContent.cpp ## @@ -84,6 +82,7 @@ void HashContent::onTrigger(core::ProcessContext

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
hunyadi-dev commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r607779530 ## File path: extensions/standard-processors/processors/GetTCP.cpp ## @@ -130,7 +130,7 @@ void GetTCP::onSchedule(const std::shared_ptr , co

[GitHub] [nifi] gresockj commented on pull request #4686: NIFI-8036: Adding es.failure.reason to PutHttpProcessor

2021-04-06 Thread GitBox
gresockj commented on pull request #4686: URL: https://github.com/apache/nifi/pull/4686#issuecomment-814051314 This is OBE, as the "reason" attribute already puts the failure reason in a flowfile attribute. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] gresockj closed pull request #4686: NIFI-8036: Adding es.failure.reason to PutHttpProcessor

2021-04-06 Thread GitBox
gresockj closed pull request #4686: URL: https://github.com/apache/nifi/pull/4686 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [nifi] gresockj commented on pull request #4842: NIFI-8251 Added EncryptContentPGP and DecryptContentPGP Processors

2021-04-06 Thread GitBox
gresockj commented on pull request #4842: URL: https://github.com/apache/nifi/pull/4842#issuecomment-814046306 I just tested it out, and all of the above issues were resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Updated] (NIFI-3862) ListenHTTPServlet should set the issuerDN as well

2021-04-06 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Gresock updated NIFI-3862: - Fix Version/s: 1.14.0 Status: Patch Available (was: In Progress) > ListenHTTPServlet

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
szaszm commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r605665253 ## File path: extensions/mqtt/processors/AbstractMQTTProcessor.cpp ## @@ -85,8 +86,9 @@ void AbstractMQTTProcessor::onSchedule(const

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
szaszm commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r607757072 ## File path: extensions/mqtt/processors/AbstractMQTTProcessor.cpp ## @@ -146,7 +148,7 @@ void AbstractMQTTProcessor::onSchedule(const

[GitHub] [nifi] gresockj opened a new pull request #4976: NIFI-3862: Added Issuer DN support to ListenHTTP

2021-04-06 Thread GitBox
gresockj opened a new pull request #4976: URL: https://github.com/apache/nifi/pull/4976 Description of PR Beyond just adding the restlistener.remote.issuer.dn attribute to flow files coming out of the ListenHTTP processor, this patch adds an optional "Authorized Issuer DN

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-06 Thread GitBox
hunyadi-dev commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r607752496 ## File path: extensions/mqtt/processors/AbstractMQTTProcessor.cpp ## @@ -146,7 +148,7 @@ void AbstractMQTTProcessor::onSchedule(const

[jira] [Updated] (NIFI-8372) Refactoring test for ScanAccumulo Processor

2021-04-06 Thread Timea Barna (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timea Barna updated NIFI-8372: -- Status: Patch Available (was: In Progress) > Refactoring test for ScanAccumulo Processor >

[GitHub] [nifi] timeabarna opened a new pull request #4975: NIFI-8372 Refactoring test for ScanAccumulo Processor

2021-04-06 Thread GitBox
timeabarna opened a new pull request #4975: URL: https://github.com/apache/nifi/pull/4975 NIFI-8372 Refactoring test for ScanAccumulo Processor https://issues.apache.org/jira/browse/NIFI-8372 Description of PR Refactoring test for ScanAccumulo Processor and added

[GitHub] [nifi] nabmoh123 commented on a change in pull request #4939: NIFI-8341 Support Multi Hosts in AMQP Processors

2021-04-06 Thread GitBox
nabmoh123 commented on a change in pull request #4939: URL: https://github.com/apache/nifi/pull/4939#discussion_r607723417 ## File path: nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/src/main/java/org/apache/nifi/amqp/processors/AbstractAMQPProcessor.java ## @@

[GitHub] [nifi] timeabarna closed pull request #4944: NIFI-8372 Refactoring test for ScanAccumulo Processor and add value i…

2021-04-06 Thread GitBox
timeabarna closed pull request #4944: URL: https://github.com/apache/nifi/pull/4944 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [nifi] nabmoh123 commented on a change in pull request #4939: NIFI-8341 Support Multi Hosts in AMQP Processors

2021-04-06 Thread GitBox
nabmoh123 commented on a change in pull request #4939: URL: https://github.com/apache/nifi/pull/4939#discussion_r607722789 ## File path: nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/src/main/java/org/apache/nifi/amqp/processors/AbstractAMQPProcessor.java ## @@

[GitHub] [nifi] nabmoh123 commented on pull request #4939: NIFI-8341 Support Multi Hosts in AMQP Processors

2021-04-06 Thread GitBox
nabmoh123 commented on pull request #4939: URL: https://github.com/apache/nifi/pull/4939#issuecomment-814001461 > Thanks for this improvement. Could you add a customValidate method to check the configuration of the processor and make it invalid if both brokers and host properties are set

[jira] [Created] (NIFI-8395) ThreadPoolRequestReplicator appears to replicate to itself

2021-04-06 Thread naveen kumar saharan (Jira)
naveen kumar saharan created NIFI-8395: -- Summary: ThreadPoolRequestReplicator appears to replicate to itself Key: NIFI-8395 URL: https://issues.apache.org/jira/browse/NIFI-8395 Project: Apache

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

2021-04-06 Thread Mayki (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315407#comment-17315407 ] Mayki commented on NIFI-5692: - Hello,  Any new about this BUG ? I have an application does not need 2

[jira] [Assigned] (MINIFICPP-1359) FollowRedirects feature is unavailable in InvokeHTTP

2021-04-06 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi reassigned MINIFICPP-1359: Assignee: Gabor Gyimesi > FollowRedirects feature is unavailable in

[jira] [Updated] (NIFI-8394) Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-06 Thread Nadeem (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nadeem updated NIFI-8394: - Status: Patch Available (was: In Progress) > Fix NPE error when NiFi connects to external zookeeper insecurely >

[GitHub] [nifi] naddym opened a new pull request #4974: NIFI-8394: Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-06 Thread GitBox
naddym opened a new pull request #4974: URL: https://github.com/apache/nifi/pull/4974 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1041: MINIFICPP-1358 Add SendBody property functionality to InvokeHTTP processor

2021-04-06 Thread GitBox
lordgamez opened a new pull request #1041: URL: https://github.com/apache/nifi-minifi-cpp/pull/1041 Previously send-message-body property was available and documented in InvokeHTTP processor, but it had no functionality behind it. It is added and the documentation is updated with all

[jira] [Resolved] (NIFI-8371) Accumulo processor uses deprecated API

2021-04-06 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-8371. -- Fix Version/s: 1.14.0 Resolution: Fixed > Accumulo processor uses deprecated API >

[jira] [Assigned] (NIFI-8371) Accumulo processor uses deprecated API

2021-04-06 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard reassigned NIFI-8371: Assignee: Jose Luis Pedrosa (was: Timea Barna) > Accumulo processor uses deprecated API >

[GitHub] [nifi] pvillard31 commented on pull request #4942: NIFI-8371 Remove deprecated api usages in accumulo processor

2021-04-06 Thread GitBox
pvillard31 commented on pull request #4942: URL: https://github.com/apache/nifi/pull/4942#issuecomment-813963162 Thanks @jlpedrosa @timeabarna, merged to main! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] asfgit closed pull request #4942: NIFI-8371 Remove deprecated api usages in accumulo processor

2021-04-06 Thread GitBox
asfgit closed pull request #4942: URL: https://github.com/apache/nifi/pull/4942 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[jira] [Created] (NIFI-8394) Fix NPE error when NiFi connects to external zookeeper insecurely

2021-04-06 Thread Nadeem (Jira)
Nadeem created NIFI-8394: Summary: Fix NPE error when NiFi connects to external zookeeper insecurely Key: NIFI-8394 URL: https://issues.apache.org/jira/browse/NIFI-8394 Project: Apache NiFi Issue

[GitHub] [nifi] timeabarna commented on pull request #4942: NIFI-8371 Remove deprecated api usages in accumulo processor

2021-04-06 Thread GitBox
timeabarna commented on pull request #4942: URL: https://github.com/apache/nifi/pull/4942#issuecomment-813906628 @pvillard31 Thanks Pierre, PR can be merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (NIFI-8339) Input Threads get Interrupted and stuck indefinitely

2021-04-06 Thread Rene Weidlinger (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315311#comment-17315311 ] Rene Weidlinger commented on NIFI-8339: --- [~markap14] we changed to RAW and it seems like its working

[jira] [Assigned] (MINIFICPP-1032) utils::parse_url should be refactored

2021-04-06 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits reassigned MINIFICPP-1032: - Assignee: Ferenc Gerlits (was: Arpad Boda) > utils::parse_url should be

[jira] [Resolved] (MINIFICPP-1496) "Enable all extensions" in boostrap.sh should not enable ASAN

2021-04-06 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits resolved MINIFICPP-1496. --- Resolution: Fixed > "Enable all extensions" in boostrap.sh should not enable

[GitHub] [nifi] timeabarna commented on pull request #4942: NIFI-8371 Remove deprecated api usages in accumulo processor

2021-04-06 Thread GitBox
timeabarna commented on pull request #4942: URL: https://github.com/apache/nifi/pull/4942#issuecomment-813893016 Thank you @jlpedrosa for your contribution LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] urbandan commented on a change in pull request #4950: NIFI-8380: Allow for an extensions.directory property to specify wher…

2021-04-06 Thread GitBox
urbandan commented on a change in pull request #4950: URL: https://github.com/apache/nifi/pull/4950#discussion_r607548833 ## File path: