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

2021-04-14 Thread GitBox
aminadinari19 commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r612988235 ## File path: controller/MiNiFiController.cpp ## @@ -167,9 +165,10 @@ int main(int argc, char **argv) { socket = secure_context !

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

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

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

2021-04-14 Thread GitBox
aminadinari19 commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r612988521 ## File path: libminifi/include/utils/StringUtils.h ## @@ -75,13 +75,12 @@ struct string_traits{ class StringUtils { public: /** - *

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

2021-04-14 Thread GitBox
aminadinari19 commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r612988788 ## File path: extensions/mqtt/processors/PublishMQTT.cpp ## @@ -64,7 +64,9 @@ void PublishMQTT::onSchedule(const std::shared_ptr &contex

[GitHub] [nifi] pvillard31 commented on pull request #4984: NIFI-8409 - ConsumeMQTT Processor Broker URI Expression Language Support

2021-04-14 Thread GitBox
pvillard31 commented on pull request #4984: URL: https://github.com/apache/nifi/pull/4984#issuecomment-819291764 Thanks @exceptionfactory - updated the pull request -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nifi] pvillard31 commented on pull request #4644: NIFI-7974 - Upgrading calcite, hbase, geo2ip deps

2021-04-14 Thread GitBox
pvillard31 commented on pull request #4644: URL: https://github.com/apache/nifi/pull/4644#issuecomment-819293909 @exceptionfactory - that's the version I used in my pull request, did I miss a place? -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [nifi] asfgit closed pull request #4997: NIFI-8422 added auto close/manager for stale PRs

2021-04-14 Thread GitBox
asfgit closed pull request #4997: URL: https://github.com/apache/nifi/pull/4997 -- 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 con

[jira] [Commented] (NIFI-8422) Establish a Github Actions auto-close Stale PR workflow

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

[jira] [Resolved] (NIFI-8422) Establish a Github Actions auto-close Stale PR workflow

2021-04-14 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-8422. -- Resolution: Fixed > Establish a Github Actions auto-close Stale PR workflow > --

[jira] [Commented] (MINIFICPP-1457) Implement InputRequirements

2021-04-14 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320797#comment-17320797 ] Ádám Markovics commented on MINIFICPP-1457: --- PR submitted: https://github.c

[GitHub] [nifi] pvillard31 edited a comment on pull request #4644: NIFI-7974 - Upgrading calcite, hbase, geo2ip deps

2021-04-14 Thread GitBox
pvillard31 edited a comment on pull request #4644: URL: https://github.com/apache/nifi/pull/4644#issuecomment-819293909 @exceptionfactory - that's the version I used in my pull request, did I miss a place? Just rebased against main branch though. -- This is an automated message from t

[jira] [Updated] (NIFI-8325) Rework SNMP processors

2021-04-14 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lehel Boér updated NIFI-8325: - Summary: Rework SNMP processors (was: Rework, support and add SNMP processors in NiFi) > Rework SNMP pro

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1017: MINIFICPP-1515 - Add integration tests testing different flowfile sizes in a simple flow

2021-04-14 Thread GitBox
fgerlits commented on a change in pull request #1017: URL: https://github.com/apache/nifi-minifi-cpp/pull/1017#discussion_r613094766 ## File path: docker/test/integration/minifi/validators/SingleFileContentHashValidator.py ## @@ -0,0 +1,43 @@ +import logging +import os + +from

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1017: MINIFICPP-1515 - Add integration tests testing different flowfile sizes in a simple flow

2021-04-14 Thread GitBox
fgerlits commented on a change in pull request #1017: URL: https://github.com/apache/nifi-minifi-cpp/pull/1017#discussion_r613094766 ## File path: docker/test/integration/minifi/validators/SingleFileContentHashValidator.py ## @@ -0,0 +1,43 @@ +import logging +import os + +from

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1017: MINIFICPP-1515 - Add integration tests testing different flowfile sizes in a simple flow

2021-04-14 Thread GitBox
fgerlits commented on a change in pull request #1017: URL: https://github.com/apache/nifi-minifi-cpp/pull/1017#discussion_r613094766 ## File path: docker/test/integration/minifi/validators/SingleFileContentHashValidator.py ## @@ -0,0 +1,43 @@ +import logging +import os + +from

[GitHub] [nifi] gresockj commented on a change in pull request #4991: NIFI-7134: Allowing auto-reloading of Jetty key/truststores

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4991: URL: https://github.com/apache/nifi/pull/4991#discussion_r613112540 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-ssl-autoloading-utils/src/main/java/org/apache/nifi/autoload/PrivateKeyInfo.java

[GitHub] [nifi] gresockj commented on a change in pull request #4991: NIFI-7134: Allowing auto-reloading of Jetty key/truststores

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4991: URL: https://github.com/apache/nifi/pull/4991#discussion_r613116435 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-ssl-autoloading-utils/src/test/java/org/apache/nifi/autoload/TestSSLContextFacto

[GitHub] [nifi] gresockj commented on a change in pull request #4991: NIFI-7134: Allowing auto-reloading of Jetty key/truststores

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4991: URL: https://github.com/apache/nifi/pull/4991#discussion_r613121826 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-ssl-autoloading-utils/src/main/java/org/apache/nifi/autoload/PrivateKeyInfo.java

[GitHub] [nifi] gresockj commented on a change in pull request #4991: NIFI-7134: Allowing auto-reloading of Jetty key/truststores

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4991: URL: https://github.com/apache/nifi/pull/4991#discussion_r613121826 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-ssl-autoloading-utils/src/main/java/org/apache/nifi/autoload/PrivateKeyInfo.java

[GitHub] [nifi] gresockj commented on a change in pull request #4991: NIFI-7134: Allowing auto-reloading of Jetty key/truststores

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4991: URL: https://github.com/apache/nifi/pull/4991#discussion_r613155455 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-ssl-autoloading-utils/src/main/java/org/apache/nifi/autoload/SSLContextFactoryAu

[GitHub] [nifi] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613199731 ## File path: nifi-bootstrap/src/test/java/org/apache/nifi/bootstrap/util/TestSecureNiFiConfigUtil.java ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache

[GitHub] [nifi] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613203025 ## File path: nifi-bootstrap/src/test/java/org/apache/nifi/bootstrap/util/TestSecureNiFiConfigUtil.java ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache

[GitHub] [nifi] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613212430 ## File path: nifi-bootstrap/src/test/java/org/apache/nifi/bootstrap/util/TestSecureNiFiConfigUtil.java ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache

[GitHub] [nifi] asfgit closed pull request #4995: NIFI-8411 update to use latest java action and specific distribution …

2021-04-14 Thread GitBox
asfgit closed pull request #4995: URL: https://github.com/apache/nifi/pull/4995 -- 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 con

[jira] [Commented] (NIFI-8411) Update github CI usage to latest java action for distribution control

2021-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320978#comment-17320978 ] ASF subversion and git services commented on NIFI-8411: --- Commit 8c66

[jira] [Resolved] (NIFI-8411) Update github CI usage to latest java action for distribution control

2021-04-14 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen resolved NIFI-8411. Fix Version/s: 1.14.0 Resolution: Fixed > Update github CI usage to latest java action for di

[jira] [Created] (NIFI-8428) UI - Access Policy icon not displaying properly for Controller Services

2021-04-14 Thread Mark Bean (Jira)
Mark Bean created NIFI-8428: --- Summary: UI - Access Policy icon not displaying properly for Controller Services Key: NIFI-8428 URL: https://issues.apache.org/jira/browse/NIFI-8428 Project: Apache NiFi

[GitHub] [nifi] exceptionfactory commented on pull request #4644: NIFI-7974 - Upgrading calcite, hbase, geo2ip deps

2021-04-14 Thread GitBox
exceptionfactory commented on pull request #4644: URL: https://github.com/apache/nifi/pull/4644#issuecomment-819494677 > @exceptionfactory - that's the version I used in my pull request, did I miss a place? > Just rebased against main branch though. Thanks for the update @pvillard

[GitHub] [nifi-minifi-cpp] szaszm closed pull request #1041: MINIFICPP-1358 Add SendBody property functionality to InvokeHTTP processor

2021-04-14 Thread GitBox
szaszm closed pull request #1041: URL: https://github.com/apache/nifi-minifi-cpp/pull/1041 -- 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-minifi-cpp] fgerlits commented on a change in pull request #1040: MINIFICPP-1329- Fix implementation and usages of string to bool

2021-04-14 Thread GitBox
fgerlits commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r613232213 ## File path: libminifi/include/utils/StringUtils.h ## @@ -75,13 +75,12 @@ struct string_traits{ class StringUtils { public: /** - * Conv

[jira] [Assigned] (NIFI-8428) UI - Access Policy icon not displaying properly for Controller Services

2021-04-14 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard reassigned NIFI-8428: Assignee: Pierre Villard > UI - Access Policy icon not displaying properly for Controller S

[jira] [Created] (NIFI-8429) DBCPConnectionPool leaks registered drivers

2021-04-14 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-8429: - Summary: DBCPConnectionPool leaks registered drivers Key: NIFI-8429 URL: https://issues.apache.org/jira/browse/NIFI-8429 Project: Apache NiFi Issue Type: B

[GitHub] [nifi] pvillard31 opened a new pull request #5000: NIFI-8428 - increased actions column width for controller services

2021-04-14 Thread GitBox
pvillard31 opened a new pull request #5000: URL: https://github.com/apache/nifi/pull/5000 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] pvillard31 commented on pull request #5000: NIFI-8428 - increased actions column width for controller services

2021-04-14 Thread GitBox
pvillard31 commented on pull request #5000: URL: https://github.com/apache/nifi/pull/5000#issuecomment-819510129 Similar change to #4214 that focused on reporting tasks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Updated] (NIFI-8428) UI - Access Policy icon not displaying properly for Controller Services

2021-04-14 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-8428: - Status: Patch Available (was: Open) > UI - Access Policy icon not displaying properly for Control

[jira] [Assigned] (NIFI-8429) DBCPConnectionPool leaks registered drivers

2021-04-14 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence reassigned NIFI-8429: - Assignee: Simon Bence > DBCPConnectionPool leaks registered drivers > ---

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

2021-04-14 Thread GitBox
fgerlits commented on a change in pull request #1040: URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r613251303 ## File path: extensions/standard-processors/tests/unit/PutFileTests.cpp ## @@ -467,4 +467,39 @@ TEST_CASE("TestPutFilePermissions", "[PutFilePe

[jira] [Resolved] (MINIFICPP-1358) SendBody property is unused in InvokeHTTP

2021-04-14 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi resolved MINIFICPP-1358. -- Resolution: Fixed > SendBody property is unused in InvokeHTTP > ---

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1052: MINIFICPP-1244 Support the Initial Start Position property in TailFile

2021-04-14 Thread GitBox
lordgamez opened a new pull request #1052: URL: https://github.com/apache/nifi-minifi-cpp/pull/1052 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] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613314232 ## File path: nifi-bootstrap/src/test/java/org/apache/nifi/bootstrap/util/TestSecureNiFiConfigUtil.java ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
exceptionfactory commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613320447 ## File path: nifi-bootstrap/src/test/java/org/apache/nifi/bootstrap/util/TestSecureNiFiConfigUtil.java ## @@ -0,0 +1,208 @@ +/* + * Licensed to th

[jira] [Created] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
David Handermann created NIFI-8430: -- Summary: ReportLineageToAtlas Truststore Loader Thread Leak Key: NIFI-8430 URL: https://issues.apache.org/jira/browse/NIFI-8430 Project: Apache NiFi Issu

[jira] [Commented] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321079#comment-17321079 ] David Handermann commented on NIFI-8430: Changing the trust store loading approach

[GitHub] [nifi] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613340644 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/StandardTlsConfiguration.java ## @@ -203,6 +205,38 @@ public sta

[GitHub] [nifi] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613342402 ## File path: nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/util/SecureNiFiConfigUtil.java ## @@ -0,0 +1,191 @@ +/* + * Licensed to the Apache Sof

[GitHub] [nifi] exceptionfactory opened a new pull request #5001: NIFI-8430 Set hadoop-common:3.1.4 for nifi-atlas-bundle

2021-04-14 Thread GitBox
exceptionfactory opened a new pull request #5001: URL: https://github.com/apache/nifi/pull/5001 Description of PR NIFI-8430 Sets hadoop-common to version 3.1.4 in `nifi-atlas-bundle` to override version 3.1.1 included in Atlas 2.1.0. Hadoop Common 3.1.4 includes resolution of

[jira] [Updated] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8430: --- Status: Patch Available (was: In Progress) > ReportLineageToAtlas Truststore Loader Thread Le

[GitHub] [nifi] thenatog commented on pull request #4988: NIFI-7870 - Fix anonymous access control for advanced UI resources

2021-04-14 Thread GitBox
thenatog commented on pull request #4988: URL: https://github.com/apache/nifi/pull/4988#issuecomment-819620934 Updated some aspects but I don't believe the code as it stands will be working. Working to implement the bearer token resolver aspect and fix one aspect of the cookie checking.

[GitHub] [nifi] thenatog edited a comment on pull request #4988: NIFI-7870 - Fix anonymous access control for advanced UI resources

2021-04-14 Thread GitBox
thenatog edited a comment on pull request #4988: URL: https://github.com/apache/nifi/pull/4988#issuecomment-819620934 Updated as per most of the feedback so far but I don't believe the code as it stands will be working. Working to implement the bearer token resolver aspect and fix one aspe

[GitHub] [nifi] markobean commented on pull request #5000: NIFI-8428 - increased actions column width for controller services

2021-04-14 Thread GitBox
markobean commented on pull request #5000: URL: https://github.com/apache/nifi/pull/5000#issuecomment-819629496 +1 Built and installed NiFi with this fix. The previously observed issue of poor icon placement has been fixed. Looks good to me. -- This is an automated message from th

[jira] [Created] (NIFI-8431) Redundant validation of Dynamic Properties

2021-04-14 Thread Mark Bean (Jira)
Mark Bean created NIFI-8431: --- Summary: Redundant validation of Dynamic Properties Key: NIFI-8431 URL: https://issues.apache.org/jira/browse/NIFI-8431 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] gresockj commented on a change in pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on a change in pull request #4986: URL: https://github.com/apache/nifi/pull/4986#discussion_r613465911 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/StandardTlsConfiguration.java ## @@ -203,6 +205,38 @@ public sta

[GitHub] [nifi] exceptionfactory closed pull request #5001: NIFI-8430 Set hadoop-common:3.1.4 for nifi-atlas-bundle

2021-04-14 Thread GitBox
exceptionfactory closed pull request #5001: URL: https://github.com/apache/nifi/pull/5001 -- 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] exceptionfactory commented on pull request #5001: NIFI-8430 Set hadoop-common:3.1.4 for nifi-atlas-bundle

2021-04-14 Thread GitBox
exceptionfactory commented on pull request #5001: URL: https://github.com/apache/nifi/pull/5001#issuecomment-819747529 Runtime testing determined that this did not resolve the thread leak issue in `ReportLineageToAtlas`. -- This is an automated message from the Apache Git Service. To res

[jira] [Updated] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8430: --- Description: {{ReportLineageToAtlas}} can leak threads when configured with an SSL Context Ser

[jira] [Assigned] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-8430: -- Assignee: Peter Turcsanyi (was: David Handermann) > ReportLineageToAtlas Truststore Lo

[jira] [Comment Edited] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321079#comment-17321079 ] David Handermann edited comment on NIFI-8430 at 4/14/21, 6:44 PM: --

[GitHub] [nifi] turcsanyip opened a new pull request #5002: NIFI-8430: Close Atlas client in order to free up resources

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

[jira] [Created] (NIFI-8432) PutSQL - Throwing IndexOutOfBounds exception in ErrorHandler

2021-04-14 Thread Steven Youtsey (Jira)
Steven Youtsey created NIFI-8432: Summary: PutSQL - Throwing IndexOutOfBounds exception in ErrorHandler Key: NIFI-8432 URL: https://issues.apache.org/jira/browse/NIFI-8432 Project: Apache NiFi

[GitHub] [nifi] simonbence opened a new pull request #5003: NIFI-8429 Changing DBCPConnectionPool driver manager in order to prevent from leaking

2021-04-14 Thread GitBox
simonbence opened a new pull request #5003: URL: https://github.com/apache/nifi/pull/5003 I implemented the changes suggested in [NIFI-8429](https://issues.apache.org/jira/browse/NIFI-8429). This will prevent unnecessary creation of drivers and leaking threads using the toolbox provided b

[jira] [Created] (NIFI-8433) Add decommission command to nifi.sh

2021-04-14 Thread Mark Payne (Jira)
Mark Payne created NIFI-8433: Summary: Add decommission command to nifi.sh Key: NIFI-8433 URL: https://issues.apache.org/jira/browse/NIFI-8433 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] markap14 opened a new pull request #5004: NIFI-8433: Added ability to decommission a node in a cluster

2021-04-14 Thread GitBox
markap14 opened a new pull request #5004: URL: https://github.com/apache/nifi/pull/5004 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-8434) Add the possibility to use new class loader when a controller service is enabled

2021-04-14 Thread Simon Bence (Jira)
Simon Bence created NIFI-8434: - Summary: Add the possibility to use new class loader when a controller service is enabled Key: NIFI-8434 URL: https://issues.apache.org/jira/browse/NIFI-8434 Project: Apach

[jira] [Commented] (NIFI-8429) DBCPConnectionPool leaks registered drivers

2021-04-14 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321309#comment-17321309 ] Simon Bence commented on NIFI-8429: --- A very well formed proposal, I quickly implemented

[GitHub] [nifi] asfgit closed pull request #5002: NIFI-8430: Close Atlas client in order to free up resources

2021-04-14 Thread GitBox
asfgit closed pull request #5002: URL: https://github.com/apache/nifi/pull/5002 -- 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 con

[jira] [Commented] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321317#comment-17321317 ] ASF subversion and git services commented on NIFI-8430: --- Commit 2fb0

[jira] [Updated] (NIFI-8430) ReportLineageToAtlas Truststore Loader Thread Leak

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8430: --- Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Availab

[GitHub] [nifi] asfgit closed pull request #5000: NIFI-8428 - increased actions column width for controller services

2021-04-14 Thread GitBox
asfgit closed pull request #5000: URL: https://github.com/apache/nifi/pull/5000 -- 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 con

[jira] [Updated] (NIFI-8428) UI - Access Policy icon not displaying properly for Controller Services

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8428: --- Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Availab

[jira] [Commented] (NIFI-8428) UI - Access Policy icon not displaying properly for Controller Services

2021-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321320#comment-17321320 ] ASF subversion and git services commented on NIFI-8428: --- Commit 4fb8

[GitHub] [nifi] asfgit closed pull request #4984: NIFI-8409 - ConsumeMQTT Processor Broker URI Expression Language Support

2021-04-14 Thread GitBox
asfgit closed pull request #4984: URL: https://github.com/apache/nifi/pull/4984 -- 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 con

[jira] [Updated] (NIFI-8409) ConsumeMQTT Processor Broker URI Expression Language Support

2021-04-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8409: --- Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Availab

[jira] [Commented] (NIFI-8409) ConsumeMQTT Processor Broker URI Expression Language Support

2021-04-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321321#comment-17321321 ] ASF subversion and git services commented on NIFI-8409: --- Commit 0f87

[GitHub] [nifi] gresockj commented on pull request #4986: NIFI-8403: Generating Self-signed cert on startup when applicable

2021-04-14 Thread GitBox
gresockj commented on pull request #4986: URL: https://github.com/apache/nifi/pull/4986#issuecomment-819835750 I'll be working on resolving the Windows-related test failures soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [nifi] github-actions[bot] commented on pull request #4641: NIFI-6394 - Ability to export contents of a List Queue

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4641: URL: https://github.com/apache/nifi/pull/4641#issuecomment-819929640 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4601: NIFI-7917 Upgrade avro to 1.10 in nifi-nar-bundles/nifi-standard-serv…

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4601: URL: https://github.com/apache/nifi/pull/4601#issuecomment-819929666 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4646: NIFI-6047 Add DeduplicateRecords (combines 6047 and 6014)

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4646: URL: https://github.com/apache/nifi/pull/4646#issuecomment-819929633 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4639: Update PutFile.java: fix path traversal vulnerability

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4639: URL: https://github.com/apache/nifi/pull/4639#issuecomment-819929645 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4589: URL: https://github.com/apache/nifi/pull/4589#issuecomment-819929676 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4670: URL: https://github.com/apache/nifi/pull/4670#issuecomment-819929625 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4676: NIFI-8016: Support dynamic properties set on the DataSource in Hive connection pools

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4676: URL: https://github.com/apache/nifi/pull/4676#issuecomment-819929617 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4637: NIFI-5535: NIFI-4713: Change metric tagging in DataDogReportingTask

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4637: URL: https://github.com/apache/nifi/pull/4637#issuecomment-819929659 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4681: NIFI-8035: added userGroupsFilterExpression to allow per user LDAP filters and LDAP nested groups

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4681: URL: https://github.com/apache/nifi/pull/4681#issuecomment-819929608 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4588: NIFI-7904: Support for validation query timeout in DBCP,Hive and HBas…

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4588: URL: https://github.com/apache/nifi/pull/4588#issuecomment-819929690 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4484: NIFI-1207 Create processors to get/put data from XMPP

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4484: URL: https://github.com/apache/nifi/pull/4484#issuecomment-819929780 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4499: NIFI-7459 change nifi-stateless to use NarClassLoader

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4499: URL: https://github.com/apache/nifi/pull/4499#issuecomment-819929755 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4497: NIFI-7780: Unify passage of disconnectedNodeAcknowledged param

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4497: URL: https://github.com/apache/nifi/pull/4497#issuecomment-819929762 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4495: NIFI-7475 JWT processor bundle

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4495: URL: https://github.com/apache/nifi/pull/4495#issuecomment-819929771 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4501: NIFI-7775 exclude OCR Parser from ExtractMediaMetadata Processor

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4501: URL: https://github.com/apache/nifi/pull/4501#issuecomment-819929749 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-819929722 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4585: NIFI-7863 - Recursively create directories, in case of a missing parent directory

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4585: URL: https://github.com/apache/nifi/pull/4585#issuecomment-819929703 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4575: [NIFI-7882] Handle JsonProperties as avro field default

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4575: URL: https://github.com/apache/nifi/pull/4575#issuecomment-819929715 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4515: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4515: URL: https://github.com/apache/nifi/pull/4515#issuecomment-819929736 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 clos

[GitHub] [nifi] github-actions[bot] commented on pull request #4479: NIFI-7599 Make noLocal flag on the JMS consumer false

2021-04-14 Thread GitBox
github-actions[bot] commented on pull request #4479: URL: https://github.com/apache/nifi/pull/4479#issuecomment-819929791 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 clos

[GitHub] [nifi] adamfisher commented on pull request #4646: NIFI-6047 Add DeduplicateRecords (combines 6047 and 6014)

2021-04-14 Thread GitBox
adamfisher commented on pull request #4646: URL: https://github.com/apache/nifi/pull/4646#issuecomment-819955632 I would prefer not to see this go away. I put a lot of time into making it generic and robust. Really I just ran into problems near the end when I had to get it merged in proper

[GitHub] [nifi] themanifold commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2021-04-14 Thread GitBox
themanifold commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-820142372 Please can someone review/merge this? @turcsanyip -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the