[jira] [Updated] (NIFI-8953) When Process Group's default backpressure or flowfile expiration changes from versioned flow, NiFi does not detect it as a local change

2021-07-28 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8953: - Fix Version/s: 1.15.0 > When Process Group's default backpressure or flowfile expiration changes from >

[jira] [Created] (NIFI-8954) InvokeHTTP should support DNS-OVER-TCP

2021-07-28 Thread DEOM Damien (Jira)
DEOM Damien created NIFI-8954: - Summary: InvokeHTTP should support DNS-OVER-TCP Key: NIFI-8954 URL: https://issues.apache.org/jira/browse/NIFI-8954 Project: Apache NiFi Issue Type: Bug

[jira] [Updated] (NIFI-8953) When Process Group's default backpressure or flowfile expiration changes from versioned flow, NiFi does not detect it as a local change

2021-07-28 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8953: - Assignee: Mark Payne Status: Patch Available (was: Open) > When Process Group's default

[jira] [Created] (NIFI-8953) When Process Group's default backpressure or flowfile expiration changes from versioned flow, NiFi does not detect it as a local change

2021-07-28 Thread Mark Payne (Jira)
Mark Payne created NIFI-8953: Summary: When Process Group's default backpressure or flowfile expiration changes from versioned flow, NiFi does not detect it as a local change Key: NIFI-8953 URL:

[GitHub] [nifi] markap14 opened a new pull request #5258: NIFI-8953: When Process Group's default flowfile expiration / backpre…

2021-07-28 Thread GitBox
markap14 opened a new pull request #5258: URL: https://github.com/apache/nifi/pull/5258 …ssure threshold change, note that as a flow difference Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
fgerlits commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678420263 ## File path: libminifi/src/utils/file/FileMatcher.cpp ## @@ -0,0 +1,273 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Updated] (NIFI-8954) InvokeHTTP should support DNS-OVER-TCP

2021-07-28 Thread DEOM Damien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] DEOM Damien updated NIFI-8954: -- Description: InvokeHTTP doesn't seem to support dns over TCP. It fails to invoke dns that does too

[GitHub] [nifi] adenes opened a new pull request #5259: NIFI-8955 Add Max Connection Lifetime property to Hive(_1_1)ConnectionPool CS

2021-07-28 Thread GitBox
adenes opened a new pull request #5259: URL: https://github.com/apache/nifi/pull/5259 ### For all changes: - [x] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [x] Does your PR title start with **NIFI-** where is the

[jira] [Created] (NIFI-8956) TestListenHTTP Failures on Azul Zulu 11.0.12

2021-07-28 Thread David Handermann (Jira)
David Handermann created NIFI-8956: -- Summary: TestListenHTTP Failures on Azul Zulu 11.0.12 Key: NIFI-8956 URL: https://issues.apache.org/jira/browse/NIFI-8956 Project: Apache NiFi Issue

[GitHub] [nifi] gresockj commented on a change in pull request #5254: NIFI-8950: Added ability to optionally use a file-system backed Conte…

2021-07-28 Thread GitBox
gresockj commented on a change in pull request #5254: URL: https://github.com/apache/nifi/pull/5254#discussion_r678391914 ## File path: nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StandardExecutionProgress.java ##

[jira] [Created] (NIFI-8955) Add Max Connection Lifetime property to Hive(_1_1)ConnectionPool CS

2021-07-28 Thread Denes Arvay (Jira)
Denes Arvay created NIFI-8955: - Summary: Add Max Connection Lifetime property to Hive(_1_1)ConnectionPool CS Key: NIFI-8955 URL: https://issues.apache.org/jira/browse/NIFI-8955 Project: Apache NiFi

[jira] [Commented] (NIFI-8956) TestListenHTTP Failures on Azul Zulu 11.0.12

2021-07-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17389106#comment-17389106 ] David Handermann commented on NIFI-8956: Running the unit test on Azul Zulu 11.0.12 produces the

[GitHub] [nifi] github-actions[bot] commented on pull request #4517: NIFI-6920 Add empty string key check for HTTP response headers before…

2021-07-28 Thread GitBox
github-actions[bot] commented on pull request #4517: URL: https://github.com/apache/nifi/pull/4517#issuecomment-888699492 We're marking this PR as stale due to lack of updates in the past few months. If after another couple of weeks the stale label has not been removed this PR will be

[GitHub] [nifi] github-actions[bot] closed pull request #4899: NIFI-3711: Move replay button to the right of the connection ID.

2021-07-28 Thread GitBox
github-actions[bot] closed pull request #4899: URL: https://github.com/apache/nifi/pull/4899 -- 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. To unsubscribe, e-mail:

[GitHub] [nifi] exceptionfactory opened a new pull request #5260: NIFI-8956 Changed TestListenHTTP to expect IOException

2021-07-28 Thread GitBox
exceptionfactory opened a new pull request #5260: URL: https://github.com/apache/nifi/pull/5260 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR NIFI-8956 Changes

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5259: NIFI-8955 Add Max Connection Lifetime property to Hive(_1_1)ConnectionPool CS

2021-07-28 Thread GitBox
exceptionfactory commented on a change in pull request #5259: URL: https://github.com/apache/nifi/pull/5259#discussion_r678718375 ## File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml ## @@ -121,6 +121,11 @@ commons-text 1.8

[jira] [Updated] (NIFI-8956) TestListenHTTP Failures on Azul Zulu 11.0.12

2021-07-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8956: --- Status: Patch Available (was: Open) > TestListenHTTP Failures on Azul Zulu 11.0.12 >

[GitHub] [nifi] exceptionfactory commented on pull request #5250: NIFI-8785 - Confluent Schema Registry REST client - refactoring, debu…

2021-07-28 Thread GitBox
exceptionfactory commented on pull request #5250: URL: https://github.com/apache/nifi/pull/5250#issuecomment-888765938 Thanks for the updates and reply @pvillard31, that's a helpful point regarding caching. I will look at verifying the changes soon. -- This is an automated message from

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
fgerlits commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r677585723 ## File path: cmake/Extensions.cmake ## @@ -26,7 +26,27 @@ macro(register_extension extension-name) get_property(extensions GLOBAL PROPERTY

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
fgerlits commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r677585723 ## File path: cmake/Extensions.cmake ## @@ -26,7 +26,27 @@ macro(register_extension extension-name) get_property(extensions GLOBAL PROPERTY

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request #1145: MINIFICPP-1469 Ensure that the MSI installer always shows LICENSE

2021-07-28 Thread GitBox
martinzink opened a new pull request #1145: URL: https://github.com/apache/nifi-minifi-cpp/pull/1145 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:

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678081716 ## File path: extensions/coap/controllerservice/CoapConnector.h ## @@ -25,6 +25,7 @@ #include "core/logging/LoggerConfiguration.h"

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678112156 ## File path: cmake/Extensions.cmake ## @@ -26,7 +26,27 @@ macro(register_extension extension-name) get_property(extensions GLOBAL

[GitHub] [nifi] pvillard31 commented on pull request #5250: NIFI-8785 - Confluent Schema Registry REST client - refactoring, debu…

2021-07-28 Thread GitBox
pvillard31 commented on pull request #5250: URL: https://github.com/apache/nifi/pull/5250#issuecomment-888157130 Hey @exceptionfactory - thanks for the review and suggestions. Regarding the version of the schema registry and what APIs can be used or not, I didn't find anything that

[GitHub] [nifi] pvillard31 opened a new pull request #5256: NIFI-8951 - fixed scale vs precision reference in QueryDatabaseTable …

2021-07-28 Thread GitBox
pvillard31 opened a new pull request #5256: URL: https://github.com/apache/nifi/pull/5256 …processors 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

[jira] [Updated] (NIFI-8951) Precision is used instead of scale in QueryDatabase processors

2021-07-28 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-8951: - Status: Patch Available (was: In Progress) > Precision is used instead of scale in QueryDatabase

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
fgerlits commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678172665 ## File path: extensions/script/python/PythonObjectFactory.cpp ## @@ -15,9 +15,5 @@ * See the License for the specific language governing

[jira] [Commented] (NIFI-6153) [Wait/Notify] Wait processor doesn't release a file

2021-07-28 Thread Joseph Gresock (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17388703#comment-17388703 ] Joseph Gresock commented on NIFI-6153: -- What is the use case for wanting a Target Signal Count of 0

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1145: MINIFICPP-1469 Ensure that the MSI installer always shows LICENSE

2021-07-28 Thread GitBox
martinzink commented on a change in pull request #1145: URL: https://github.com/apache/nifi-minifi-cpp/pull/1145#discussion_r678182183 ## File path: CMakeLists.txt ## @@ -819,7 +819,8 @@ set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR

[GitHub] [nifi] kotarot commented on a change in pull request #4943: NIFI-5886: Add RPM profile for NiFi Toolkit

2021-07-28 Thread GitBox
kotarot commented on a change in pull request #4943: URL: https://github.com/apache/nifi/pull/4943#discussion_r678170997 ## File path: nifi-toolkit/nifi-toolkit-assembly/pom.xml ## @@ -308,5 +308,135 @@ language governing permissions and limitations under the License. -->

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678175372 ## File path: extensions/opencv/MotionDetector.cpp ## @@ -201,6 +201,8 @@ void MotionDetector::onTrigger(const std::shared_ptr void

[GitHub] [nifi] kotarot commented on a change in pull request #4943: NIFI-5886: Add RPM profile for NiFi Toolkit

2021-07-28 Thread GitBox
kotarot commented on a change in pull request #4943: URL: https://github.com/apache/nifi/pull/4943#discussion_r678170058 ## File path: nifi-toolkit/nifi-toolkit-assembly/pom.xml ## @@ -308,5 +308,135 @@ language governing permissions and limitations under the License. -->

[jira] [Created] (MINIFICPP-1617) Update CONTRIB.md where it differs from practice

2021-07-28 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1617: --- Summary: Update CONTRIB.md where it differs from practice Key: MINIFICPP-1617 URL: https://issues.apache.org/jira/browse/MINIFICPP-1617 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678101677 ## File path: extensions/libarchive/ManipulateArchive.h ## @@ -27,6 +27,9 @@ #include "core/Processor.h" #include "core/ProcessSession.h"

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1145: MINIFICPP-1469 Ensure that the MSI installer always shows LICENSE

2021-07-28 Thread GitBox
martinzink commented on a change in pull request #1145: URL: https://github.com/apache/nifi-minifi-cpp/pull/1145#discussion_r678182183 ## File path: CMakeLists.txt ## @@ -819,7 +819,8 @@ set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR

[GitHub] [nifi] kotarot commented on pull request #4943: NIFI-5886: Add RPM profile for NiFi Toolkit

2021-07-28 Thread GitBox
kotarot commented on pull request #4943: URL: https://github.com/apache/nifi/pull/4943#issuecomment-888213387 @pvillard31 Thank you for for taking care of the label! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1121: MINIFICPP-1596 Refactor docker tests by removing unnecessary clusters

2021-07-28 Thread GitBox
lordgamez commented on a change in pull request #1121: URL: https://github.com/apache/nifi-minifi-cpp/pull/1121#discussion_r678076530 ## File path: docker/test/integration/features/kafka.feature ## @@ -53,7 +53,7 @@ Feature: Sending data to using Kafka streaming platform using

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1121: MINIFICPP-1596 Refactor docker tests by removing unnecessary clusters

2021-07-28 Thread GitBox
lordgamez commented on a change in pull request #1121: URL: https://github.com/apache/nifi-minifi-cpp/pull/1121#discussion_r678076530 ## File path: docker/test/integration/features/kafka.feature ## @@ -53,7 +53,7 @@ Feature: Sending data to using Kafka streaming platform using

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678081266 ## File path: extensions/coap/CMakeLists.txt ## @@ -26,7 +26,7 @@ file(GLOB CSOURCES "nanofi/*.c") file(GLOB SOURCES "*.cpp"

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678123041 ## File path: extensions/script/CMakeLists.txt ## @@ -68,13 +58,10 @@ if (ENABLE_LUA_SCRIPTING) add_definitions(-DLUA_SUPPORT)

[jira] [Created] (NIFI-8951) Precision is used instead of scale in QueryDatabase processors

2021-07-28 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-8951: Summary: Precision is used instead of scale in QueryDatabase processors Key: NIFI-8951 URL: https://issues.apache.org/jira/browse/NIFI-8951 Project: Apache NiFi

[GitHub] [nifi] pvillard31 commented on pull request #4943: NIFI-5886: Add RPM profile for NiFi Toolkit

2021-07-28 Thread GitBox
pvillard31 commented on pull request #4943: URL: https://github.com/apache/nifi/pull/4943#issuecomment-888208621 I removed the Stale label. Once comments are taken into account, we can move forward with this. -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (NIFI-6501) Add config to limit buffer queue size in CaptureChangeMySQL

2021-07-28 Thread Przemyslaw Dubaniewicz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17388601#comment-17388601 ] Przemyslaw Dubaniewicz commented on NIFI-6501: -- [~leiwangouc], [~bbende], [~pushpavanthar] do

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678168130 ## File path: libminifi/include/core/extension/Extension.h ## @@ -0,0 +1,90 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi] kotarot commented on a change in pull request #4943: NIFI-5886: Add RPM profile for NiFi Toolkit

2021-07-28 Thread GitBox
kotarot commented on a change in pull request #4943: URL: https://github.com/apache/nifi/pull/4943#discussion_r678170058 ## File path: nifi-toolkit/nifi-toolkit-assembly/pom.xml ## @@ -308,5 +308,135 @@ language governing permissions and limitations under the License. -->

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
fgerlits commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678269961 ## File path: libminifi/include/core/extension/Extension.h ## @@ -0,0 +1,90 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi] kevinbsilva opened a new pull request #5257: NIFI-8952: Fixed logback.xml files BOOTSTRAP_FILE appender commentary

2021-07-28 Thread GitBox
kevinbsilva opened a new pull request #5257: URL: https://github.com/apache/nifi/pull/5257 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Correction of loback.xml files commentary

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
fgerlits commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678304459 ## File path: libminifi/include/core/ClassLoader.h ## @@ -56,182 +47,6 @@ namespace core { #define RTLD_LOCAL (1 << 2) #endif -/** - *

[jira] [Updated] (NIFI-8952) Fix logback.xml BOOTSTRAP_FILE appender commentary

2021-07-28 Thread Kevin Barranco (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Barranco updated NIFI-8952: - Description: All the logback.xml files that contains the appender BOOTSTRAP_FILE has the

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-07-28 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678265418 ## File path: libminifi/include/core/extension/Extension.h ## @@ -0,0 +1,90 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[jira] [Created] (NIFI-8952) Fix logback.xml BOOTSTRAP_FILE appender commentary

2021-07-28 Thread Kevin Barranco (Jira)
Kevin Barranco created NIFI-8952: Summary: Fix logback.xml BOOTSTRAP_FILE appender commentary Key: NIFI-8952 URL: https://issues.apache.org/jira/browse/NIFI-8952 Project: Apache NiFi Issue