[jira] [Commented] (NIFI-6115) Support custom lookup SQL at DatabaseRecordLookupService

2020-12-14 Thread Ajeesh B (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249518#comment-17249518 ] Ajeesh B commented on NIFI-6115: This will be a cool feature. > Support custom lookup SQL

[jira] [Updated] (NIFI-8019) SSL Enabled Protocol test failures when TLSv1 and TLSv1.1 disabled in java.security

2020-12-14 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-8019: --- Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) > S

[jira] [Commented] (NIFI-8019) SSL Enabled Protocol test failures when TLSv1 and TLSv1.1 disabled in java.security

2020-12-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249482#comment-17249482 ] ASF subversion and git services commented on NIFI-8019: --- Commit 28ca

[jira] [Commented] (NIFI-8019) SSL Enabled Protocol test failures when TLSv1 and TLSv1.1 disabled in java.security

2020-12-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249481#comment-17249481 ] ASF subversion and git services commented on NIFI-8019: --- Commit 28ca

[GitHub] [nifi] thenatog closed pull request #4673: NIFI-8019 Added TlsPlatform to provide runtime default TLS Protocols

2020-12-14 Thread GitBox
thenatog closed pull request #4673: URL: https://github.com/apache/nifi/pull/4673 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 th

[GitHub] [nifi] thenatog commented on pull request #4673: NIFI-8019 Added TlsPlatform to provide runtime default TLS Protocols

2020-12-14 Thread GitBox
thenatog commented on pull request #4673: URL: https://github.com/apache/nifi/pull/4673#issuecomment-744887599 +1 LGTM, will merge. This is an automated message from the Apache Git Service. To respond to the message, please l

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

2020-12-14 Thread GitBox
sjyang18 commented on pull request #4286: URL: https://github.com/apache/nifi/pull/4286#issuecomment-744844252 I rebased my branch on top of main and resolved the conflict. @jfrazee, Would you take a look? This is an automat

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4673: NIFI-8019 Added TlsPlatform to provide runtime default TLS Protocols

2020-12-14 Thread GitBox
exceptionfactory commented on a change in pull request #4673: URL: https://github.com/apache/nifi/pull/4673#discussion_r542822592 ## File path: nifi-commons/nifi-security-utils-api/src/main/java/org/apache/nifi/security/util/TlsPlatform.java ## @@ -0,0 +1,107 @@ +/* + * Licens

[GitHub] [nifi] thenatog commented on a change in pull request #4673: NIFI-8019 Added TlsPlatform to provide runtime default TLS Protocols

2020-12-14 Thread GitBox
thenatog commented on a change in pull request #4673: URL: https://github.com/apache/nifi/pull/4673#discussion_r542779005 ## File path: nifi-commons/nifi-security-utils-api/src/main/java/org/apache/nifi/security/util/TlsPlatform.java ## @@ -0,0 +1,107 @@ +/* + * Licensed to th

[jira] [Created] (NIFI-8094) Support BCFKS Keystore Type

2020-12-14 Thread David Handermann (Jira)
David Handermann created NIFI-8094: -- Summary: Support BCFKS Keystore Type Key: NIFI-8094 URL: https://issues.apache.org/jira/browse/NIFI-8094 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] markobean commented on pull request #4225: NIFI-7387: ComponentLog accepts Object varargs instead of array

2020-12-14 Thread GitBox
markobean commented on pull request #4225: URL: https://github.com/apache/nifi/pull/4225#issuecomment-744693725 I tested this by building nifi in the feature branch, and installing (1.13.0-SNAPSHOT.) I also placed the 1.12.1 version of two NARs in the lib directory: nifi-standard-nar, nifi

[jira] [Updated] (NIFI-8088) Remove PKCS12 Deprecation Warning in KeyStoreUtils

2020-12-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8088: --- Status: Patch Available (was: In Progress) > Remove PKCS12 Deprecation Warning in KeyStoreUti

[GitHub] [nifi] thenatog commented on pull request #4687: NIFI-1930 Updated ListenHTTP to set TLS included protocols

2020-12-14 Thread GitBox
thenatog commented on pull request #4687: URL: https://github.com/apache/nifi/pull/4687#issuecomment-744669663 Merged This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [nifi] thenatog closed pull request #4687: NIFI-1930 Updated ListenHTTP to set TLS included protocols

2020-12-14 Thread GitBox
thenatog closed pull request #4687: URL: https://github.com/apache/nifi/pull/4687 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 th

[jira] [Updated] (NIFI-1930) ListenHTTP does not use SSLContextService protocol

2020-12-14 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-1930: --- Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) > L

[jira] [Commented] (NIFI-1930) ListenHTTP does not use SSLContextService protocol

2020-12-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249253#comment-17249253 ] ASF subversion and git services commented on NIFI-1930: --- Commit 5bcb

[jira] [Commented] (NIFI-1930) ListenHTTP does not use SSLContextService protocol

2020-12-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249252#comment-17249252 ] ASF subversion and git services commented on NIFI-1930: --- Commit 5bcb

[GitHub] [nifi] thenatog closed pull request #4673: NIFI-8019 Added TlsPlatform to provide runtime default TLS Protocols

2020-12-14 Thread GitBox
thenatog closed pull request #4673: URL: https://github.com/apache/nifi/pull/4673 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 th

[GitHub] [nifi] thenatog commented on pull request #4687: NIFI-1930 Updated ListenHTTP to set TLS included protocols

2020-12-14 Thread GitBox
thenatog commented on pull request #4687: URL: https://github.com/apache/nifi/pull/4687#issuecomment-744658973 +1 LGTM, will merge. This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Commented] (NIFI-4558) Populate default keystore/truststore types in SSLContextService

2020-12-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249209#comment-17249209 ] David Handermann commented on NIFI-4558: This feature would be useful, but instead

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
lordgamez commented on a change in pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r542602723 ## File path: libminifi/src/io/tls/TLSServerSocket.cpp ## @@ -87,13 +87,13 @@ void TLSServerSocket::registerCallback(std::function accept_functio

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r542574442 ## File path: libminifi/src/io/tls/TLSServerSocket.cpp ## @@ -87,13 +87,13 @@ void TLSServerSocket::registerCallback(std::function accept_function

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r542574442 ## File path: libminifi/src/io/tls/TLSServerSocket.cpp ## @@ -87,13 +87,13 @@ void TLSServerSocket::registerCallback(std::function accept_function

[jira] [Updated] (NIFI-7991) Flow Configuration History displays "annotation data not found/available" from "Advanced" changes.

2020-12-14 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7991: --- Status: Patch Available (was: Open) > Flow Configuration History displays "annotation data not found/

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
lordgamez commented on a change in pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r542554296 ## File path: libminifi/test/persistence-tests/PersistenceTests.cpp ## @@ -326,10 +334,12 @@ TEST_CASE("Persisted flowFiles are updated on modifi

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
lordgamez commented on a change in pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r542553948 ## File path: libminifi/include/io/tls/TLSServerSocket.h ## @@ -53,7 +53,7 @@ class TLSServerSocket : public BaseServerSocket, public TLSSocket {

[jira] [Created] (NIFI-8093) Possible race condition when deleting oldest provenance file

2020-12-14 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-8093: -- Summary: Possible race condition when deleting oldest provenance file Key: NIFI-8093 URL: https://issues.apache.org/jira/browse/NIFI-8093 Project: Apache NiFi I

[jira] [Updated] (NIFI-8092) Fix ITPutS3Object test failure due to Outposts storage class

2020-12-14 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-8092: -- Status: Patch Available (was: Open) > Fix ITPutS3Object test failure due to Outposts storage cl

[jira] [Updated] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-12-14 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7856: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Provenance failed to be compresse

[jira] [Commented] (NIFI-7856) Provenance failed to be compressed after nifi upgrade to 1.12

2020-12-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249100#comment-17249100 ] ASF subversion and git services commented on NIFI-7856: --- Commit a73c

[GitHub] [nifi] mattyb149 closed pull request #4580: NIFI-7856: If a Provenance Event File is ready to be rolled over due …

2020-12-14 Thread GitBox
mattyb149 closed pull request #4580: URL: https://github.com/apache/nifi/pull/4580 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 t

[GitHub] [nifi] mattyb149 commented on pull request #4580: NIFI-7856: If a Provenance Event File is ready to be rolled over due …

2020-12-14 Thread GitBox
mattyb149 commented on pull request #4580: URL: https://github.com/apache/nifi/pull/4580#issuecomment-744568800 +1 LGTM, reproduced the issue then verified it works with this PR. Thanks for the fix! Merging to main This is a

[GitHub] [nifi] turcsanyip opened a new pull request #4728: NIFI-8092: Fix ITPutS3Object test failure due to Outposts storage class

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

[jira] [Commented] (NIFI-8092) Fix ITPutS3Object test failure due to Outposts storage class

2020-12-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249096#comment-17249096 ] ASF subversion and git services commented on NIFI-8092: --- Commit 8499

[jira] [Updated] (NIFI-8092) Fix ITPutS3Object test failure due to Outposts storage class

2020-12-14 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-8092: -- Component/s: Extensions > Fix ITPutS3Object test failure due to Outposts storage class > ---

[jira] [Updated] (NIFI-8092) Fix ITPutS3Object test failure due to Outposts storage class

2020-12-14 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-8092: -- Summary: Fix ITPutS3Object test failure due to Outposts storage class (was: Fix ITPutS3Object t

[jira] [Created] (NIFI-8092) Fix ITPutS3Object test failure due the Outposts storage class

2020-12-14 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-8092: - Summary: Fix ITPutS3Object test failure due the Outposts storage class Key: NIFI-8092 URL: https://issues.apache.org/jira/browse/NIFI-8092 Project: Apache NiFi

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4508: NIFI-6576 add basic auth to confluent schema registry service

2020-12-14 Thread GitBox
exceptionfactory commented on a change in pull request #4508: URL: https://github.com/apache/nifi/pull/4508#discussion_r542516691 ## File path: nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/src/main/java/org/apache/nifi/confluent/schemaregistry

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959#discussion_r542496017 ## File path: libminifi/test/persistence-tests/PersistenceTests.cpp ## @@ -326,10 +334,12 @@ TEST_CASE("Persisted flowFiles are updated on modific

[jira] [Created] (NIFI-8091) Clear state for all processors within processor group

2020-12-14 Thread Martin (Jira)
Martin created NIFI-8091: Summary: Clear state for all processors within processor group Key: NIFI-8091 URL: https://issues.apache.org/jira/browse/NIFI-8091 Project: Apache NiFi Issue Type: New Featu

[jira] [Created] (NIFI-8090) Force run processor / processor group

2020-12-14 Thread Martin (Jira)
Martin created NIFI-8090: Summary: Force run processor / processor group Key: NIFI-8090 URL: https://issues.apache.org/jira/browse/NIFI-8090 Project: Apache NiFi Issue Type: New Feature R

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542506658 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListFileTransfer.java ## @@ -6

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542505450 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListFileTransfer.java ## @@ -1

[jira] [Updated] (NIFI-8089) Run Schedule to support Parameter Context

2020-12-14 Thread Martin (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin updated NIFI-8089: - Description: It would be nice to be able to set run schedules using parameter context. Use case: assume you have

[jira] [Updated] (NIFI-8089) Run Schedule to support Parameter Context

2020-12-14 Thread Martin (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin updated NIFI-8089: - Priority: Minor (was: Major) > Run Schedule to support Parameter Context > -

[jira] [Created] (NIFI-8089) Run Schedule to support Parameter Context

2020-12-14 Thread Martin (Jira)
Martin created NIFI-8089: Summary: Run Schedule to support Parameter Context Key: NIFI-8089 URL: https://issues.apache.org/jira/browse/NIFI-8089 Project: Apache NiFi Issue Type: New Feature

[GitHub] [nifi] exceptionfactory opened a new pull request #4727: NIFI-8088 Removed deprecation warning log for PKCS12 trust stores

2020-12-14 Thread GitBox
exceptionfactory opened a new pull request #4727: URL: https://github.com/apache/nifi/pull/4727 Description of PR NIFI-8088 Removes KeyStoreUtils.getTrustStore() method which logged a deprecation warning for PKCS12 trust stores. JEP 229 changed the default key store type to PKC

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542471394 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java ## @@ -

[GitHub] [nifi] exceptionfactory edited a comment on pull request #4508: NIFI-6576 add basic auth to confluent schema registry service

2020-12-14 Thread GitBox
exceptionfactory edited a comment on pull request #4508: URL: https://github.com/apache/nifi/pull/4508#issuecomment-744524769 @mark-weghorst Thanks for responding to comments and making updates. Regarding the dependsOn properties, the current version of the Developer Guide has some helpfu

[GitHub] [nifi] exceptionfactory commented on pull request #4508: NIFI-6576 add basic auth to confluent schema registry service

2020-12-14 Thread GitBox
exceptionfactory commented on pull request #4508: URL: https://github.com/apache/nifi/pull/4508#issuecomment-744524769 @mark-weghorst Thanks for responding to comments and making updates. Regarding the dependsOn properties, the current version of the Developer Guide has some helpful docum

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542483971 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java ## @@ -

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542481674 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java ## @@ -

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4508: NIFI-6576 add basic auth to confluent schema registry service

2020-12-14 Thread GitBox
exceptionfactory commented on a change in pull request #4508: URL: https://github.com/apache/nifi/pull/4508#discussion_r542479942 ## File path: nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/src/main/java/org/apache/nifi/confluent/schemaregistry

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542476852 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java ## @@ -

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542476249 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java ## @@ -

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4508: NIFI-6576 add basic auth to confluent schema registry service

2020-12-14 Thread GitBox
exceptionfactory commented on a change in pull request #4508: URL: https://github.com/apache/nifi/pull/4508#discussion_r542475418 ## File path: nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/src/main/java/org/apache/nifi/confluent/schemaregistry

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #959: MINIFICPP-1424 Stabilize several flaky test suites

2020-12-14 Thread GitBox
lordgamez opened a new pull request #959: URL: https://github.com/apache/nifi-minifi-cpp/pull/959 This PR addresses several issues in tests, addressed by each commit, so it is advised to review on a per-commit basis. Fixes included for the following test suites (more information in the com

[GitHub] [nifi] tpalfy commented on a change in pull request #4721: NIFI-8081 Added new Listing Strategy to ListFTP and ListSFTP

2020-12-14 Thread GitBox
tpalfy commented on a change in pull request #4721: URL: https://github.com/apache/nifi/pull/4721#discussion_r542471394 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java ## @@ -

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542465018 ## File path: libminifi/include/controllers/NetworkPrioritizerService.h ## @@ -121,6 +126,7 @@ class NetworkPrioritizerService : public core:

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
szaszm commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542450733 ## File path: libminifi/include/utils/TimeUtil.h ## @@ -53,6 +53,29 @@ inline uint64_t getTimeNano() { return std::chrono::duration_cast(std::chr

[jira] [Assigned] (MINIFICPP-1424) Stabilize flaky test cases

2020-12-14 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi reassigned MINIFICPP-1424: Assignee: Gabor Gyimesi > Stabilize flaky test cases > ---

[jira] [Updated] (MINIFICPP-1424) Stabilize several flaky test suites

2020-12-14 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1424: - Summary: Stabilize several flaky test suites (was: Stabilize flaky test cases) > St

[jira] [Created] (MINIFICPP-1433) Price analysis

2020-12-14 Thread Mtabcom (Jira)
Mtabcom created MINIFICPP-1433: -- Summary: Price analysis Key: MINIFICPP-1433 URL: https://issues.apache.org/jira/browse/MINIFICPP-1433 Project: Apache NiFi MiNiFi C++ Issue Type: Bug

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542436009 ## File path: libminifi/include/utils/TimeUtil.h ## @@ -53,6 +53,29 @@ inline uint64_t getTimeNano() { return std::chrono::duration_cast(std::c

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542434970 ## File path: libminifi/include/controllers/NetworkPrioritizerService.h ## @@ -121,6 +126,7 @@ class NetworkPrioritizerService : public core::cont

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542433430 ## File path: libminifi/include/utils/TimeUtil.h ## @@ -53,6 +53,29 @@ inline uint64_t getTimeNano() { return std::chrono::duration_cast(s

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542423177 ## File path: libminifi/include/utils/TimeUtil.h ## @@ -53,6 +53,29 @@ inline uint64_t getTimeNano() { return std::chrono::duration_cast(s

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542420260 ## File path: libminifi/include/controllers/NetworkPrioritizerService.h ## @@ -121,6 +126,7 @@ class NetworkPrioritizerService : public core:

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #911: MINIFICPP-1373 - Add proper FlowFile::getAttribute getter [QoL][mini-PR]

2020-12-14 Thread GitBox
hunyadi-dev commented on a change in pull request #911: URL: https://github.com/apache/nifi-minifi-cpp/pull/911#discussion_r542421625 ## File path: libminifi/include/core/FlowFile.h ## @@ -129,7 +130,9 @@ class FlowFile : public core::Connectable, public ReferenceContainer {

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
szaszm commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542421731 ## File path: libminifi/include/utils/TimeUtil.h ## @@ -53,6 +53,29 @@ inline uint64_t getTimeNano() { return std::chrono::duration_cast(std::chr

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542420260 ## File path: libminifi/include/controllers/NetworkPrioritizerService.h ## @@ -121,6 +126,7 @@ class NetworkPrioritizerService : public core:

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
szaszm commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542418714 ## File path: libminifi/include/controllers/NetworkPrioritizerService.h ## @@ -121,6 +126,7 @@ class NetworkPrioritizerService : public core::contro

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542405642 ## File path: libminifi/test/unit/NetworkPrioritizerServiceTests.cpp ## @@ -41,129 +47,105 @@ TEST_CASE("TestPrioritizerOneInterface", "[test1

[jira] [Created] (NIFI-8088) Remove PKCS12 Deprecation Warning in KeyStoreUtils

2020-12-14 Thread David Handermann (Jira)
David Handermann created NIFI-8088: -- Summary: Remove PKCS12 Deprecation Warning in KeyStoreUtils Key: NIFI-8088 URL: https://issues.apache.org/jira/browse/NIFI-8088 Project: Apache NiFi Issu

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542401133 ## File path: libminifi/test/unit/NetworkPrioritizerServiceTests.cpp ## @@ -41,129 +47,105 @@ TEST_CASE("TestPrioritizerOneInterface", "[test1]") {

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542401133 ## File path: libminifi/test/unit/NetworkPrioritizerServiceTests.cpp ## @@ -41,129 +47,105 @@ TEST_CASE("TestPrioritizerOneInterface", "[test1]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #958: MINIFICPP-1432 Remove the timing-sensitivity of NetworkPrioritizerServiceTests

2020-12-14 Thread GitBox
adamdebreceni commented on a change in pull request #958: URL: https://github.com/apache/nifi-minifi-cpp/pull/958#discussion_r542346927 ## File path: libminifi/test/unit/NetworkPrioritizerServiceTests.cpp ## @@ -41,129 +47,105 @@ TEST_CASE("TestPrioritizerOneInterface", "[test1

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #911: MINIFICPP-1373 - Add proper FlowFile::getAttribute getter [QoL][mini-PR]

2020-12-14 Thread GitBox
szaszm commented on a change in pull request #911: URL: https://github.com/apache/nifi-minifi-cpp/pull/911#discussion_r542328156 ## File path: libminifi/include/core/FlowFile.h ## @@ -129,7 +130,9 @@ class FlowFile : public core::Connectable, public ReferenceContainer { *

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #953: MINIFICPP-1421 - Correct C2JstackTest synchronization

2020-12-14 Thread GitBox
arpadboda closed pull request #953: URL: https://github.com/apache/nifi-minifi-cpp/pull/953 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 t

[jira] [Updated] (MINIFICPP-1424) Stabilize flaky test cases

2020-12-14 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1424: -- Labels: MiNiFi-CPP-Hygiene (was: ) > Stabilize flaky test cases >

[jira] [Commented] (NIFI-7835) SFTP processors (maybe other too) proxy doesn't use credentials

2020-12-14 Thread Pierrick LEONARD (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248860#comment-17248860 ] Pierrick LEONARD commented on NIFI-7835: Hello,   Thanks for the information for

[jira] [Updated] (MINIFICPP-1432) NetworkPrioritizerServiceTests are sensitive to timing

2020-12-14 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1432: -- Labels: MiNiFi-CPP-Hygiene (was: ) > NetworkPrioritizerServiceTests are sensitive

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #953: MINIFICPP-1421 - Disable C2JstackTest

2020-12-14 Thread GitBox
hunyadi-dev commented on a change in pull request #953: URL: https://github.com/apache/nifi-minifi-cpp/pull/953#discussion_r542233286 ## File path: extensions/http-curl/tests/C2JstackTest.cpp ## @@ -18,35 +18,46 @@ #undef NDEBUG #include +#include #include "TestBase.h"

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #953: MINIFICPP-1421 - Disable C2JstackTest

2020-12-14 Thread GitBox
hunyadi-dev commented on a change in pull request #953: URL: https://github.com/apache/nifi-minifi-cpp/pull/953#discussion_r542232128 ## File path: extensions/http-curl/tests/C2JstackTest.cpp ## @@ -18,35 +18,46 @@ #undef NDEBUG #include +#include #include "TestBase.h"

[jira] [Updated] (MINIFICPP-1432) NetworkPrioritizerServiceTests are sensitive to timing

2020-12-14 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1432: -- Description: The throughput of {{NetworkPrioritizerService}} depends on timing, as

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #911: MINIFICPP-1373 - Add proper FlowFile::getAttribute getter [QoL][mini-PR]

2020-12-14 Thread GitBox
hunyadi-dev commented on a change in pull request #911: URL: https://github.com/apache/nifi-minifi-cpp/pull/911#discussion_r542227113 ## File path: libminifi/include/core/FlowFile.h ## @@ -129,7 +130,9 @@ class FlowFile : public core::Connectable, public ReferenceContainer {

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #953: MINIFICPP-1421 - Disable C2JstackTest

2020-12-14 Thread GitBox
fgerlits commented on a change in pull request #953: URL: https://github.com/apache/nifi-minifi-cpp/pull/953#discussion_r542223028 ## File path: extensions/http-curl/tests/C2JstackTest.cpp ## @@ -18,35 +18,46 @@ #undef NDEBUG #include +#include #include "TestBase.h" #in

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #901: MINIFICPP-1288 - Refactor YamlConfiguration::parsePropertiesNodeYaml

2020-12-14 Thread GitBox
hunyadi-dev commented on a change in pull request #901: URL: https://github.com/apache/nifi-minifi-cpp/pull/901#discussion_r542202475 ## File path: libminifi/src/core/yaml/YamlConfiguration.cpp ## @@ -770,106 +770,122 @@ void YamlConfiguration::parsePortYaml(YAML::Node *portNo