[jira] [Created] (MINIFICPP-1311) Ensure that the integration test include dirs correspond to that of libminifi

2020-07-31 Thread Adam Hunyadi (Jira)
Adam Hunyadi created MINIFICPP-1311: --- Summary: Ensure that the integration test include dirs correspond to that of libminifi Key: MINIFICPP-1311 URL: https://issues.apache.org/jira/browse/MINIFICPP-1311

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
hunyadi-dev commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r46350 ## File path: libminifi/include/utils/IntegrationTestUtils.h ## @@ -0,0 +1,66 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[jira] [Created] (NIFI-7695) Disable running controller services from UI

2020-07-31 Thread Roumpen Gkoltouchtsian (Jira)
Roumpen Gkoltouchtsian created NIFI-7695: Summary: Disable running controller services from UI Key: NIFI-7695 URL: https://issues.apache.org/jira/browse/NIFI-7695 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #842: MINIFICPP-1299 Fix duplicate header guards

2020-07-31 Thread GitBox
arpadboda closed pull request #842: URL: https://github.com/apache/nifi-minifi-cpp/pull/842 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

[GitHub] [nifi] tpalfy commented on a change in pull request #4411: NIFI-6312: Improved connection handling in AMQP processors

2020-07-31 Thread GitBox
tpalfy commented on a change in pull request #4411: URL: https://github.com/apache/nifi/pull/4411#discussion_r463554505 ## File path: nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/src/main/java/org/apache/nifi/amqp/processors/AbstractAMQPProcessor.java ## @@ -190,33

[GitHub] [nifi] si-sun commented on a change in pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-31 Thread GitBox
si-sun commented on a change in pull request #4169: URL: https://github.com/apache/nifi/pull/4169#discussion_r463565782 ## File path: nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/src/main/java/org/apache/nifi/processors/smb/PutSmbFile.java ## @@ -0,0 +1,334 @@ +/* + *

[GitHub] [nifi] si-sun commented on a change in pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-31 Thread GitBox
si-sun commented on a change in pull request #4169: URL: https://github.com/apache/nifi/pull/4169#discussion_r463565782 ## File path: nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/src/main/java/org/apache/nifi/processors/smb/PutSmbFile.java ## @@ -0,0 +1,334 @@ +/* + *

[jira] [Updated] (NIFI-7695) Disable running controller services from UI

2020-07-31 Thread Roumpen Gkoltouchtsian (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roumpen Gkoltouchtsian updated NIFI-7695: - Description: When deleting a NiFI flow disabling all running controller services

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-31 Thread GitBox
fgerlits commented on a change in pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r46353 ## File path: CMakeSettings.json ## @@ -2,97 +2,97 @@ // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
hunyadi-dev commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463604597 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #845: MINIFICPP-1277 - Create cross-platform API for querying memory usage

2020-07-31 Thread GitBox
szaszm commented on pull request #845: URL: https://github.com/apache/nifi-minifi-cpp/pull/845#issuecomment-667033822 The CI shows a linter issue, sorry for the premature +1. https://travis-ci.org/github/apache/nifi-minifi-cpp/jobs/713361451#L16837 I'm fine with merging after that's

[GitHub] [nifi-minifi-cpp] szaszm removed a comment on pull request #845: MINIFICPP-1277 - Create cross-platform API for querying memory usage

2020-07-31 Thread GitBox
szaszm removed a comment on pull request #845: URL: https://github.com/apache/nifi-minifi-cpp/pull/845#issuecomment-667032833 Could you rebase to main to see the gh actions CI results as well? This is an automated message

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
szaszm commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r459973870 ## File path: extensions/librdkafka/tests/PublishKafkaOnScheduleTests.cpp ## @@ -23,26 +23,36 @@ #include "../../../libminifi/test/TestBase.h"

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
hunyadi-dev commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463528023 ## File path: extensions/librdkafka/tests/PublishKafkaOnScheduleTests.cpp ## @@ -23,26 +23,36 @@ #include "../../../libminifi/test/TestBase.h"

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
hunyadi-dev commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463527871 ## File path: extensions/librdkafka/tests/PublishKafkaOnScheduleTests.cpp ## @@ -23,26 +23,36 @@ #include "../../../libminifi/test/TestBase.h"

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-31 Thread GitBox
fgerlits commented on a change in pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r463577237 ## File path: CMakeSettings.json ## @@ -2,97 +2,97 @@ // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
adamdebreceni commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463583784 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
adamdebreceni commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463602029 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[jira] [Updated] (NIFI-7695) Disable running controller services from UI

2020-07-31 Thread Roumpen Gkoltouchtsian (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roumpen Gkoltouchtsian updated NIFI-7695: - Issue Type: Bug (was: New Feature) > Disable running controller services from UI

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-31 Thread GitBox
fgerlits commented on a change in pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r463577237 ## File path: CMakeSettings.json ## @@ -2,97 +2,97 @@ // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this

[jira] [Commented] (NIFI-6875) Nifi Zookeeper Cluster_Mode broken in 1.10.0

2020-07-31 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17168767#comment-17168767 ] Christian Holm Jørgensen commented on NIFI-6875: I have the same observation as

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
hunyadi-dev commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463595314 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #857: MINIFICPP-1309 - RAII based resourceClaim management

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

[GitHub] [nifi-registry] behrouz-s commented on pull request #166: NIFIREG-242 Two-way synchronization of git repository backed flows

2020-07-31 Thread GitBox
behrouz-s commented on pull request #166: URL: https://github.com/apache/nifi-registry/pull/166#issuecomment-667105200 > Hi, I am trying 2 way synchronization and it is not working for me. I made some changes to the local repo and just modifying the yaml file & json file [ for testing ]

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
adamdebreceni commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463608524 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[jira] [Updated] (NIFI-7695) Disable running controller services from UI

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7695: - Issue Type: Improvement (was: Bug) > Disable running controller services from UI >

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
adamdebreceni commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463640905 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[GitHub] [nifi] markap14 commented on pull request #4376: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-07-31 Thread GitBox
markap14 commented on pull request #4376: URL: https://github.com/apache/nifi/pull/4376#issuecomment-667166106 @mattyb149 thanks for the updates! I reviewed and code looks good. Did some quick tests and everything still seems to be working well. The only thing that gives me a bit of pause

[jira] [Created] (NIFI-7696) MultiQueryRecord

2020-07-31 Thread Mahieddine Cherif (Jira)
Mahieddine Cherif created NIFI-7696: --- Summary: MultiQueryRecord Key: NIFI-7696 URL: https://issues.apache.org/jira/browse/NIFI-7696 Project: Apache NiFi Issue Type: Task

[jira] [Updated] (NIFI-7696) MultiQueryRecord Processor

2020-07-31 Thread Mahieddine Cherif (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahieddine Cherif updated NIFI-7696: Summary: MultiQueryRecord Processor (was: MultiQueryRecord) > MultiQueryRecord Processor >

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.7.0

2020-07-31 Thread GitBox
szaszm commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r463668961 ## File path: libminifi/src/core/logging/LoggerConfiguration.cpp ## @@ -294,26 +295,27 @@ std::shared_ptr

[jira] [Updated] (NIFI-7522) Processor Kafka 2.5 / Static Membership

2020-07-31 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-7522: --- Fix Version/s: 1.12.0 > Processor Kafka 2.5 / Static Membership > --- > >

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
hunyadi-dev commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463610959 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[jira] [Resolved] (NIFI-7695) Disable running controller services from UI

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7695. -- Resolution: Duplicate > Disable running controller services from UI >

[GitHub] [nifi] si-sun commented on pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-31 Thread GitBox
si-sun commented on pull request #4169: URL: https://github.com/apache/nifi/pull/4169#issuecomment-667136492 @joewitt rebase again main is done This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] joewitt commented on a change in pull request #4169: NIFI-7338 Adding GetSmbFile and PutSmbFile processors #2

2020-07-31 Thread GitBox
joewitt commented on a change in pull request #4169: URL: https://github.com/apache/nifi/pull/4169#discussion_r463665579 ## File path: nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/src/main/java/org/apache/nifi/processors/smb/GetSmbFile.java ## @@ -0,0 +1,521 @@ +/* +

[GitHub] [nifi] mattyb149 commented on pull request #4376: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-07-31 Thread GitBox
mattyb149 commented on pull request #4376: URL: https://github.com/apache/nifi/pull/4376#issuecomment-667176270 Makes sense to me, will rename and update PR This is an automated message from the Apache Git Service. To

[GitHub] [nifi] markap14 commented on pull request #4300: NIFI-7431 kafka exitcompression type

2020-07-31 Thread GitBox
markap14 commented on pull request #4300: URL: https://github.com/apache/nifi/pull/4300#issuecomment-667180566 I do think it's probably better to have a separate bundle. Just because it clearly conveys the intent. It's also the case that while a newer server may be compatible with an

[jira] [Commented] (NIFI-7315) Typo in bootstrap.conf

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

[GitHub] [nifi] markap14 commented on pull request #4320: NIFI-7315 Fixed typo in bootstrap.conf for 17th argument

2020-07-31 Thread GitBox
markap14 commented on pull request #4320: URL: https://github.com/apache/nifi/pull/4320#issuecomment-667174917 Thanks for fixing the typo @HorizonNet ! +1 merged to master. This is an automated message from the Apache Git

[GitHub] [nifi] markap14 merged pull request #4320: NIFI-7315 Fixed typo in bootstrap.conf for 17th argument

2020-07-31 Thread GitBox
markap14 merged pull request #4320: URL: https://github.com/apache/nifi/pull/4320 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Updated] (NIFI-7338) Add GetSmbFile and PutSmbFile processors

2020-07-31 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-7338: --- Fix Version/s: 1.12.0 > Add GetSmbFile and PutSmbFile processors > >

[jira] [Commented] (NIFI-7522) Processor Kafka 2.5 / Static Membership

2020-07-31 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17168932#comment-17168932 ] Joe Witt commented on NIFI-7522: Going to try and get this over the finish line before i start RM

[jira] [Commented] (NIFI-7338) Add GetSmbFile and PutSmbFile processors

2020-07-31 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17168930#comment-17168930 ] Joe Witt commented on NIFI-7338: Going to try and get this over the finish line before i start RM

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #835: MINIFICPP-1281 - Improve test performance by using event polling instead of sleep by sync

2020-07-31 Thread GitBox
adamdebreceni commented on a change in pull request #835: URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r463608524 ## File path: extensions/standard-processors/tests/integration/TailFileTest.cpp ## @@ -69,9 +70,11 @@ class TailFileTestHarness : public

[jira] [Commented] (NIFI-6875) Nifi Zookeeper Cluster_Mode broken in 1.10.0

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17168879#comment-17168879 ] Pierre Villard commented on NIFI-6875: -- Is the same observed with a version of Zookeeper that is

[GitHub] [nifi] markap14 commented on pull request #4426: Nifi 1.11.4 fix corrupt flow.xml.gz and add thread priority

2020-07-31 Thread GitBox
markap14 commented on pull request #4426: URL: https://github.com/apache/nifi/pull/4426#issuecomment-667147545 Hello. Looks like this PR is not properly rebased against main. Please ensure that you file a Jira that explains what the concern is and rebase against `main` so that only your

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.7.0

2020-07-31 Thread GitBox
szaszm commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r463666731 ## File path: libminifi/src/core/logging/LoggerConfiguration.cpp ## @@ -298,22 +299,23 @@ std::shared_ptr LoggerConfiguration::create_syslog_sink()

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #837: MINIFICPP-1121 - Upgrade spdlog to version 1.7.0

2020-07-31 Thread GitBox
szaszm commented on a change in pull request #837: URL: https://github.com/apache/nifi-minifi-cpp/pull/837#discussion_r463668961 ## File path: libminifi/src/core/logging/LoggerConfiguration.cpp ## @@ -294,26 +295,27 @@ std::shared_ptr

[jira] [Commented] (NIFI-7695) Disable running controller services from UI

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17168877#comment-17168877 ] Pierre Villard commented on NIFI-7695: -- Many improvements for controller services are tracked under 

[jira] [Created] (NIFI-7698) MergeContent should include Details in provenance event indicating why bin was merged

2020-07-31 Thread Mark Payne (Jira)
Mark Payne created NIFI-7698: Summary: MergeContent should include Details in provenance event indicating why bin was merged Key: NIFI-7698 URL: https://issues.apache.org/jira/browse/NIFI-7698 Project:

[GitHub] [nifi] markap14 closed pull request #4376: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-07-31 Thread GitBox
markap14 closed pull request #4376: URL: https://github.com/apache/nifi/pull/4376 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

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

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

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

[jira] [Updated] (NIFI-7696) MultiQueryRecord Processor

2020-07-31 Thread Mahieddine Cherif (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahieddine Cherif updated NIFI-7696: Labels: enhancement extensions sugestion (was: ) > MultiQueryRecord Processor >

[jira] [Created] (NIFI-7697) NiFi XMLReader Record Component sometimes ignores empty XML Elements

2020-07-31 Thread Andrew Chafos (Jira)
Andrew Chafos created NIFI-7697: --- Summary: NiFi XMLReader Record Component sometimes ignores empty XML Elements Key: NIFI-7697 URL: https://issues.apache.org/jira/browse/NIFI-7697 Project: Apache NiFi

[jira] [Created] (NIFI-7700) Nifi ExecuteScript Processor doesn't load dependent scripts from Module Directory

2020-07-31 Thread Vijendra Kulhade (Jira)
Vijendra Kulhade created NIFI-7700: -- Summary: Nifi ExecuteScript Processor doesn't load dependent scripts from Module Directory Key: NIFI-7700 URL: https://issues.apache.org/jira/browse/NIFI-7700

[GitHub] [nifi] markap14 commented on pull request #4376: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-07-31 Thread GitBox
markap14 commented on pull request #4376: URL: https://github.com/apache/nifi/pull/4376#issuecomment-667273585 Awesome, thanks @mattyb149! Looks great! I was able to verify running headless and not. Same flow worked great in both. Code looks good. I changed the "headless" profile to be

[jira] [Updated] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-07-31 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7592: - Fix Version/s: 1.12.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Created] (NIFI-7699) MergeContent: Only Route Bins to Failure on Timeout

2020-07-31 Thread Eric Secules (Jira)
Eric Secules created NIFI-7699: -- Summary: MergeContent: Only Route Bins to Failure on Timeout Key: NIFI-7699 URL: https://issues.apache.org/jira/browse/NIFI-7699 Project: Apache NiFi Issue

[GitHub] [nifi] joewitt commented on pull request #4426: Nifi 1.11.4 fix corrupt flow.xml.gz and add thread priority

2020-07-31 Thread GitBox
joewitt commented on pull request #4426: URL: https://github.com/apache/nifi/pull/4426#issuecomment-667315756 Very difficult to tell what this is associated with. Please ensure a JIRA exists, is tagged, and the commit included for review is just what needs to be considered. Closing for

[GitHub] [nifi] markap14 closed pull request #2429: Allow delayed transfer

2020-07-31 Thread GitBox
markap14 closed pull request #2429: URL: https://github.com/apache/nifi/pull/2429 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

[GitHub] [nifi] markap14 commented on pull request #2429: Allow delayed transfer

2020-07-31 Thread GitBox
markap14 commented on pull request #2429: URL: https://github.com/apache/nifi/pull/2429#issuecomment-667318342 Closing PR for now, as it's no longer being worked. This is an automated message from the Apache Git Service. To

[jira] [Updated] (NIFI-7604) Move nifi-elasticsearch5-processors and NAR package to profile build

2020-07-31 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7604: --- Status: Patch Available (was: Open) > Move nifi-elasticsearch5-processors and NAR package to profile

[GitHub] [nifi] markap14 commented on pull request #4443: NIFI-7691: Validate request object to be not null.

2020-07-31 Thread GitBox
markap14 commented on pull request #4443: URL: https://github.com/apache/nifi/pull/4443#issuecomment-667314508 Thanks @tirkarthi , code looks good. +1 merged to master. This is an automated message from the Apache Git

[jira] [Commented] (NIFI-7691) Nifi web api crashes due to empty payload causing NullPointerException

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

[jira] [Resolved] (NIFI-7691) Nifi web api crashes due to empty payload causing NullPointerException

2020-07-31 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-7691. -- Fix Version/s: 1.12.0 Resolution: Fixed > Nifi web api crashes due to empty payload causing

[GitHub] [nifi] markap14 merged pull request #4443: NIFI-7691: Validate request object to be not null.

2020-07-31 Thread GitBox
markap14 merged pull request #4443: URL: https://github.com/apache/nifi/pull/4443 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

[GitHub] [nifi] mattyb149 closed pull request #4389: NIFI-7604 Moved nifi-elasticsearch-5 NAR to a profile to save space.

2020-07-31 Thread GitBox
mattyb149 closed pull request #4389: URL: https://github.com/apache/nifi/pull/4389 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

[GitHub] [nifi] joewitt closed pull request #4426: Nifi 1.11.4 fix corrupt flow.xml.gz and add thread priority

2020-07-31 Thread GitBox
joewitt closed pull request #4426: URL: https://github.com/apache/nifi/pull/4426 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Commented] (NIFI-7604) Move nifi-elasticsearch5-processors and NAR package to profile build

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

[GitHub] [nifi] mattyb149 commented on pull request #4389: NIFI-7604 Moved nifi-elasticsearch-5 NAR to a profile to save space.

2020-07-31 Thread GitBox
mattyb149 commented on pull request #4389: URL: https://github.com/apache/nifi/pull/4389#issuecomment-667340542 +1 LGTM, tried with and without the profile activated, verified the NAR was included and excluded respectively. There's a merge conflict but I will fix that. Thanks for this!

[jira] [Updated] (NIFI-7604) Move nifi-elasticsearch5-processors and NAR package to profile build

2020-07-31 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7604: --- Fix Version/s: 1.12.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463879602 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463880452 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463880311 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463880354 ## File path:

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463880263 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureDataLakeStorageProcessor.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463880021 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463880093 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureDataLakeStorageProcessor.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463879731 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4438: NIFI-7340: Adding ListAzureDataLakeStorage

2020-07-31 Thread GitBox
turcsanyip commented on a change in pull request #4438: URL: https://github.com/apache/nifi/pull/4438#discussion_r463879797 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java

[GitHub] [nifi] tirkarthi commented on pull request #4443: NIFI-7691: Validate request object to be not null.

2020-07-31 Thread GitBox
tirkarthi commented on pull request #4443: URL: https://github.com/apache/nifi/pull/4443#issuecomment-667442227 Thanks @markap14 :) This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] kent-nguyen commented on a change in pull request #4423: NIFI-7664 - Add Content Disposition property to PutS3Object processor

2020-07-31 Thread GitBox
kent-nguyen commented on a change in pull request #4423: URL: https://github.com/apache/nifi/pull/4423#discussion_r463908965 ## File path: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/FetchS3Object.java ## @@ -166,13

[GitHub] [nifi] turcsanyip commented on pull request #4411: NIFI-6312: Improved connection handling in AMQP processors

2020-07-31 Thread GitBox
turcsanyip commented on pull request #4411: URL: https://github.com/apache/nifi/pull/4411#issuecomment-666975446 @tpalfy Removed the "poisoning approach", using conventional exception handling. There is one case (ConsumeJMS is idle/no messages in the queue and the broker shuts

[jira] [Commented] (NIFI-7693) BeanCreationException when starting NiFi on Java 11 2018-09-25

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

[GitHub] [nifi] ecerulm opened a new pull request #4445: Move misplaced text related to oidc

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

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-31 Thread GitBox
fgerlits commented on a change in pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r463474465 ## File path: CMakeSettings.json ## @@ -2,97 +2,97 @@ // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #854: MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual Studio

2020-07-31 Thread GitBox
fgerlits commented on a change in pull request #854: URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r463475852 ## File path: CMakeSettings.json ## @@ -2,97 +2,97 @@ // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this

[jira] [Resolved] (NIFI-7693) BeanCreationException when starting NiFi on Java 11 2018-09-25

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7693. -- Fix Version/s: 1.12.0 Resolution: Fixed > BeanCreationException when starting NiFi on

[GitHub] [nifi] asfgit closed pull request #4444: NIFI-7693: Bump aspectjweaver version to resolve BeanCreationException on Java 11 2018-09-25

2020-07-31 Thread GitBox
asfgit closed pull request #: URL: https://github.com/apache/nifi/pull/ 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

[GitHub] [nifi] asfgit closed pull request #4331: NIFI-7526 Updated code to use the new helper library for OkHttp.

2020-07-31 Thread GitBox
asfgit closed pull request #4331: URL: https://github.com/apache/nifi/pull/4331 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

[jira] [Commented] (NIFI-7526) Refactor OAuth2TokenProviderImpl to use the same SSL configuration process as InvokeHttp

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

[jira] [Resolved] (NIFI-7526) Refactor OAuth2TokenProviderImpl to use the same SSL configuration process as InvokeHttp

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7526. -- Fix Version/s: 1.12.0 Resolution: Fixed > Refactor OAuth2TokenProviderImpl to use the

[jira] [Created] (NIFI-7694) Fix OIDC documentation

2020-07-31 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-7694: Summary: Fix OIDC documentation Key: NIFI-7694 URL: https://issues.apache.org/jira/browse/NIFI-7694 Project: Apache NiFi Issue Type: Improvement

[jira] [Updated] (NIFI-7694) Fix OIDC documentation

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7694: - Status: Patch Available (was: Open) > Fix OIDC documentation > -- > >

[GitHub] [nifi] asfgit closed pull request #4445: NIFI-7694 - Move misplaced text related to oidc

2020-07-31 Thread GitBox
asfgit closed pull request #4445: URL: https://github.com/apache/nifi/pull/4445 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

[jira] [Updated] (NIFI-7694) Fix OIDC documentation

2020-07-31 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7694: - Fix Version/s: 1.12.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-7694) Fix OIDC documentation

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

[GitHub] [nifi] pvillard31 commented on pull request #4445: NIFI-7694 - Move misplaced text related to oidc

2020-07-31 Thread GitBox
pvillard31 commented on pull request #4445: URL: https://github.com/apache/nifi/pull/4445#issuecomment-667016870 Created https://issues.apache.org/jira/browse/NIFI-7694 to track this. Merged to main, thanks @ecerulm This

  1   2   >