[jira] [Commented] (NIFI-8109) Split off username and password from URI in MongoDB controller

2021-01-14 Thread Eduardo Mota Fontes (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17265663#comment-17265663 ] Eduardo Mota Fontes commented on NIFI-8109: --- Hi [~pvillard] , is it possible to

[jira] [Updated] (NIFI-8109) Split off username and password from URI in MongoDB controller

2021-01-14 Thread Eduardo Mota Fontes (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eduardo Mota Fontes updated NIFI-8109: -- Status: Patch Available (was: Open) > Split off username and password from URI in Mongo

[GitHub] [nifi] Snorlaxa opened a new pull request #4760: Add "on conflict do nothing" feature to PutDatabaseRecord

2021-01-14 Thread GitBox
Snorlaxa opened a new pull request #4760: URL: https://github.com/apache/nifi/pull/4760 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-._

[jira] [Created] (NIFI-8142) Add "on conflict do nothing" feature to PutDatabaseRecord

2021-01-14 Thread Ziyi Yu (Jira)
Ziyi Yu created NIFI-8142: - Summary: Add "on conflict do nothing" feature to PutDatabaseRecord Key: NIFI-8142 URL: https://issues.apache.org/jira/browse/NIFI-8142 Project: Apache NiFi Issue Type: New

[GitHub] [nifi] NissimShiman commented on pull request #3923: NIFI-6866 Created the RocksDBComponentStatusRepository to persist com…

2021-01-14 Thread GitBox
NissimShiman commented on pull request #3923: URL: https://github.com/apache/nifi/pull/3923#issuecomment-760538282 @JonathanKessler This is a really neat ticket/PR request that many nifi admins will find invaluable (I know I would have many times in the past). I was kicking the tires

[GitHub] [nifi] mattyb149 commented on pull request #4757: NIFI-8136: Added getState/setState/replaceState/clearState methods to…

2021-01-14 Thread GitBox
mattyb149 commented on pull request #4757: URL: https://github.com/apache/nifi/pull/4757#issuecomment-760461192 Reviewing... This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nifi] eduardofontes opened a new pull request #4759: [NIFI-8109] Split off username and password from URI in MongoDB controller

2021-01-14 Thread GitBox
eduardofontes opened a new pull request #4759: URL: https://github.com/apache/nifi/pull/4759 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-._

[jira] [Updated] (NIFI-8141) errorHandlingOutputStream don't close inner output stream

2021-01-14 Thread Ilya Kovalev (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Kovalev updated NIFI-8141: --- Description: Try to execute below groovy script  {code:java} FlowFile ff = session.get() OutputStream

[jira] [Updated] (NIFI-8141) errorHandlingOutputStream don't close inner output stream

2021-01-14 Thread Ilya Kovalev (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Kovalev updated NIFI-8141: --- Affects Version/s: 1.12.1 > errorHandlingOutputStream don't close inner output stream > --

[jira] [Created] (NIFI-8141) errorHandlingOutputStream don't close inner output stream

2021-01-14 Thread Ilya Kovalev (Jira)
Ilya Kovalev created NIFI-8141: -- Summary: errorHandlingOutputStream don't close inner output stream Key: NIFI-8141 URL: https://issues.apache.org/jira/browse/NIFI-8141 Project: Apache NiFi Issue

[GitHub] [nifi] turcsanyip commented on a change in pull request #4746: NIFI-8034: Fixed PropertyValue.isExpressionLanguagePresent always ret…

2021-01-14 Thread GitBox
turcsanyip commented on a change in pull request #4746: URL: https://github.com/apache/nifi/pull/4746#discussion_r557661186 ## File path: nifi-commons/nifi-expression-language/src/test/java/org/apache/nifi/attribute/expression/language/TestStandardPreparedQuery.java ## @@ -309

[GitHub] [nifi] turcsanyip commented on pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2021-01-14 Thread GitBox
turcsanyip commented on pull request #4721: URL: https://github.com/apache/nifi/pull/4721#issuecomment-760385790 Tested it with an SFTP server but it did not work for me at all. It does not list anything if the server is running in EST (NiFi in CET). If the server is in HKT (GMT+8), it lis

[GitHub] [nifi] markap14 commented on pull request #4730: NIFI-8095: Created StatelessNiFi Sink Connector and Source Connector.…

2021-01-14 Thread GitBox
markap14 commented on pull request #4730: URL: https://github.com/apache/nifi/pull/4730#issuecomment-760363767 Pushed an update that I think should address all concerns above. Many thanks for the review & guidance @urbandan @heritamas and @in-park!

[GitHub] [nifi] thenatog commented on a change in pull request #4753: NIFI-7356 - Enable TLS for embedded Zookeeper when NiFi has TLS enabled

2021-01-14 Thread GitBox
thenatog commented on a change in pull request #4753: URL: https://github.com/apache/nifi/pull/4753#discussion_r557573435 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/state/server/ZooKeeperStateServer.

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-14 Thread GitBox
szaszm commented on a change in pull request #973: URL: https://github.com/apache/nifi-minifi-cpp/pull/973#discussion_r557489283 ## File path: cmake/BundledOSSPUUID.cmake ## @@ -21,8 +21,8 @@ function(use_bundled_osspuuid SOURCE_DIR BINARY_DIR) message("Using bundled ossp-

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-14 Thread GitBox
szaszm commented on a change in pull request #973: URL: https://github.com/apache/nifi-minifi-cpp/pull/973#discussion_r557487939 ## File path: cmake/BundledOSSPUUID.cmake ## @@ -21,8 +21,8 @@ function(use_bundled_osspuuid SOURCE_DIR BINARY_DIR) message("Using bundled ossp-

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-14 Thread GitBox
fgerlits commented on a change in pull request #973: URL: https://github.com/apache/nifi-minifi-cpp/pull/973#discussion_r557480936 ## File path: cmake/BundledOSSPUUID.cmake ## @@ -21,8 +21,8 @@ function(use_bundled_osspuuid SOURCE_DIR BINARY_DIR) message("Using bundled oss

[jira] [Commented] (NIFI-8136) Allow State Management to be tied to Process Session

2021-01-14 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264951#comment-17264951 ] Joe Witt commented on NIFI-8136: This is an awesome JIRA/write-up and a great point. Not

[jira] [Updated] (NIFI-8125) Provide a way to prefer JWT when client cert is present

2021-01-14 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-8125: -- Status: Patch Available (was: Open) > Provide a way to prefer JWT when client cert is present > ---

[GitHub] [nifi] bbende opened a new pull request #4758: NIFI-8125 Moved JWT filter ahead of X509 filter

2021-01-14 Thread GitBox
bbende opened a new pull request #4758: URL: https://github.com/apache/nifi/pull/4758 Was originally planning to add some type of property to control whether x509 should come before JWT, but it seems as though we should be able to just move JWT in front of it. The only scenario that would

[jira] [Commented] (NIFI-7831) KeytabCredentialsService not working with HBase Clients

2021-01-14 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264920#comment-17264920 ] Bryan Bende commented on NIFI-7831: --- [~matagyula] [~rkrist] thank you for following up a

[GitHub] [nifi] markap14 opened a new pull request #4757: NIFI-8136: Added getState/setState/replaceState/clearState methods to…

2021-01-14 Thread GitBox
markap14 opened a new pull request #4757: URL: https://github.com/apache/nifi/pull/4757 … ProcessSession, updated processors to use these methods instead of StateManager version where appropriate Thank you for submitting a contribution to Apache NiFi. Please provide a short de

[GitHub] [nifi] exceptionfactory commented on pull request #4715: NIFI-6999 - Made changes to load flow.xml files using streams. Update…

2021-01-14 Thread GitBox
exceptionfactory commented on pull request #4715: URL: https://github.com/apache/nifi/pull/4715#issuecomment-760194979 Thanks for making the changes @thenatog. Looks good! This is an automated message from the Apache Git Ser

[GitHub] [nifi] ottobackwards commented on pull request #4384: NIFI-2072 Support named captures in ExtractText

2021-01-14 Thread GitBox
ottobackwards commented on pull request #4384: URL: https://github.com/apache/nifi/pull/4384#issuecomment-760164733 I'll say that I'm a better technical documentation editor than author This is an automated message from the A

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-14 Thread GitBox
arpadboda commented on a change in pull request #973: URL: https://github.com/apache/nifi-minifi-cpp/pull/973#discussion_r557356135 ## File path: extensions/sql/CMakeLists.txt ## @@ -89,11 +84,12 @@ find_package(Patch) set(PC "${Patch_EXECUTABLE}" -p1 -i "${CMAKE_CURRENT_SOUR

[GitHub] [nifi] ottobackwards commented on pull request #4384: NIFI-2072 Support named captures in ExtractText

2021-01-14 Thread GitBox
ottobackwards commented on pull request #4384: URL: https://github.com/apache/nifi/pull/4384#issuecomment-760161695 @pvillard31 that is perfectly fine. I picked this out of jira to hack on, and there has been user engagement, so I just wanted to advocate for it as best I could.

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #973: MINIFICPP-1446 - SQL extension doesn't compile on Debian

2021-01-14 Thread GitBox
lordgamez commented on a change in pull request #973: URL: https://github.com/apache/nifi-minifi-cpp/pull/973#discussion_r557354361 ## File path: extensions/sql/CMakeLists.txt ## @@ -89,11 +84,12 @@ find_package(Patch) set(PC "${Patch_EXECUTABLE}" -p1 -i "${CMAKE_CURRENT_SOUR

[jira] [Assigned] (NIFI-8109) Split off username and password from URI in MongoDB controller

2021-01-14 Thread Eduardo Mota Fontes (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eduardo Mota Fontes reassigned NIFI-8109: - Assignee: Eduardo Mota Fontes Description: Split off username and password

[GitHub] [nifi] pvillard31 commented on pull request #4384: NIFI-2072 Support named captures in ExtractText

2021-01-14 Thread GitBox
pvillard31 commented on pull request #4384: URL: https://github.com/apache/nifi/pull/4384#issuecomment-760157271 Hey @ottobackwards - I'll try to go through it before the end of the week... but, truth be told, it's unlikely that I'll find time to merge this in soon, too many things on my p

[jira] [Comment Edited] (NIFI-7831) KeytabCredentialsService not working with HBase Clients

2021-01-14 Thread Julius Kovacs (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264714#comment-17264714 ] Julius Kovacs edited comment on NIFI-7831 at 1/14/21, 11:25 AM:

[jira] [Comment Edited] (NIFI-7831) KeytabCredentialsService not working with HBase Clients

2021-01-14 Thread Julius Kovacs (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264714#comment-17264714 ] Julius Kovacs edited comment on NIFI-7831 at 1/14/21, 11:22 AM:

[jira] [Commented] (NIFI-7831) KeytabCredentialsService not working with HBase Clients

2021-01-14 Thread Rastislav Krist (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264758#comment-17264758 ] Rastislav Krist commented on NIFI-7831: --- we have made some experiments - the message

[jira] [Assigned] (NIFI-8137) Record Path functions to un/escape JSON

2021-01-14 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson reassigned NIFI-8137: --- Assignee: Chris Sampson > Record Path functions to un/escape JSON > -

[jira] [Updated] (NIFI-8137) Record Path functions to un/escape JSON

2021-01-14 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-8137: Status: Patch Available (was: Open) > Record Path functions to un/escape JSON > ---

[GitHub] [nifi] ChrisSamo632 opened a new pull request #4756: NIFI-8137 Record Path EscapeJson/UnescapeJson functions

2021-01-14 Thread GitBox
ChrisSamo632 opened a new pull request #4756: URL: https://github.com/apache/nifi/pull/4756 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Adds un/escapeJson functions for Record Path.

[jira] [Commented] (NIFI-7831) KeytabCredentialsService not working with HBase Clients

2021-01-14 Thread Julius Kovacs (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264714#comment-17264714 ] Julius Kovacs commented on NIFI-7831: - I think this issue is not limited to just HBase