[GitHub] [nifi] sjyang18 commented on a change in pull request #4249: NIFI-7409: Azure managed identity support to Azure Datalake processors

2020-05-18 Thread GitBox
sjyang18 commented on a change in pull request #4249: URL: https://github.com/apache/nifi/pull/4249#discussion_r427045233 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureDataLakeStorageProcessor.java

[GitHub] [nifi] sjyang18 commented on a change in pull request #4249: NIFI-7409: Azure managed identity support to Azure Datalake processors

2020-05-18 Thread GitBox
sjyang18 commented on a change in pull request #4249: URL: https://github.com/apache/nifi/pull/4249#discussion_r427044249 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureDataLakeStorageProcessor.java

[GitHub] [nifi] alopresto commented on pull request #4263: NIFI-7407 Refactored SSL context generation throughout framework and extensions.

2020-05-18 Thread GitBox
alopresto commented on pull request #4263: URL: https://github.com/apache/nifi/pull/4263#issuecomment-630562444 Thanks for finding all the edge cases @thenatog & @markap14. I think this is ready for your +1. I'll then merge.

[jira] [Updated] (NIFI-7331) Grammatical and syntactic errors in log and error messages

2020-05-18 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien updated NIFI-7331: - Status: Patch Available (was: Open) > Grammatical and syntactic errors in log and error messages >

[GitHub] [nifi-registry] scottyaslan opened a new pull request #279: [NIFIREG-389] remove npx and use npm-force-resolutions

2020-05-18 Thread GitBox
scottyaslan opened a new pull request #279: URL: https://github.com/apache/nifi-registry/pull/279 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] mtien-apache opened a new pull request #4283: NIFI-7331 Fixed grammatical errors in log output.

2020-05-18 Thread GitBox
mtien-apache opened a new pull request #4283: URL: https://github.com/apache/nifi/pull/4283 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Improve log output in OIDC identity provider._

[jira] [Created] (NIFI-7468) Improve internal handling of SSL channels

2020-05-18 Thread Andy LoPresto (Jira)
Andy LoPresto created NIFI-7468: --- Summary: Improve internal handling of SSL channels Key: NIFI-7468 URL: https://issues.apache.org/jira/browse/NIFI-7468 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] alopresto commented on pull request #4263: NIFI-7407 Refactored SSL context generation throughout framework and extensions.

2020-05-18 Thread GitBox
alopresto commented on pull request #4263: URL: https://github.com/apache/nifi/pull/4263#issuecomment-630485289 Running a full build this time because some of the tests were failing on ordering. This is an automated

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

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

[jira] [Updated] (NIFI-7446) Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-7446: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Fail when the specified

[jira] [Commented] (NIFI-7446) Fail when the specified path is a directory in FetchAzureDataLakeStorage

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

[GitHub] [nifi] asfgit closed pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
asfgit closed pull request #4273: URL: https://github.com/apache/nifi/pull/4273 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] turcsanyip commented on a change in pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
turcsanyip commented on a change in pull request #4273: URL: https://github.com/apache/nifi/pull/4273#discussion_r426910774 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureDataLakeStorage.java

[GitHub] [nifi] MuazmaZ commented on a change in pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
MuazmaZ commented on a change in pull request #4273: URL: https://github.com/apache/nifi/pull/4273#discussion_r426909105 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureDataLakeStorage.java

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

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

[GitHub] [nifi] thenatog commented on pull request #4263: NIFI-7407 Refactored SSL context generation throughout framework and extensions.

2020-05-18 Thread GitBox
thenatog commented on pull request #4263: URL: https://github.com/apache/nifi/pull/4263#issuecomment-630447798 Looks like there might be a small issue with JDK11 tests, if we can fix that I'll +1. Thanks for the huge contribution, Andy! Definitely valuable changes here - the SSL Contexts

[GitHub] [nifi] alopresto commented on pull request #4263: NIFI-7407 Refactored SSL context generation throughout framework and extensions.

2020-05-18 Thread GitBox
alopresto commented on pull request #4263: URL: https://github.com/apache/nifi/pull/4263#issuecomment-630447908 There was another Java 11 unit test failure. Resolved that. This is an automated message from the Apache Git

[GitHub] [nifi] alopresto commented on pull request #4263: NIFI-7407 Refactored SSL context generation throughout framework and extensions.

2020-05-18 Thread GitBox
alopresto commented on pull request #4263: URL: https://github.com/apache/nifi/pull/4263#issuecomment-630446175 I decided to do the S2S refactor in a separate Jira as it grew larger than anticipated. @thenatog if you're satisfied with what's here, please give a +1 and I'll merge. Thanks.

[jira] [Created] (NIFI-7467) Improve S2S peer retrieval process

2020-05-18 Thread Andy LoPresto (Jira)
Andy LoPresto created NIFI-7467: --- Summary: Improve S2S peer retrieval process Key: NIFI-7467 URL: https://issues.apache.org/jira/browse/NIFI-7467 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] turcsanyip commented on a change in pull request #4272: NIFI-7336: Add tests for DeleteAzureDataLakeStorage

2020-05-18 Thread GitBox
turcsanyip commented on a change in pull request #4272: URL: https://github.com/apache/nifi/pull/4272#discussion_r426894009 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/test/java/org/apache/nifi/processors/azure/storage/ITDeleteAzureDataLakeStorage.java

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #787: MINIFICPP-1226 improve C2 heartbeat performance

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

[jira] [Commented] (NIFI-6633) Allow user to copy a parameter context

2020-05-18 Thread Andrew Grande (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17110584#comment-17110584 ] Andrew Grande commented on NIFI-6633: - I don't think it's the use case I'm after here. A nifi cluster

[jira] [Commented] (NIFI-6633) Allow user to copy a parameter context

2020-05-18 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17110580#comment-17110580 ] Pierre Villard commented on NIFI-6633: -- The expected workflow would be to version (in the NiFi

[GitHub] [nifi] markap14 closed pull request #4264: NIFI-7380 - fix for controller service validation in NiFi Stateless

2020-05-18 Thread GitBox
markap14 closed pull request #4264: URL: https://github.com/apache/nifi/pull/4264 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-7380) NiFi Stateless does not validate CS correctly

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

[GitHub] [nifi] markap14 commented on pull request #4264: NIFI-7380 - fix for controller service validation in NiFi Stateless

2020-05-18 Thread GitBox
markap14 commented on pull request #4264: URL: https://github.com/apache/nifi/pull/4264#issuecomment-630410521 Thanks for the PR @matcauf ! Code looks good. Was able to verify validation was taking place now. +1 merged to masteR!

[jira] [Commented] (NIFI-7380) NiFi Stateless does not validate CS correctly

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

[jira] [Commented] (NIFI-6633) Allow user to copy a parameter context

2020-05-18 Thread Andrew Grande (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17110575#comment-17110575 ] Andrew Grande commented on NIFI-6633: - Hi, this would be a great usability improvement. As a flow

[GitHub] [nifi] MuazmaZ commented on a change in pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
MuazmaZ commented on a change in pull request #4273: URL: https://github.com/apache/nifi/pull/4273#discussion_r426854519 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureDataLakeStorage.java

[jira] [Created] (NIFI-7466) UX - move a part of a flow in a process group

2020-05-18 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-7466: Summary: UX - move a part of a flow in a process group Key: NIFI-7466 URL: https://issues.apache.org/jira/browse/NIFI-7466 Project: Apache NiFi Issue Type:

[jira] [Assigned] (NIFI-7333) OIDC provider should use NiFi keystore & truststore

2020-05-18 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien reassigned NIFI-7333: Assignee: M Tien (was: Troy Melhase) > OIDC provider should use NiFi keystore & truststore >

[jira] [Assigned] (NIFI-7332) Improve communication to user when OIDC response does not contain usable claims

2020-05-18 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien reassigned NIFI-7332: Assignee: M Tien (was: Troy Melhase) > Improve communication to user when OIDC response does not contain

[jira] [Assigned] (NIFI-7331) Grammatical and syntactic errors in log and error messages

2020-05-18 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien reassigned NIFI-7331: Assignee: M Tien (was: Troy Melhase) > Grammatical and syntactic errors in log and error messages >

[GitHub] [nifi] markap14 commented on a change in pull request #4280: NIFI-7462: QueryRecord cast functions for Choice datatypes

2020-05-18 Thread GitBox
markap14 commented on a change in pull request #4280: URL: https://github.com/apache/nifi/pull/4280#discussion_r426851027 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryRecord.java ## @@

[GitHub] [nifi] turcsanyip commented on a change in pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
turcsanyip commented on a change in pull request #4273: URL: https://github.com/apache/nifi/pull/4273#discussion_r426847987 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureDataLakeStorage.java

[GitHub] [nifi] pcgrenier commented on a change in pull request #4280: NIFI-7462: QueryRecord cast functions for Choice datatypes

2020-05-18 Thread GitBox
pcgrenier commented on a change in pull request #4280: URL: https://github.com/apache/nifi/pull/4280#discussion_r426841301 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryRecord.java ## @@

[jira] [Updated] (NIFI-6497) Allow FreeFormTextRecordSetWriter to access FlowFile Attributes

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

[GitHub] [nifi] markap14 commented on pull request #4275: NIFI-6497: Allow FreeFormTextRecordSetWriter to access FlowFile Attributes

2020-05-18 Thread GitBox
markap14 commented on pull request #4275: URL: https://github.com/apache/nifi/pull/4275#issuecomment-630383140 Thanks @mattyb149 . Code looks good to me, all tests pass. And thanks @ottobackwards for verifying behavior! +1 have merged to master.

[jira] [Commented] (NIFI-6497) Allow FreeFormTextRecordSetWriter to access FlowFile Attributes

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

[GitHub] [nifi] markap14 closed pull request #4275: NIFI-6497: Allow FreeFormTextRecordSetWriter to access FlowFile Attributes

2020-05-18 Thread GitBox
markap14 closed pull request #4275: URL: https://github.com/apache/nifi/pull/4275 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-7437) UI is slow when nifi.analytics.predict.enabled is true

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

[jira] [Commented] (NIFI-7437) UI is slow when nifi.analytics.predict.enabled is true

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

[jira] [Commented] (NIFI-7437) UI is slow when nifi.analytics.predict.enabled is true

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

[GitHub] [nifi] mattyb149 closed pull request #4274: NIFI-7437 - created separate thread for preloading predictions, refac…

2020-05-18 Thread GitBox
mattyb149 closed pull request #4274: URL: https://github.com/apache/nifi/pull/4274 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 #4280: NIFI-7462: QueryRecord cast functions for Choice datatypes

2020-05-18 Thread GitBox
markap14 commented on pull request #4280: URL: https://github.com/apache/nifi/pull/4280#issuecomment-630356879 @pcgrenier I created a new PR based off of yours - https://github.com/apache/nifi/pull/4282. Can you review that and make sure that it gives you what you need? This will allow

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

2020-05-18 Thread GitBox
markap14 opened a new pull request #4282: URL: https://github.com/apache/nifi/pull/4282 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] MuazmaZ commented on a change in pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
MuazmaZ commented on a change in pull request #4273: URL: https://github.com/apache/nifi/pull/4273#discussion_r426801050 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureDataLakeStorage.java

[GitHub] [nifi] markap14 commented on a change in pull request #4280: NIFI-7462: QueryRecord cast functions for Choice datatypes

2020-05-18 Thread GitBox
markap14 commented on a change in pull request #4280: URL: https://github.com/apache/nifi/pull/4280#discussion_r426796947 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryRecord.java ## @@

[jira] [Assigned] (NIFI-7465) SNMPTrap

2020-05-18 Thread Stefan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan reassigned NIFI-7465: Assignee: Stefan > SNMPTrap > > > Key: NIFI-7465 > URL:

[GitHub] [nifi] markap14 commented on pull request #4280: NIFI-7462: QueryRecord cast functions for Choice datatypes

2020-05-18 Thread GitBox
markap14 commented on pull request #4280: URL: https://github.com/apache/nifi/pull/4280#issuecomment-630338743 Hey @pcgrenier thanks for putting this PR up. I do think that it addresses the case when all of the values coming in have the same type. But if your schema says that field 'num'

[GitHub] [nifi] pgyori commented on a change in pull request #4273: NIFI-7446: Fail when the specified path is a directory in FetchAzureDataLakeStorage

2020-05-18 Thread GitBox
pgyori commented on a change in pull request #4273: URL: https://github.com/apache/nifi/pull/4273#discussion_r426788175 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureDataLakeStorage.java

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

2020-05-18 Thread GitBox
phrocker commented on pull request #781: URL: https://github.com/apache/nifi-minifi-cpp/pull/781#issuecomment-630321686 > I have a concern regarding the contribution of these processors. Myself and probably most minifi c++ contributors are unfamiliar with H2O, which makes it problematic

[jira] [Created] (NIFIREG-389) libnpx not found

2020-05-18 Thread Scott Aslan (Jira)
Scott Aslan created NIFIREG-389: --- Summary: libnpx not found Key: NIFIREG-389 URL: https://issues.apache.org/jira/browse/NIFIREG-389 Project: NiFi Registry Issue Type: Bug Reporter:

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

2020-05-18 Thread GitBox
szaszm commented on pull request #781: URL: https://github.com/apache/nifi-minifi-cpp/pull/781#issuecomment-630301959 I have a concern regarding the contribution of these processors. Myself and probably most minifi c++ contributors are unfamiliar with H2O, which makes it problematic to

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

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

[GitHub] [nifi] markap14 commented on pull request #4280: NIFI-7462: QueryRecord cast functions for Choice datatypes

2020-05-18 Thread GitBox
markap14 commented on pull request #4280: URL: https://github.com/apache/nifi/pull/4280#issuecomment-630263219 Will review This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #786: MINIFICPP-1225 - Fix flaky HTTP tests.

2020-05-18 Thread GitBox
szaszm commented on a change in pull request #786: URL: https://github.com/apache/nifi-minifi-cpp/pull/786#discussion_r426653075 ## File path: libminifi/include/io/CRCStream.h ## @@ -145,17 +145,15 @@ class CRCStream : public BaseStream { protected: /** - * Creates a

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #786: MINIFICPP-1225 - Fix flaky HTTP tests.

2020-05-18 Thread GitBox
szaszm commented on a change in pull request #786: URL: https://github.com/apache/nifi-minifi-cpp/pull/786#discussion_r426648842 ## File path: libminifi/include/io/CRCStream.h ## @@ -145,17 +145,15 @@ class CRCStream : public BaseStream { protected: /** - * Creates a

[jira] [Created] (MINIFICPP-1228) MergeContent doesn't respect min entry count.

2020-05-18 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1228: - Summary: MergeContent doesn't respect min entry count. Key: MINIFICPP-1228 URL: https://issues.apache.org/jira/browse/MINIFICPP-1228 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #777: MINIFICPP-1216 - Controller Services Integration test is unstable

2020-05-18 Thread GitBox
arpadboda closed pull request #777: URL: https://github.com/apache/nifi-minifi-cpp/pull/777 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-minifi-cpp] arpadboda closed pull request #782: MINIFICPP-1217 - RPG should configure http client with reasonable tim…

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

[jira] [Updated] (NIFI-7465) SNMPTrap

2020-05-18 Thread Stefan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan updated NIFI-7465: - Attachment: snmptrap.patch Status: Patch Available (was: Open) > SNMPTrap > > >

[jira] [Created] (NIFI-7465) SNMPTrap

2020-05-18 Thread Stefan (Jira)
Stefan created NIFI-7465: Summary: SNMPTrap Key: NIFI-7465 URL: https://issues.apache.org/jira/browse/NIFI-7465 Project: Apache NiFi Issue Type: Improvement Reporter: Stefan NiFi has

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #786: MINIFICPP-1225 - Fix flaky HTTP tests.

2020-05-18 Thread GitBox
adamdebreceni commented on a change in pull request #786: URL: https://github.com/apache/nifi-minifi-cpp/pull/786#discussion_r426404826 ## File path: libminifi/include/io/CRCStream.h ## @@ -145,17 +145,15 @@ class CRCStream : public BaseStream { protected: /** - *

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #786: MINIFICPP-1225 - Fix flaky HTTP tests.

2020-05-18 Thread GitBox
adamdebreceni commented on a change in pull request #786: URL: https://github.com/apache/nifi-minifi-cpp/pull/786#discussion_r426403568 ## File path: extensions/http-curl/tests/HTTPHandlers.h ## @@ -206,25 +207,36 @@ class FlowFileResponder : public CivetHandler {