[GitHub] [nifi-minifi-cpp] james94 commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
james94 commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r432259370 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] james94 commented on pull request #781: MINIFICPP-1214: Converts H2O Processors to use ALv2 compliant H20-3 library

2020-05-28 Thread GitBox
james94 commented on pull request #781: URL: https://github.com/apache/nifi-minifi-cpp/pull/781#issuecomment-635631793 @szaszm and @phrocker I will let you know as soon as I have some test scripts for these h2o processors. I will follow up soon on them. Thanks for your guidance.

[GitHub] [nifi] sjyang18 opened a new pull request #4304: NIFI-7473: adding SupportsBatching annotation to Azure Blob processors

2020-05-28 Thread GitBox
sjyang18 opened a new pull request #4304: URL: https://github.com/apache/nifi/pull/4304 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] [Commented] (NIFI-6721) jms_expiration attribute problem

2020-05-28 Thread Seokwon Yang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119088#comment-17119088 ] Seokwon Yang commented on NIFI-6721: [~tchermak] I have a patch for this work.

[GitHub] [nifi] sjyang18 commented on a change in pull request #4265: NIFI-7434: Endpoint suffix property in AzureStorageAccount NIFI processors

2020-05-28 Thread GitBox
sjyang18 commented on a change in pull request #4265: URL: https://github.com/apache/nifi/pull/4265#discussion_r432129688 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[GitHub] [nifi-minifi-cpp] phrocker commented on pull request #781: MINIFICPP-1214: Converts H2O Processors to use ALv2 compliant H20-3 library

2020-05-28 Thread GitBox
phrocker commented on pull request #781: URL: https://github.com/apache/nifi-minifi-cpp/pull/781#issuecomment-635605071 Thanks @szaszm . I don't have my keys so I'll merge with a signed commit tomorrow. I'll take another quick pass through and respond with some ideas on the follow on

[GitHub] [nifi] MikeThomsen commented on pull request #3734: NIFI-6666 Add Useragent Header to InvokeHTTP requests

2020-05-28 Thread GitBox
MikeThomsen commented on pull request #3734: URL: https://github.com/apache/nifi/pull/3734#issuecomment-635556294 @nielsbasjes thanks. I'll try to get back to the review tonight. Overall LGTM now. This is an automated

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4173: NIFI-7299 Add basic OAuth2 token provider controller service

2020-05-28 Thread GitBox
MikeThomsen commented on a change in pull request #4173: URL: https://github.com/apache/nifi/pull/4173#discussion_r432075546 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/src/main/java/org/apache/nifi/oauth2/Util.java

[GitHub] [nifi] MikeThomsen commented on pull request #4173: NIFI-7299 Add basic OAuth2 token provider controller service

2020-05-28 Thread GitBox
MikeThomsen commented on pull request #4173: URL: https://github.com/apache/nifi/pull/4173#issuecomment-63211 @jdye64 going to try to write some tests tonight that use `TestServer` to show that the REST calls work. That's one thing we didn't have to write since we had keycloak for

[jira] [Created] (NIFI-7495) PutParquet processor generating invalid files - Can not read value at 0 in block -1 in file - Encoding DELTA_BINARY_PACKED is only supported for type INT32

2020-05-28 Thread Henrique Neves do Nascimento (Jira)
Henrique Neves do Nascimento created NIFI-7495: -- Summary: PutParquet processor generating invalid files - Can not read value at 0 in block -1 in file - Encoding DELTA_BINARY_PACKED is only supported for type INT32

[jira] [Updated] (NIFI-7312) Search function does not work for variable registry in root process group

2020-05-28 Thread Peter Gyori (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gyori updated NIFI-7312: -- Status: Patch Available (was: In Progress) > Search function does not work for variable registry in

[jira] [Closed] (NIFIREG-385) Make revision feature configurable

2020-05-28 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough closed NIFIREG-385. Resolution: Resolved > Make revision feature configurable > -- >

[jira] [Created] (NIFI-7494) CassandraSessionProvider leaks resources when authentication fails

2020-05-28 Thread Mark Payne (Jira)
Mark Payne created NIFI-7494: Summary: CassandraSessionProvider leaks resources when authentication fails Key: NIFI-7494 URL: https://issues.apache.org/jira/browse/NIFI-7494 Project: Apache NiFi

[GitHub] [nifi-registry] thenatog closed pull request #276: NIFIREG-385 Make revision feature configurable

2020-05-28 Thread GitBox
thenatog closed pull request #276: URL: https://github.com/apache/nifi-registry/pull/276 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] nielsbasjes commented on pull request #3734: NIFI-6666 Add Useragent Header to InvokeHTTP requests

2020-05-28 Thread GitBox
nielsbasjes commented on pull request #3734: URL: https://github.com/apache/nifi/pull/3734#issuecomment-635428317 I checked why my patch didn't fail the build when I first submitted it: The test that failed was added only a few weeks ago.

[GitHub] [nifi] apuntandoanulo commented on a change in pull request #4301: NIFI-7477 Optionally adding validation details as a new flowfile attribute

2020-05-28 Thread GitBox
apuntandoanulo commented on a change in pull request #4301: URL: https://github.com/apache/nifi/pull/4301#discussion_r431918944 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestValidateRecord.java

[GitHub] [nifi] apuntandoanulo commented on a change in pull request #4301: NIFI-7477 Optionally adding validation details as a new flowfile attribute

2020-05-28 Thread GitBox
apuntandoanulo commented on a change in pull request #4301: URL: https://github.com/apache/nifi/pull/4301#discussion_r431918580 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateRecord.java

[GitHub] [nifi] nielsbasjes edited a comment on pull request #3734: NIFI-6666 Add Useragent Header to InvokeHTTP requests

2020-05-28 Thread GitBox
nielsbasjes edited a comment on pull request #3734: URL: https://github.com/apache/nifi/pull/3734#issuecomment-635406203 @MikeThomsen Yes indeed my change broke the build. The problem here is that the variable `${user.name}` is undefined in the "normal" setup and my change simply

[jira] [Updated] (NIFI-7493) XML Schema Inference can infer a type of String when it should be Record

2020-05-28 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7493: - Description: >From the mailing list: {quote}I have configured a XMLReader to use the Infer Schema. The

[GitHub] [nifi] nielsbasjes commented on pull request #3734: NIFI-6666 Add Useragent Header to InvokeHTTP requests

2020-05-28 Thread GitBox
nielsbasjes commented on pull request #3734: URL: https://github.com/apache/nifi/pull/3734#issuecomment-635406203 @MikeThomsen Yes indeed my change broke the build. The problem here is that the variable `${user.name}` is undefined in the "normal" setup and my change simply introduces in

[jira] [Created] (NIFI-7493) XML Schema Inference can infer a type of String when it should be Record

2020-05-28 Thread Mark Payne (Jira)
Mark Payne created NIFI-7493: Summary: XML Schema Inference can infer a type of String when it should be Record Key: NIFI-7493 URL: https://issues.apache.org/jira/browse/NIFI-7493 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
szaszm commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431894027 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi] pgyori opened a new pull request #4303: NIFI-7312: Enable search in variable registry of root process group

2020-05-28 Thread GitBox
pgyori opened a new pull request #4303: URL: https://github.com/apache/nifi/pull/4303 https://issues.apache.org/jira/browse/NIFI-7312 Description of PR Enables search in variable registry of root process group. ### For all changes: - [ ] Is there a JIRA ticket

[jira] [Resolved] (MINIFICPP-1242) Fix Windows event log iteration

2020-05-28 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1242. --- Resolution: Fixed > Fix Windows event log iteration > --- >

[jira] [Updated] (MINIFICPP-1240) Check last modified timestamp of the inode before re-reading the script file of ExecutePythonScript

2020-05-28 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1240: Description: *Acceptance criteria:* *GIVEN* A Getfile -> ExecutePythonScript ->

[jira] [Updated] (MINIFICPP-1223) Stop reloading script files every time ExecutePythonProcessor is triggered

2020-05-28 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1223: Description: *Acceptance criteria:* *GIVEN* A Getfile -> ExecutePythonScript (with

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r430369227 ## File path: extensions/script/python/ExecutePythonProcessor.cpp ## @@ -46,144 +50,177 @@ core::Relationship

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
szaszm commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431868440 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431867122 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi] apuntandoanulo commented on a change in pull request #4301: NIFI-7477 Optionally adding validation details as a new flowfile attribute

2020-05-28 Thread GitBox
apuntandoanulo commented on a change in pull request #4301: URL: https://github.com/apache/nifi/pull/4301#discussion_r431866633 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateRecord.java

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431866934 ## File path: libminifi/test/script-tests/PythonExecuteScriptTests.cpp ## @@ -29,6 +29,15 @@ #include "processors/GetFile.h" #include

[GitHub] [nifi] jairo-henao commented on a change in pull request #4301: NIFI-7477 Optionally adding validation details as a new flowfile attribute

2020-05-28 Thread GitBox
jairo-henao commented on a change in pull request #4301: URL: https://github.com/apache/nifi/pull/4301#discussion_r431865765 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateRecord.java ##

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431865524 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431862488 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431862488 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
szaszm commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431860874 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
szaszm commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431859372 ## File path: libminifi/test/script-tests/CMakeLists.txt ## @@ -19,6 +19,13 @@ if (NOT DISABLE_PYTHON_SCRIPTING) file(GLOB

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431855542 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi] mattyb149 commented on a change in pull request #4301: NIFI-7477 Optionally adding validation details as a new flowfile attribute

2020-05-28 Thread GitBox
mattyb149 commented on a change in pull request #4301: URL: https://github.com/apache/nifi/pull/4301#discussion_r431851903 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateRecord.java ## @@

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
szaszm commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431852482 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[jira] [Assigned] (NIFI-6672) Expression language plus operation doesn't check for overflow

2020-05-28 Thread Alessandro D'Armiento (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro D'Armiento reassigned NIFI-6672: --- Assignee: Alessandro D'Armiento > Expression language plus operation doesn't

[jira] [Assigned] (NIFI-6674) Expression language minus operation doesn't check for overflow

2020-05-28 Thread Alessandro D'Armiento (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro D'Armiento reassigned NIFI-6674: --- Assignee: Alessandro D'Armiento > Expression language minus operation

[jira] [Assigned] (NIFI-6673) Expression language multiply operation doesn't check for overflow

2020-05-28 Thread Alessandro D'Armiento (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro D'Armiento reassigned NIFI-6673: --- Assignee: Alessandro D'Armiento > Expression language multiply operation

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-28 Thread GitBox
szaszm commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r431848847 ## File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp ## @@ -0,0 +1,276 @@ +/** + * + * Licensed to the Apache Software

[jira] [Commented] (NIFI-6287) Add ability to hash an attribute or value in expression language

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118667#comment-17118667 ] ASF subversion and git services commented on NIFI-6287: --- Commit

[jira] [Commented] (NIFI-7485) Update dependency

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118681#comment-17118681 ] ASF subversion and git services commented on NIFI-7485: --- Commit

[jira] [Commented] (NIFI-7453) PutKudu kerberos issue after TGT expires

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118678#comment-17118678 ] ASF subversion and git services commented on NIFI-7453: --- Commit

[jira] [Commented] (NIFI-7445) Add Conflict Resolution property to PutAzureDataLakeStorage processor

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118682#comment-17118682 ] ASF subversion and git services commented on NIFI-7445: --- Commit

[jira] [Commented] (NIFI-7485) Update dependency

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118680#comment-17118680 ] ASF subversion and git services commented on NIFI-7485: --- Commit

[jira] [Commented] (NIFI-7453) PutKudu kerberos issue after TGT expires

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118677#comment-17118677 ] ASF subversion and git services commented on NIFI-7453: --- Commit

[jira] [Updated] (NIFI-7477) Get the details in ValidateRecord as an attribute

2020-05-28 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7477: --- Affects Version/s: (was: 1.11.4) Status: Patch Available (was: Open) > Get the

[jira] [Commented] (NIFI-6672) Expression language plus operation doesn't check for overflow

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118669#comment-17118669 ] ASF subversion and git services commented on NIFI-6672: --- Commit

[jira] [Commented] (NIFI-7453) PutKudu kerberos issue after TGT expires

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118679#comment-17118679 ] ASF subversion and git services commented on NIFI-7453: --- Commit

[jira] [Commented] (NIFI-7453) PutKudu kerberos issue after TGT expires

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118676#comment-17118676 ] ASF subversion and git services commented on NIFI-7453: --- Commit

[jira] [Commented] (NIFI-7445) Add Conflict Resolution property to PutAzureDataLakeStorage processor

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118683#comment-17118683 ] ASF subversion and git services commented on NIFI-7445: --- Commit

[jira] [Commented] (NIFI-6785) CompressContent should support deflate/zlib compression

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118674#comment-17118674 ] ASF subversion and git services commented on NIFI-6785: --- Commit

[jira] [Commented] (NIFI-6287) Add ability to hash an attribute or value in expression language

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118665#comment-17118665 ] ASF subversion and git services commented on NIFI-6287: --- Commit

[jira] [Commented] (NIFI-6673) Expression language multiply operation doesn't check for overflow

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118670#comment-17118670 ] ASF subversion and git services commented on NIFI-6673: --- Commit

[jira] [Commented] (NIFI-6672) Expression language plus operation doesn't check for overflow

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118668#comment-17118668 ] ASF subversion and git services commented on NIFI-6672: --- Commit

[jira] [Commented] (NIFI-6255) Allow NiFi to hash specific attributes of a record

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118664#comment-17118664 ] ASF subversion and git services commented on NIFI-6255: --- Commit

[jira] [Commented] (NIFI-6785) CompressContent should support deflate/zlib compression

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118675#comment-17118675 ] ASF subversion and git services commented on NIFI-6785: --- Commit

[jira] [Commented] (NIFI-7211) TestAttributeRollingWindow unreliable on slow build systems

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118672#comment-17118672 ] ASF subversion and git services commented on NIFI-7211: --- Commit

[jira] [Commented] (NIFI-6255) Allow NiFi to hash specific attributes of a record

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118666#comment-17118666 ] ASF subversion and git services commented on NIFI-6255: --- Commit

[jira] [Commented] (NIFI-6287) Add ability to hash an attribute or value in expression language

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118663#comment-17118663 ] ASF subversion and git services commented on NIFI-6287: --- Commit

[jira] [Commented] (NIFI-6255) Allow NiFi to hash specific attributes of a record

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118660#comment-17118660 ] ASF subversion and git services commented on NIFI-6255: --- Commit

[jira] [Commented] (NIFI-6287) Add ability to hash an attribute or value in expression language

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118661#comment-17118661 ] ASF subversion and git services commented on NIFI-6287: --- Commit

[jira] [Commented] (NIFI-6674) Expression language minus operation doesn't check for overflow

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118671#comment-17118671 ] ASF subversion and git services commented on NIFI-6674: --- Commit

[jira] [Commented] (NIFI-6255) Allow NiFi to hash specific attributes of a record

2020-05-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118662#comment-17118662 ] ASF subversion and git services commented on NIFI-6255: --- Commit

[jira] [Updated] (NIFI-6970) Add DistributeRecord processor for distribute data by key hash

2020-05-28 Thread Ilya Kovalev (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Kovalev updated NIFI-6970: --- Attachment: cluster_distribution.png > Add DistributeRecord processor for distribute data by key hash

[jira] [Updated] (NIFI-6970) Add DistributeRecord processor for distribute data by key hash

2020-05-28 Thread Ilya Kovalev (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Kovalev updated NIFI-6970: --- Description: Necessary to add Processor for distribute data over user specified relationships by

[jira] [Commented] (NIFI-7487) Improve ModifyBytes processor performance (add SupportsBatching annotation)

2020-05-28 Thread r65535 (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118540#comment-17118540 ] r65535 commented on NIFI-7487: -- Pull request raised to add batch support > Improve ModifyBytes processor

[jira] [Assigned] (NIFI-7487) Improve ModifyBytes processor performance (add SupportsBatching annotation)

2020-05-28 Thread r65535 (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] r65535 reassigned NIFI-7487: Assignee: r65535 > Improve ModifyBytes processor performance (add SupportsBatching annotation) >

[jira] [Created] (MINIFICPP-1242) Fix Windows event log iteration

2020-05-28 Thread Arpad Boda (Jira)
Arpad Boda created MINIFICPP-1242: - Summary: Fix Windows event log iteration Key: MINIFICPP-1242 URL: https://issues.apache.org/jira/browse/MINIFICPP-1242 Project: Apache NiFi MiNiFi C++

[jira] [Created] (NIFI-7492) Component reference does not change when changing service

2020-05-28 Thread Jens M Kofoed (Jira)
Jens M Kofoed created NIFI-7492: --- Summary: Component reference does not change when changing service Key: NIFI-7492 URL: https://issues.apache.org/jira/browse/NIFI-7492 Project: Apache NiFi

[jira] [Assigned] (NIFI-7392) Create a ValidateJSON Processor

2020-05-28 Thread r65535 (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] r65535 reassigned NIFI-7392: Assignee: r65535 > Create a ValidateJSON Processor > --- > >

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #795: MINIFICPP-1236 - GetFile processor's \"Input Directory\" property sho…

2020-05-28 Thread GitBox
hunyadi-dev commented on a change in pull request #795: URL: https://github.com/apache/nifi-minifi-cpp/pull/795#discussion_r431617605 ## File path: extensions/standard-processors/processors/GetFile.cpp ## @@ -146,6 +146,13 @@ void GetFile::onSchedule(core::ProcessContext