[GitHub] [nifi] AnujJain7 commented on pull request #2724: NIFI-5133: Implemented Google Cloud PubSub Processors

2020-05-20 Thread GitBox
AnujJain7 commented on pull request #2724: URL: https://github.com/apache/nifi/pull/2724#issuecomment-631885146 Found that there is already a bug raised in NIFI since Sep'19 https://issues.apache.org/jira/browse/NIFI-6701

[GitHub] [nifi] pcgrenier commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
pcgrenier commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631815567 > Yeah, I think those should work fine. For something like "concat" it should work with both numbers and strings - and it does. In that case, what gets returned to calcite for

[GitHub] [nifi] MikeThomsen commented on pull request #4231: NIFI-7037 Split off username and password fields for GetMongo processor

2020-05-20 Thread GitBox
MikeThomsen commented on pull request #4231: URL: https://github.com/apache/nifi/pull/4231#issuecomment-631800420 @karthik-kadajji It would be easier to apply this change to the Mongo controller service. If you look at all of the processors, you'll see that they have "client service" as

[jira] [Updated] (NIFI-7463) Write empty flowfile for RunMongoAggregation empty results

2020-05-20 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen updated NIFI-7463: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Write empty flowfile for

[jira] [Commented] (NIFI-7463) Write empty flowfile for RunMongoAggregation empty results

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

[GitHub] [nifi] asfgit closed pull request #4281: NIFI-7463 - Write empty flowfile for RunMongoAggregation empty results

2020-05-20 Thread GitBox
asfgit closed pull request #4281: URL: https://github.com/apache/nifi/pull/4281 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] esecules commented on a change in pull request #4286: NIFI-7386: Azurite emulator support

2020-05-20 Thread GitBox
esecules commented on a change in pull request #4286: URL: https://github.com/apache/nifi/pull/4286#discussion_r428312280 ## File path:

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428322626 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock); -

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428322626 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock); -

[GitHub] [nifi] mattyb149 commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
mattyb149 commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631730497 That's a good point, if an inferred schema is being handed around but the flow file changes (partitioned, filtered, e.g.) such that the desired fields are all numeric, then even

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428310454 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock); -

[GitHub] [nifi] mattyb149 commented on pull request #4268: MINIFI-488: Allow flow construction from YAML config

2020-05-20 Thread GitBox
mattyb149 commented on pull request #4268: URL: https://github.com/apache/nifi/pull/4268#issuecomment-631729598 Ah you were talking about the middle ground the whole time, went right over my head :) So, I can push a branch called `MINIFI-422` up to the Apache repo, then we can do PRs

[GitHub] [nifi] markap14 edited a comment on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
markap14 edited a comment on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631724090 Yeah, I think those should work fine. For something like "concat" it should work with both numbers and strings - and it does. In that case, what gets returned to calcite

[GitHub] [nifi] markap14 commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
markap14 commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631724090 Yeah, I think those should work fine. For something like "concat" it should work with both numbers and strings - and it does. In that case, what gets returned to calcite for the

[jira] [Commented] (NIFI-6571) TLS toolkit server mode - check token length at startup

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

[GitHub] [nifi] jfrazee closed pull request #3659: NIFI-6571 - TLS toolkit server mode - check token length at startup

2020-05-20 Thread GitBox
jfrazee closed pull request #3659: URL: https://github.com/apache/nifi/pull/3659 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] jfrazee commented on pull request #3659: NIFI-6571 - TLS toolkit server mode - check token length at startup

2020-05-20 Thread GitBox
jfrazee commented on pull request #3659: URL: https://github.com/apache/nifi/pull/3659#issuecomment-631720302 @pvillard31 Getting this in is probably more useful than just adding more tests. This LGTM and I've checked it a few times.

[GitHub] [nifi] apiri commented on pull request #4268: MINIFI-488: Allow flow construction from YAML config

2020-05-20 Thread GitBox
apiri commented on pull request #4268: URL: https://github.com/apache/nifi/pull/4268#issuecomment-631713164 I think it is fair to do this piecewise. Maybe make this a branch against our core repo and iteratively feed in PRs along the way? Might help in striking the balance of getting

[GitHub] [nifi] mattyb149 commented on pull request #4268: MINIFI-488: Allow flow construction from YAML config

2020-05-20 Thread GitBox
mattyb149 commented on pull request #4268: URL: https://github.com/apache/nifi/pull/4268#issuecomment-631697641 Definitely pros and cons to both. If we incrementally bring over code from MiNiFi, we need to keep up to date with any commits that are happening in the MINIFI repo, plus

[GitHub] [nifi] mattyb149 commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
mattyb149 commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631695622 I tried `LISTAGG` and the concat operator `||` with the current PR and they work on choice (int,string) fields. @pcgrenier do you have an example of a query that doesn't work

[jira] [Commented] (NIFI-1893) Add processor for validating JSON

2020-05-20 Thread Carlos (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112527#comment-17112527 ] Carlos commented on NIFI-1893: --  this is still on going? I need to validate json and I want to know if this

[GitHub] [nifi] joewitt commented on pull request #4278: NIFI-7456: Ignite Processors - Choose between Thick and Thin Clients

2020-05-20 Thread GitBox
joewitt commented on pull request #4278: URL: https://github.com/apache/nifi/pull/4278#issuecomment-631647205 i didnt get to this in time and will need to come back to it in a couple weeks if nobody has. just putting this here in case someone else can pick it up.

[GitHub] [nifi] sjyang18 commented on pull request #4286: NIFI-7386: Azurite emulator support

2020-05-20 Thread GitBox
sjyang18 commented on pull request #4286: URL: https://github.com/apache/nifi/pull/4286#issuecomment-631621679 reference documentation in implementing the support for azurite emulator.

[jira] [Created] (NIFI-7473) Add @SupportsBatching to Azure storage processors

2020-05-20 Thread Seokwon Yang (Jira)
Seokwon Yang created NIFI-7473: -- Summary: Add @SupportsBatching to Azure storage processors Key: NIFI-7473 URL: https://issues.apache.org/jira/browse/NIFI-7473 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-7473) Add @SupportsBatching to Azure storage processors

2020-05-20 Thread Seokwon Yang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seokwon Yang updated NIFI-7473: --- Description: Some stuff to think through would be if there was one failure in a batch of many and it

[jira] [Updated] (NIFI-7273) Add flow metrics REST endpoint with for Prometheus scraping

2020-05-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7273: --- Fix Version/s: 1.12.0 > Add flow metrics REST endpoint with for Prometheus scraping >

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#discussion_r428174378 ## File path: libminifi/test/tensorflow-tests/TensorFlowTests.cpp ## @@ -19,14 +19,14 @@ #include #include -#include -#include -#include

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#discussion_r428173660 ## File path: libminifi/src/utils/OsUtils.cpp ## @@ -24,16 +24,18 @@ #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif -#include

[jira] [Commented] (NIFI-7386) AzureStorageCredentialsControllerService should also connect to storage emulator

2020-05-20 Thread Seokwon Yang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112448#comment-17112448 ] Seokwon Yang commented on NIFI-7386: reference documentation in implementing the support for azurite

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#discussion_r428167985 ## File path: libminifi/src/io/StreamFactory.cpp ## @@ -16,12 +16,13 @@ * limitations under the License. */ #include "io/StreamFactory.h" +

[GitHub] [nifi] pcgrenier commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
pcgrenier commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631588369 I do agree, but there are other functions like concat, that do make more sense. I also think taking this choice out of the hands of the flow developer is bad. I think you

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

2020-05-20 Thread Peter Gyori (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gyori updated NIFI-7445: -- Status: Patch Available (was: In Progress) > Add Conflict Resolution property to

[GitHub] [nifi] markap14 commented on a change in pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
markap14 commented on a change in pull request #4282: URL: https://github.com/apache/nifi/pull/4282#discussion_r428138798 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/queryrecord/FlowFileTable.java ## @@ -223,12

[GitHub] [nifi] pgyori opened a new pull request #4287: NIFI-7445: Add Conflict Resolution property to PutAzureDataLakeStorage processor

2020-05-20 Thread GitBox
pgyori opened a new pull request #4287: URL: https://github.com/apache/nifi/pull/4287 https://issues.apache.org/jira/browse/NIFI-7445 Description of PR PutAzureDataLakeStorage processor now has a conflict resolution property. With the help of this property the user can

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
hunyadi-dev commented on pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#issuecomment-631574636 > I find the Google include ordering rules strange, but that's in CONTRIB.md, so I guess we're better off enforcing them. > > Thanks for the upgrade!

[jira] [Created] (NIFIREG-393) VersionedComponent field name does not match getter/setter

2020-05-20 Thread Matthew Knight (Jira)
Matthew Knight created NIFIREG-393: -- Summary: VersionedComponent field name does not match getter/setter Key: NIFIREG-393 URL: https://issues.apache.org/jira/browse/NIFIREG-393 Project: NiFi Registry

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428131256 ## File path: libminifi/include/c2/C2Agent.h ## @@ -41,8 +41,15 @@ namespace org { namespace apache { namespace nifi { namespace minifi { +

[jira] [Resolved] (NIFIREG-390) Add .asf.yaml file to GitHub repo

2020-05-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFIREG-390. -- Fix Version/s: 1.0.0 Resolution: Fixed > Add .asf.yaml file to GitHub repo >

[GitHub] [nifi-registry] mattyb149 closed pull request #280: NIFIREG-390: Add .asf.yaml file to GitHub repo

2020-05-20 Thread GitBox
mattyb149 closed pull request #280: URL: https://github.com/apache/nifi-registry/pull/280 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428117653 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428117653 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428117653 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428109777 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428105220 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428105220 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#discussion_r428081193 ## File path: libminifi/test/archive-tests/FocusArchiveTests.cpp ## @@ -16,24 +16,23 @@ * limitations under the License. */ +#include

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
hunyadi-dev commented on a change in pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#discussion_r428080271 ## File path: libminifi/src/io/StreamFactory.cpp ## @@ -16,12 +16,13 @@ * limitations under the License. */ #include "io/StreamFactory.h"

[jira] [Resolved] (NIFI-7471) impossible run nifi with redis cluster state manager

2020-05-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-7471. -- Fix Version/s: 1.12.0 Resolution: Fixed > impossible run nifi with redis cluster state manager >

[jira] [Commented] (NIFI-7471) impossible run nifi with redis cluster state manager

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

[GitHub] [nifi] markap14 commented on pull request #4285: NIFI-7471 fix bug with property validation

2020-05-20 Thread GitBox
markap14 commented on pull request #4285: URL: https://github.com/apache/nifi/pull/4285#issuecomment-631523161 That's a great catch @IlyaKovalev! Thanks for the fix - +1 merged it to master. This is an automated message

[GitHub] [nifi] markap14 merged pull request #4285: NIFI-7471 fix bug with property validation

2020-05-20 Thread GitBox
markap14 merged pull request #4285: URL: https://github.com/apache/nifi/pull/4285 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-minifi-cpp] james94 commented on pull request #781: MINIFICPP-1214: Converts H2O Processors to use ALv2 compliant H20-3 library

2020-05-20 Thread GitBox
james94 commented on pull request #781: URL: https://github.com/apache/nifi-minifi-cpp/pull/781#issuecomment-631508317 @phrocker and @szaszm would writing regression tests for this new python processor be similar approach to writing regression test for nifi processor, but instead of

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #770: MINIFICPP-1203 - upgrade linter version to 1.4.4 and fix relevant linter errors

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #770: URL: https://github.com/apache/nifi-minifi-cpp/pull/770#discussion_r428014274 ## File path: libminifi/src/io/StreamFactory.cpp ## @@ -16,12 +16,13 @@ * limitations under the License. */ #include "io/StreamFactory.h" +

[jira] [Created] (MINIFICPP-1230) Enable MergeFileTests on Windows.

2020-05-20 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1230: - Summary: Enable MergeFileTests on Windows. Key: MINIFICPP-1230 URL: https://issues.apache.org/jira/browse/MINIFICPP-1230 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] hunyadi-dev opened a new pull request #789: MINIFICPP-1203 - Enable header linting in include directories and resolve linter recommendations

2020-05-20 Thread GitBox
hunyadi-dev opened a new pull request #789: URL: https://github.com/apache/nifi-minifi-cpp/pull/789 ### Please pay special attention to the following commits on reviewing: - 1789ea5 MINIFICPP-1203 - Resolve include order linter recommendations - 4313831 MINIFICPP-1203 - Fix all

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-20 Thread GitBox
szaszm commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r427436157 ## File path: libminifi/include/c2/C2Agent.h ## @@ -41,8 +41,15 @@ namespace org { namespace apache { namespace nifi { namespace minifi { +

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #788: MINIFICPP-1229 - Fix and enable CompressContentTests

2020-05-20 Thread GitBox
adamdebreceni opened a new pull request #788: URL: https://github.com/apache/nifi-minifi-cpp/pull/788 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

[jira] [Commented] (NIFIREG-392) JAVA 11 issue javax/xml/bind/JAXBException

2020-05-20 Thread GERandroAPACHE (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112033#comment-17112033 ] GERandroAPACHE commented on NIFIREG-392: OS layer is MSFT with JAVA JDK 11.0.7 and nifi-registry

[jira] [Created] (NIFI-7472) ListS3 should support for page-size, max-items, starting-token

2020-05-20 Thread Morten Buhl (Jira)
Morten Buhl created NIFI-7472: - Summary: ListS3 should support for page-size, max-items, starting-token Key: NIFI-7472 URL: https://issues.apache.org/jira/browse/NIFI-7472 Project: Apache NiFi

[jira] [Commented] (NIFIREG-392) JAVA 11 issue javax/xml/bind/JAXBException

2020-05-20 Thread GERandroAPACHE (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112027#comment-17112027 ] GERandroAPACHE commented on NIFIREG-392: as per below the full stack trace   {code:java}

[jira] [Commented] (NIFI-7455) FetchSFTP failed to close SFTPClient

2020-05-20 Thread Kate Miller (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17112025#comment-17112025 ] Kate Miller commented on NIFI-7455: --- I noticed that the problem appears in 3 situations: * when there

[jira] [Created] (NIFIREG-392) JAVA 11 issue javax/xml/bind/JAXBException

2020-05-20 Thread GERandroAPACHE (Jira)
GERandroAPACHE created NIFIREG-392: -- Summary: JAVA 11 issue javax/xml/bind/JAXBException Key: NIFIREG-392 URL: https://issues.apache.org/jira/browse/NIFIREG-392 Project: NiFi Registry Issue

[jira] [Updated] (NIFI-7455) FetchSFTP failed to close SFTPClient

2020-05-20 Thread Kate Miller (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kate Miller updated NIFI-7455: -- Priority: Minor (was: Major) > FetchSFTP failed to close SFTPClient >

[jira] [Assigned] (NIFI-7296) BST TimeZone parsing fails, breaking webgui and API

2020-05-20 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Bunth reassigned NIFI-7296: - Assignee: Tamás Bunth > BST TimeZone parsing fails, breaking webgui and API >

[jira] [Commented] (NIFI-6112) Add some useful commands to NiFi Toolkit for automating NiFi cluster construction.

2020-05-20 Thread Mayki (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111849#comment-17111849 ] Mayki commented on NIFI-6112: - Hi [~yoshiata] I think there are some errors in the examples above concerning

[jira] [Commented] (NIFI-6112) Add some useful commands to NiFi Toolkit for automating NiFi cluster construction.

2020-05-20 Thread Yoshiaki Takahashi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17111816#comment-17111816 ] Yoshiaki Takahashi commented on NIFI-6112: -- Hi [~Wogno] I have no idea from that information.