[GitHub] [nifi] exceptionfactory commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564220978 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/ResultSetRecordSet.java ## @@ -26,12 +27,12 @@ import

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564220393 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564218876 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/src/test/java/org/apache/nifi/util/db/TestJdbcCommon.java ## @@ -679,11

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564218598 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #975: MINIFICPP-1400 Create ListS3 processor

2021-01-25 Thread GitBox
lordgamez commented on a change in pull request #975: URL: https://github.com/apache/nifi-minifi-cpp/pull/975#discussion_r563670164 ## File path: extensions/aws/processors/ListS3.cpp ## @@ -0,0 +1,294 @@ +/** + * @file ListS3.cpp + * ListS3 class implementation + * + *

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #978: MINIFICPP-1453: Verify Supported TLS Protocols

2021-01-25 Thread GitBox
szaszm commented on pull request #978: URL: https://github.com/apache/nifi-minifi-cpp/pull/978#issuecomment-766835726 And thanks for your first contribution. The general workflow is that we merge after every comment is resolved, there are 2-3 approvals on the pull request, no conflicts

[GitHub] [nifi] mtien-apache commented on pull request #4727: NIFI-8088 Removed deprecation warning log for PKCS12 trust stores

2021-01-25 Thread GitBox
mtien-apache commented on pull request #4727: URL: https://github.com/apache/nifi/pull/4727#issuecomment-767129880 @exceptionfactory +1 LGTM. Confirmed that the deprecation warning is removed. I'm able to build successfully on JDK 8 and 11, run a secure instance, and transfer data through

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
lordgamez commented on a change in pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#discussion_r563790242 ## File path: libminifi/include/core/state/UpdateController.h ## @@ -148,7 +148,16 @@ class UpdateRunner : public utils::AfterExecute {

[GitHub] [nifi] joewitt commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
joewitt commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766831700 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi] markap14 commented on a change in pull request #4748: NIFI-8123: Added support for --wait-for-init when NiFi started with t…

2021-01-25 Thread GitBox
markap14 commented on a change in pull request #4748: URL: https://github.com/apache/nifi/pull/4748#discussion_r563786001 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/src/main/java/org/apache/nifi/BootstrapListener.java ## @@ -215,6 +220,12

[GitHub] [nifi] exceptionfactory closed pull request #4734: NIFI-8023 Added toLocalDate() and updated toDate() in DataTypeUtils

2021-01-25 Thread GitBox
exceptionfactory closed pull request #4734: URL: https://github.com/apache/nifi/pull/4734 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] exceptionfactory commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564073721 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@

[GitHub] [nifi] exceptionfactory commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
exceptionfactory commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766910732 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi-registry] thenatog closed pull request #314: NIFIREG-434 Added support for BCFKS Keystore Type

2021-01-25 Thread GitBox
thenatog closed pull request #314: URL: https://github.com/apache/nifi-registry/pull/314 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] mtien-apache commented on pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on pull request #4767: URL: https://github.com/apache/nifi/pull/4767#issuecomment-767021987 @exceptionfactory Thanks for reviewing again! Will go over your comments soon. This is an automated message

[GitHub] [nifi] markap14 commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2021-01-25 Thread GitBox
markap14 commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r563904084 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/QuerySplunkIndexingStatus.java ##

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r563924527 ## File path:

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-25 Thread GitBox
szaszm commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r560990362 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -0,0 +1,579 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] exceptionfactory edited a comment on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
exceptionfactory edited a comment on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766962393 > Yeah true they do have a pretty broad impact. However, we have to be extremely careful about which dependencies end up in our 'all things classloader' since

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
lordgamez commented on pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-766708979 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] exceptionfactory commented on pull request #4734: NIFI-8023 Added toLocalDate() and updated toDate() in DataTypeUtils

2021-01-25 Thread GitBox
exceptionfactory commented on pull request #4734: URL: https://github.com/apache/nifi/pull/4734#issuecomment-767157976 Closing in favor of implementation in #4781 This is an automated message from the Apache Git Service. To

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
szaszm commented on pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-766801370 Please don't forget to update the [C2 Design](https://cwiki.apache.org/confluence/display/MINIFI/C2+Design) wiki page.

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #978: MINIFICPP-1453: Verify Supported TLS Protocols

2021-01-25 Thread GitBox
szaszm commented on a change in pull request #978: URL: https://github.com/apache/nifi-minifi-cpp/pull/978#discussion_r563733304 ## File path: extensions/standard-processors/tests/integration/TLSClientSocketSupportedProtocolsTest.cpp ## @@ -0,0 +1,221 @@ +/** + * + * Licensed

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #977: MINIFICPP-1452 Parameterize Docker image build

2021-01-25 Thread GitBox
lordgamez commented on pull request #977: URL: https://github.com/apache/nifi-minifi-cpp/pull/977#issuecomment-766691614 > LGTM, > but we should think about a way to reduce the duplication of all of the options to ease maintenance. It's starting to become too easy to forget one or two

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
szaszm commented on a change in pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#discussion_r563694487 ## File path: libminifi/include/core/state/UpdateController.h ## @@ -148,7 +148,16 @@ class UpdateRunner : public utils::AfterExecute {

[GitHub] [nifi] JonathanKessler commented on pull request #3923: NIFI-6866 Created the RocksDBComponentStatusRepository to persist com…

2021-01-25 Thread GitBox
JonathanKessler commented on pull request #3923: URL: https://github.com/apache/nifi/pull/3923#issuecomment-766970172 > @JonathanKessler This is a really neat ticket/PR request that many nifi admins will find invaluable (I know I would have many times in the past). > > I was kicking

[GitHub] [nifi] sushilkm commented on pull request #4492: NIFI-7764: Small Cleanup in FetchAzureBlobStorage

2021-01-25 Thread GitBox
sushilkm commented on pull request #4492: URL: https://github.com/apache/nifi/pull/4492#issuecomment-767180491 looks good. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564115761 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHttpTwoWaySSL.java

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564092023 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/ResultSetRecordSet.java ## @@ -26,12 +27,12 @@ import

[GitHub] [nifi] Snorlaxa closed pull request #4760: NIFI-8142 Add "on conflict do nothing" feature to PutDatabaseRecord

2021-01-25 Thread GitBox
Snorlaxa closed pull request #4760: URL: https://github.com/apache/nifi/pull/4760 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] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564171223 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestListenHTTP.java ##

[GitHub] [nifi] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564169470 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHttpTwoWaySSL.java

[GitHub] [nifi] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564149146 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/KeyStoreUtils.java ## @@ -366,4 +461,133 @@ public static

[GitHub] [nifi] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564149011 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/KeyStoreUtils.java ## @@ -366,4 +461,133 @@ public static

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564138178 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@ private

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564138178 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@ private

[GitHub] [nifi] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564119427 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestInvokeHttpCommon.java

[GitHub] [nifi] mtien-apache commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r564115761 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHttpTwoWaySSL.java

[GitHub] [nifi] sushilkm commented on pull request #4492: NIFI-7764: Small Cleanup in FetchAzureBlobStorage

2021-01-25 Thread GitBox
sushilkm commented on pull request #4492: URL: https://github.com/apache/nifi/pull/4492#issuecomment-767180491 looks good. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564103224 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/src/test/java/org/apache/nifi/util/db/TestJdbcCommon.java ## @@ -679,11 +680,12

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564103224 ## File path: nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/src/test/java/org/apache/nifi/util/db/TestJdbcCommon.java ## @@ -679,11 +680,12

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564092771 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@ private

[GitHub] [nifi] turcsanyip commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564092023 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/ResultSetRecordSet.java ## @@ -26,12 +27,12 @@ import

[GitHub] [nifi] exceptionfactory commented on pull request #4734: NIFI-8023 Added toLocalDate() and updated toDate() in DataTypeUtils

2021-01-25 Thread GitBox
exceptionfactory commented on pull request #4734: URL: https://github.com/apache/nifi/pull/4734#issuecomment-767157976 Closing in favor of implementation in #4781 This is an automated message from the Apache Git Service. To

[GitHub] [nifi] exceptionfactory closed pull request #4734: NIFI-8023 Added toLocalDate() and updated toDate() in DataTypeUtils

2021-01-25 Thread GitBox
exceptionfactory closed pull request #4734: URL: https://github.com/apache/nifi/pull/4734 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] exceptionfactory commented on a change in pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4781: URL: https://github.com/apache/nifi/pull/4781#discussion_r564073721 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1085,6 +1087,28 @@

[jira] [Commented] (NIFI-8023) Test failure after NIFI-7996 commit if system default TZ is CET

2021-01-25 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17271710#comment-17271710 ] Peter Turcsanyi commented on NIFI-8023: --- Implemented a solution which solves NIFI-7996 without

[jira] [Updated] (NIFI-8172) PutDatabaseRecord ignores schema name when getting primary keys

2021-01-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8172: --- Status: Patch Available (was: In Progress) > PutDatabaseRecord ignores schema name when getting

[GitHub] [nifi] mattyb149 opened a new pull request #4782: NIFI-8172: Provide schema name to getPrimaryKeys call in PutDatabaseRecord

2021-01-25 Thread GitBox
mattyb149 opened a new pull request #4782: URL: https://github.com/apache/nifi/pull/4782 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR The call to DatabaseMetaData.getPrimaryKeys() was

[GitHub] [nifi] turcsanyip opened a new pull request #4781: NIFI-8023: Convert java.sql.Date between UTC/local time zone normaliz…

2021-01-25 Thread GitBox
turcsanyip opened a new pull request #4781: URL: https://github.com/apache/nifi/pull/4781 …ed forms before/after database operations Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR

[jira] [Assigned] (NIFI-8172) PutDatabaseRecord ignores schema name when getting primary keys

2021-01-25 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-8172: -- Assignee: Matt Burgess > PutDatabaseRecord ignores schema name when getting primary keys >

[GitHub] [nifi] mtien-apache commented on pull request #4727: NIFI-8088 Removed deprecation warning log for PKCS12 trust stores

2021-01-25 Thread GitBox
mtien-apache commented on pull request #4727: URL: https://github.com/apache/nifi/pull/4727#issuecomment-767129880 @exceptionfactory +1 LGTM. Confirmed that the deprecation warning is removed. I'm able to build successfully on JDK 8 and 11, run a secure instance, and transfer data through

[jira] [Created] (NIFI-8172) PutDatabaseRecord ignores schema name when getting primary keys

2021-01-25 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-8172: -- Summary: PutDatabaseRecord ignores schema name when getting primary keys Key: NIFI-8172 URL: https://issues.apache.org/jira/browse/NIFI-8172 Project: Apache NiFi

[GitHub] [nifi] mtien-apache commented on pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
mtien-apache commented on pull request #4767: URL: https://github.com/apache/nifi/pull/4767#issuecomment-767021987 @exceptionfactory Thanks for reviewing again! Will go over your comments soon. This is an automated message

[GitHub] [nifi] markap14 commented on a change in pull request #4714: NIFI-7801 Adding support for HTTP based Splunk put and indexed acknowledgement

2021-01-25 Thread GitBox
markap14 commented on a change in pull request #4714: URL: https://github.com/apache/nifi/pull/4714#discussion_r563904084 ## File path: nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/QuerySplunkIndexingStatus.java ##

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4767: NIFI-1355 Implemented new methods in KeyStoreUtils to programmatical…

2021-01-25 Thread GitBox
exceptionfactory commented on a change in pull request #4767: URL: https://github.com/apache/nifi/pull/4767#discussion_r563924527 ## File path:

[GitHub] [nifi] JonathanKessler commented on pull request #3923: NIFI-6866 Created the RocksDBComponentStatusRepository to persist com…

2021-01-25 Thread GitBox
JonathanKessler commented on pull request #3923: URL: https://github.com/apache/nifi/pull/3923#issuecomment-766970172 > @JonathanKessler This is a really neat ticket/PR request that many nifi admins will find invaluable (I know I would have many times in the past). > > I was kicking

[GitHub] [nifi] joewitt commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
joewitt commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766965220 no. just verbalizing what i was focusing on . i think your changes don't change it since you just operated on 'dependency management' rather than 'dependency' sections except as

[GitHub] [nifi] exceptionfactory edited a comment on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
exceptionfactory edited a comment on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766962393 > Yeah true they do have a pretty broad impact. However, we have to be extremely careful about which dependencies end up in our 'all things classloader' since

[GitHub] [nifi] exceptionfactory commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
exceptionfactory commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766962393 > Yeah true they do have a pretty broad impact. However, we have to be extremely careful about which dependencies end up in our 'all things classloader' since every

[GitHub] [nifi-registry] thenatog closed pull request #314: NIFIREG-434 Added support for BCFKS Keystore Type

2021-01-25 Thread GitBox
thenatog closed pull request #314: URL: https://github.com/apache/nifi-registry/pull/314 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] joewitt commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
joewitt commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766914667 Yeah true they do have a pretty broad impact. However, we have to be extremely careful about which dependencies end up in our 'all things classloader' since every subordinate

[GitHub] [nifi] exceptionfactory commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
exceptionfactory commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766910732 > looked through each of the dep updates. Since they are generally updating only dependency management it is probably fair game to elevate the specific declaration to the

[jira] [Commented] (NIFI-8171) Upgrade Bouncy Castle bcprov-jdk15on to 1.68

2021-01-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17271378#comment-17271378 ] David Handermann commented on NIFI-8171: [~joewitt] The initial PR run for JDK 11 improved the

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
lordgamez commented on pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-766894988 > > I think we should investigate the CI failure here: > > ``` > > C2PauseResumeTest:

[GitHub] [nifi] markap14 commented on a change in pull request #4748: NIFI-8123: Added support for --wait-for-init when NiFi started with t…

2021-01-25 Thread GitBox
markap14 commented on a change in pull request #4748: URL: https://github.com/apache/nifi/pull/4748#discussion_r563786001 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/src/main/java/org/apache/nifi/BootstrapListener.java ## @@ -215,6 +220,12

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
lordgamez commented on a change in pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#discussion_r563790242 ## File path: libminifi/include/core/state/UpdateController.h ## @@ -148,7 +148,16 @@ class UpdateRunner : public utils::AfterExecute {

[GitHub] [nifi] JonathanKessler opened a new pull request #4780: NIFI-8126

2021-01-25 Thread GitBox
JonathanKessler opened a new pull request #4780: URL: https://github.com/apache/nifi/pull/4780 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Adds total queued duration and max queued

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #978: MINIFICPP-1453: Verify Supported TLS Protocols

2021-01-25 Thread GitBox
szaszm commented on pull request #978: URL: https://github.com/apache/nifi-minifi-cpp/pull/978#issuecomment-766835726 And thanks for your first contribution. The general workflow is that we merge after every comment is resolved, there are 2-3 approvals on the pull request, no conflicts

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #978: MINIFICPP-1453: Verify Supported TLS Protocols

2021-01-25 Thread GitBox
szaszm commented on a change in pull request #978: URL: https://github.com/apache/nifi-minifi-cpp/pull/978#discussion_r563733304 ## File path: extensions/standard-processors/tests/integration/TLSClientSocketSupportedProtocolsTest.cpp ## @@ -0,0 +1,221 @@ +/** + * + * Licensed

[GitHub] [nifi] joewitt commented on pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
joewitt commented on pull request #4779: URL: https://github.com/apache/nifi/pull/4779#issuecomment-766831700 looked through each of the dep updates. Since they are generally updating only dependency management it is probably fair game to elevate the specific declaration to the top level

[jira] [Updated] (NIFI-8171) Upgrade Bouncy Castle bcprov-jdk15on to 1.68

2021-01-25 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8171: --- Status: Patch Available (was: Open) > Upgrade Bouncy Castle bcprov-jdk15on to 1.68 >

[jira] [Resolved] (NIFI-7357) Make Zookeeper TLS Properties Available via nifi.properties

2021-01-25 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-7357. --- Resolution: Duplicate > Make Zookeeper TLS Properties Available via nifi.properties >

[jira] [Resolved] (NIFI-7203) Add support for ZooKeeper TLS

2021-01-25 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-7203. --- Fix Version/s: 1.13.0 Resolution: Fixed > Add support for ZooKeeper TLS >

[GitHub] [nifi] exceptionfactory opened a new pull request #4779: NIFI-8171 Upgraded Bouncy Castle libraries to 1.68 and centralized de…

2021-01-25 Thread GitBox
exceptionfactory opened a new pull request #4779: URL: https://github.com/apache/nifi/pull/4779 Description of PR NIFI-8171 Upgrades Bouncy Castle Security Provider and related libraries from 1.66 to 1.68. This PR also centralizes the managed dependency version in the root

[jira] [Commented] (NIFI-7263) Add a No tracking Strategy to ListFile/ListFTP

2021-01-25 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17271316#comment-17271316 ] Joe Witt commented on NIFI-7263: Well nevermind I see this in the JIRA description. As long as we make

[jira] [Commented] (NIFI-7263) Add a No tracking Strategy to ListFile/ListFTP

2021-01-25 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17271314#comment-17271314 ] Joe Witt commented on NIFI-7263: The challenge I have with these descriptions is that with no tracking

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #975: MINIFICPP-1400 Create ListS3 processor

2021-01-25 Thread GitBox
lordgamez commented on a change in pull request #975: URL: https://github.com/apache/nifi-minifi-cpp/pull/975#discussion_r563728844 ## File path: extensions/aws/s3/S3Wrapper.cpp ## @@ -30,46 +37,253 @@ namespace minifi { namespace aws { namespace s3 {

[jira] [Commented] (MINIFICPP-1453) Ability to disable older TLS versions in MiNiFi C++ agents

2021-01-25 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17271309#comment-17271309 ] Martin Zink commented on MINIFICPP-1453: After investigating this issue, it turns out that

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request #978: MINIFICPP-1453: Verify Supported TLS Protocols

2021-01-25 Thread GitBox
martinzink opened a new pull request #978: URL: https://github.com/apache/nifi-minifi-cpp/pull/978 Currently org::apache::nifi:minifi::io::TLSSocket (which, among other things, handles communications with C2) only accept TLSv1.2 protocol (hardcoded behaviour) Added integration

[jira] [Commented] (NIFI-8171) Upgrade Bouncy Castle bcprov-jdk15on to 1.68

2021-01-25 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17271306#comment-17271306 ] Joe Witt commented on NIFI-8171: David does this fix the issue that popped up with tests in Github CI?

[jira] [Updated] (NIFI-8171) Upgrade Bouncy Castle bcprov-jdk15on to 1.68

2021-01-25 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8171: --- Fix Version/s: 1.13.0 > Upgrade Bouncy Castle bcprov-jdk15on to 1.68 >

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
szaszm commented on pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-766801370 Please don't forget to update the [C2 Design](https://cwiki.apache.org/confluence/display/MINIFI/C2+Design) wiki page.

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
szaszm commented on a change in pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#discussion_r563694487 ## File path: libminifi/include/core/state/UpdateController.h ## @@ -148,7 +148,16 @@ class UpdateRunner : public utils::AfterExecute {

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #975: MINIFICPP-1400 Create ListS3 processor

2021-01-25 Thread GitBox
lordgamez commented on a change in pull request #975: URL: https://github.com/apache/nifi-minifi-cpp/pull/975#discussion_r563688979 ## File path: extensions/aws/processors/ListS3.cpp ## @@ -0,0 +1,294 @@ +/** + * @file ListS3.cpp + * ListS3 class implementation + * + *

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #975: MINIFICPP-1400 Create ListS3 processor

2021-01-25 Thread GitBox
lordgamez commented on a change in pull request #975: URL: https://github.com/apache/nifi-minifi-cpp/pull/975#discussion_r563670164 ## File path: extensions/aws/processors/ListS3.cpp ## @@ -0,0 +1,294 @@ +/** + * @file ListS3.cpp + * ListS3 class implementation + * + *

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-25 Thread GitBox
szaszm commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r560990362 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -0,0 +1,579 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #974: MINIFICPP-1449 Add pause and resume command to C2

2021-01-25 Thread GitBox
lordgamez commented on pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-766708979 > I think we should investigate the CI failure here: > > ``` > C2PauseResumeTest:

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #977: MINIFICPP-1452 Parameterize Docker image build

2021-01-25 Thread GitBox
lordgamez commented on pull request #977: URL: https://github.com/apache/nifi-minifi-cpp/pull/977#issuecomment-766691614 > LGTM, > but we should think about a way to reduce the duplication of all of the options to ease maintenance. It's starting to become too easy to forget one or two

[jira] [Created] (MINIFICPP-1454) Reduce duplication of CMake parameters in docker arguments

2021-01-25 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1454: Summary: Reduce duplication of CMake parameters in docker arguments Key: MINIFICPP-1454 URL: https://issues.apache.org/jira/browse/MINIFICPP-1454 Project: