[jira] [Created] (NIFI-9257) ExecuteSQLRecord processor doesn't honor the max wait time config when set to 5mins

2021-09-28 Thread sneha sriram (Jira)
sneha sriram created NIFI-9257: -- Summary: ExecuteSQLRecord processor doesn't honor the max wait time config when set to 5mins Key: NIFI-9257 URL: https://issues.apache.org/jira/browse/NIFI-9257 Project:

[jira] [Updated] (NIFI-9253) Build broken by nifi-security-socket-ssl test issue

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9253: --- Affects Version/s: 1.14.0 Status: Patch Available (was: In Progress) > Build

[GitHub] [nifi] exceptionfactory opened a new pull request #5421: NIFI-9253 Corrected SSLSocketChannel.available() for TLSv1.3

2021-09-28 Thread GitBox
exceptionfactory opened a new pull request #5421: URL: https://github.com/apache/nifi/pull/5421 Description of PR NIFI-9253 Corrects `SSLSocketChannel` to avoid intermittent unit test and runtime failures related to TLSv1.3. The `available()` method implementation resulted in

[jira] [Created] (NIFI-9256) QueryDatabaseTable Processor Default Decimal Scale not working

2021-09-28 Thread GorkemG (Jira)
GorkemG created NIFI-9256: - Summary: QueryDatabaseTable Processor Default Decimal Scale not working Key: NIFI-9256 URL: https://issues.apache.org/jira/browse/NIFI-9256 Project: Apache NiFi Issue

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5409: NIFI-9235 - Improve PutHDFS documentation; conflict detection

2021-09-28 Thread GitBox
exceptionfactory commented on a change in pull request #5409: URL: https://github.com/apache/nifi/pull/5409#discussion_r718052930 ## File path: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java ## @@ -228,6

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5409: NIFI-9235 - Improve PutHDFS documentation; conflict detection

2021-09-28 Thread GitBox
exceptionfactory commented on a change in pull request #5409: URL: https://github.com/apache/nifi/pull/5409#discussion_r718052046 ## File path: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml ## @@ -78,6 +78,11 @@ 1.15.0-SNAPSHOT test

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5420: NIFI-9207 - limit read size, Distributed Cache Servers

2021-09-28 Thread GitBox
exceptionfactory commented on a change in pull request #5420: URL: https://github.com/apache/nifi/pull/5420#discussion_r718040282 ## File path:

[jira] [Updated] (NIFI-9207) Add max read size property to Distributed Cache Servers

2021-09-28 Thread Paul Grey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Grey updated NIFI-9207: Status: Patch Available (was: In Progress) > Add max read size property to Distributed Cache Servers >

[GitHub] [nifi] greyp9 opened a new pull request #5420: NIFI-9207 - limit read size, Distributed Cache Servers

2021-09-28 Thread GitBox
greyp9 opened a new pull request #5420: URL: https://github.com/apache/nifi/pull/5420 Description of PR Add max read size property to distributed cache servers (Set, Map) to validate incoming cache client calls. Add unit tests to exercise default limits. Explicit client

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5419: NIFI-9255: Support asynchronous session commits in ListenHTTP

2021-09-28 Thread GitBox
exceptionfactory commented on a change in pull request #5419: URL: https://github.com/apache/nifi/pull/5419#discussion_r718028300 ## File path:

[jira] [Updated] (NIFI-9255) Support asynchronous session commits in ListenHTTP

2021-09-28 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-9255: -- Status: Patch Available (was: In Progress) > Support asynchronous session commits in

[GitHub] [nifi] turcsanyip opened a new pull request #5419: NIFI-9255: Support asynchronous session commits in ListenHTTP

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

[GitHub] [nifi-minifi-cpp] adamdebreceni closed pull request #1177: MINIFICPP-1644: ProcessSession::read ignores the size/offset of the

2021-09-28 Thread GitBox
adamdebreceni closed pull request #1177: URL: https://github.com/apache/nifi-minifi-cpp/pull/1177 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] mattyb149 closed pull request #5415: NIFI-7012: Refactored OnConfigurationRestored to support sensitive property validation

2021-09-28 Thread GitBox
mattyb149 closed pull request #5415: URL: https://github.com/apache/nifi/pull/5415 -- 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 specific comment. To unsubscribe, e-mail:

[jira] [Created] (NIFI-9255) Support asynchronous session commits in ListenHTTP

2021-09-28 Thread Peter Turcsanyi (Jira)
Peter Turcsanyi created NIFI-9255: - Summary: Support asynchronous session commits in ListenHTTP Key: NIFI-9255 URL: https://issues.apache.org/jira/browse/NIFI-9255 Project: Apache NiFi Issue

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-28 Thread GitBox
szaszm commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r717382168 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi] adenes edited a comment on pull request #5414: NIFI-9248 Use hive-exec:core instead of the "regular" hive-exec dependency

2021-09-28 Thread GitBox
adenes edited a comment on pull request #5414: URL: https://github.com/apache/nifi/pull/5414#issuecomment-929212599 Thanks for the comment, @exceptionfactory > For reference, what factors determined which explicit dependencies to include after excluding `hive-exec` from

[GitHub] [nifi] mattyb149 closed pull request #5388: NIFI-9192: ResultSetRecordSet considers value of useLogicalTypes flag…

2021-09-28 Thread GitBox
mattyb149 closed pull request #5388: URL: https://github.com/apache/nifi/pull/5388 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-28 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r717317315 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi] adenes commented on pull request #5414: NIFI-9248 Use hive-exec:core instead of the "regular" hive-exec dependency

2021-09-28 Thread GitBox
adenes commented on pull request #5414: URL: https://github.com/apache/nifi/pull/5414#issuecomment-929212599 Thanks for the comment, @exceptionfactory > For reference, what factors determined which explicit dependencies to include after excluding `hive-exec` from `hive-streaming`?

[GitHub] [nifi] greyp9 commented on pull request #5311: NIFI-8919 - Refactor Distributed Cache Clients using Netty

2021-09-28 Thread GitBox
greyp9 commented on pull request #5311: URL: https://github.com/apache/nifi/pull/5311#issuecomment-928486380 > This works at runtime, but I noticed an issue with the PropertyDescriptor references in `createChannelPool`. The references point to the `Set` service, and it works given that

[GitHub] [nifi] github-actions[bot] closed pull request #3511: NIFI-6175 Spark Livy - Improving Livy

2021-09-28 Thread GitBox
github-actions[bot] closed pull request #3511: URL: https://github.com/apache/nifi/pull/3511 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] adamdebreceni closed pull request #1179: MINIFICPP-1649 Replace magic fallthrough strings with attribute

2021-09-28 Thread GitBox
adamdebreceni closed pull request #1179: URL: https://github.com/apache/nifi-minifi-cpp/pull/1179 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] greyp9 commented on a change in pull request #5409: NIFI-9235 - Improve PutHDFS documentation; conflict detection

2021-09-28 Thread GitBox
greyp9 commented on a change in pull request #5409: URL: https://github.com/apache/nifi/pull/5409#discussion_r716947901 ## File path: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java ## @@ -228,6 +232,20 @@

[GitHub] [nifi] mattyb149 commented on pull request #5388: NIFI-9192: ResultSetRecordSet considers value of useLogicalTypes flag…

2021-09-28 Thread GitBox
mattyb149 commented on pull request #5388: URL: https://github.com/apache/nifi/pull/5388#issuecomment-928251967 +1 LGTM, tried various scenarios with Oracle and Avro logical types on and off. Thanks for the fix! Merging to main -- This is an automated message from the Apache Git

[GitHub] [nifi] mattyb149 commented on a change in pull request #5415: NIFI-7012: Refactored OnConfigurationRestored to support sensitive property validation

2021-09-28 Thread GitBox
mattyb149 commented on a change in pull request #5415: URL: https://github.com/apache/nifi/pull/5415#discussion_r717175855 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardReloadComponent.java

[GitHub] [nifi] markap14 commented on pull request #5412: NIFI-9239: Updated Consume/Publish Kafka processors to support Exactl…

2021-09-28 Thread GitBox
markap14 commented on pull request #5412: URL: https://github.com/apache/nifi/pull/5412#issuecomment-929358954 @gresockj @exceptionfactory huge thanks for all of the very thoughtful and thorough feedback! I will push a new commit momentarily that should address all concerns. And I

[GitHub] [nifi] asfgit closed pull request #5416: NIFI-9251 Add AuthenticationManager Bean to avoid password generation

2021-09-28 Thread GitBox
asfgit closed pull request #5416: URL: https://github.com/apache/nifi/pull/5416 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] gresockj commented on a change in pull request #5415: NIFI-7012: Refactored OnConfigurationRestored to support sensitive property validation

2021-09-28 Thread GitBox
gresockj commented on a change in pull request #5415: URL: https://github.com/apache/nifi/pull/5415#discussion_r716972076 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java

[GitHub] [nifi] greyp9 commented on a change in pull request #5261: NIFI-7588: Handling dynamic properties on termination

2021-09-28 Thread GitBox
greyp9 commented on a change in pull request #5261: URL: https://github.com/apache/nifi/pull/5261#discussion_r717047306 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/StandardProcessorNodeIT.java

[GitHub] [nifi] exceptionfactory commented on pull request #5414: NIFI-9248 Use hive-exec:core instead of the "regular" hive-exec dependency

2021-09-28 Thread GitBox
exceptionfactory commented on pull request #5414: URL: https://github.com/apache/nifi/pull/5414#issuecomment-928573539 Thanks for putting together this update @adenes, it looks like it should reduce the overall size with the removal of unnecessary dependencies, while also avoiding

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5311: NIFI-8919 - Refactor Distributed Cache Clients using Netty

2021-09-28 Thread GitBox
exceptionfactory commented on a change in pull request #5311: URL: https://github.com/apache/nifi/pull/5311#discussion_r717085052 ## File path:

[GitHub] [nifi] mattyb149 commented on pull request #5318: NIFI-9064:Support Oracle timestamp when `Use Avro Logical Types` is t…

2021-09-28 Thread GitBox
mattyb149 commented on pull request #5318: URL: https://github.com/apache/nifi/pull/5318#issuecomment-929283337 There's a merge conflict now, and since you have a couple of merge commits in this PR, I recommend cleaning it up by rebasing or squashing merge commits or whatever, so your

[GitHub] [nifi] gresockj commented on a change in pull request #5261: NIFI-7588: Handling dynamic properties on termination

2021-09-28 Thread GitBox
gresockj commented on a change in pull request #5261: URL: https://github.com/apache/nifi/pull/5261#discussion_r717062535 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/StandardProcessorNodeIT.java

[GitHub] [nifi] asfgit closed pull request #5311: NIFI-8919 - Refactor Distributed Cache Clients using Netty

2021-09-28 Thread GitBox
asfgit closed pull request #5311: URL: https://github.com/apache/nifi/pull/5311 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] pgyori commented on pull request #5388: NIFI-9192: ResultSetRecordSet considers value of useLogicalTypes flag…

2021-09-28 Thread GitBox
pgyori commented on pull request #5388: URL: https://github.com/apache/nifi/pull/5388#issuecomment-929047305 Thank you, @mattyb149 ! -- 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 specific

[jira] [Commented] (NIFI-8727) claimantCount will never decrement to zero

2021-09-28 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17421589#comment-17421589 ] Mark Payne commented on NIFI-8727: -- Thanks [~wildq] for all of your analysis and describing exactly what

[jira] [Updated] (MINIFICPP-1650) ProcessSession::append sets the flowfile size incorrectly

2021-09-28 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1650: --- Status: Patch Available (was: In Progress)

[GitHub] [nifi] markap14 opened a new pull request #5418: NIFI-8727: Addressed bug in which ProcessSession doesn't properly dec…

2021-09-28 Thread GitBox
markap14 opened a new pull request #5418: URL: https://github.com/apache/nifi/pull/5418 …rement claimant count when a FlowFile is cloned and then the clone written to. Added automated tests to ensure that we are properly handling cases where a FlowFile is clone and then the contents

[jira] [Updated] (NIFI-9251) Disable unused password generation in Registry

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

[jira] [Commented] (NIFI-9251) Disable unused password generation in Registry

2021-09-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17421551#comment-17421551 ] ASF subversion and git services commented on NIFI-9251: --- Commit

[GitHub] [nifi] asfgit closed pull request #5416: NIFI-9251 Add AuthenticationManager Bean to avoid password generation

2021-09-28 Thread GitBox
asfgit closed pull request #5416: URL: https://github.com/apache/nifi/pull/5416 -- 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 specific comment. To unsubscribe, e-mail:

[jira] [Assigned] (NIFI-3929) Allow external key management for EncryptContent processor

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-3929: -- Assignee: David Handermann (was: Andy LoPresto) > Allow external key management for

[jira] [Assigned] (NIFI-3890) Create Key Management Controller Service

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-3890: -- Assignee: David Handermann (was: Andy LoPresto) > Create Key Management Controller

[jira] [Resolved] (NIFI-1525) Audit use of private keys throughout application

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1525. Resolution: Information Provided Closing based on history and scope, further analysis could

[jira] [Resolved] (NIFI-8728) archiveCount below zero, all processors with content modified will blocked in "waiting for archive cleanup"

2021-09-28 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-8728. -- Resolution: Not A Problem [~wildq] this is by design. The archiveCount here is not really relevant.

[jira] [Resolved] (NIFI-1466) Add password strength indicator to password properties

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-1466. Resolution: Won't Fix Although it might be interesting for NiFi to indicate password

[jira] [Commented] (NIFI-8727) claimantCount will never decrement to zero

2021-09-28 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17421495#comment-17421495 ] Mark Bean commented on NIFI-8727: - Correction: After running for about 24 hours, NiFi was restarted and

[jira] [Assigned] (NIFI-8727) claimantCount will never decrement to zero

2021-09-28 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Bean reassigned NIFI-8727: --- Assignee: Mark Bean > claimantCount will never decrement to zero >

[jira] [Resolved] (NIFI-7000) Document EC toolkit memory usage and best practices

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-7000. Fix Version/s: 1.13.0 Resolution: Fixed > Document EC toolkit memory usage and best

[jira] [Resolved] (NIFI-7002) Handle large files internally in EC toolkit

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-7002. Fix Version/s: 1.13.0 Resolution: Fixed > Handle large files internally in EC

[jira] [Resolved] (NIFI-7001) Guard against loading/operating on/serializing large files in EC toolkit

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-7001. Fix Version/s: 1.13.0 Resolution: Fixed > Guard against loading/operating

[jira] [Created] (NIFI-9254) Update Default Sensitive Properties Configuration for Stateless

2021-09-28 Thread David Handermann (Jira)
David Handermann created NIFI-9254: -- Summary: Update Default Sensitive Properties Configuration for Stateless Key: NIFI-9254 URL: https://issues.apache.org/jira/browse/NIFI-9254 Project: Apache NiFi

[jira] [Updated] (NIFI-9241) Review CORS Security Configuration

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9241: --- Status: Patch Available (was: In Progress) > Review CORS Security Configuration >

[GitHub] [nifi] exceptionfactory opened a new pull request #5417: NIFI-9241 Refactor CSRF mitigation using random Request-Token

2021-09-28 Thread GitBox
exceptionfactory opened a new pull request #5417: URL: https://github.com/apache/nifi/pull/5417 Description of PR NIFI-9241 Refactors the [Cross Site Request Forgery](https://owasp.org/www-community/attacks/csrf) mitigation strategy to use a random token cookie with a custom

[jira] [Created] (MINIFICPP-1652) Linux docker image builds fail with MQTT enabled

2021-09-28 Thread Jira
Gábor Gyimesi created MINIFICPP-1652: Summary: Linux docker image builds fail with MQTT enabled Key: MINIFICPP-1652 URL: https://issues.apache.org/jira/browse/MINIFICPP-1652 Project: Apache NiFi

[GitHub] [nifi] markap14 commented on pull request #5412: NIFI-9239: Updated Consume/Publish Kafka processors to support Exactl…

2021-09-28 Thread GitBox
markap14 commented on pull request #5412: URL: https://github.com/apache/nifi/pull/5412#issuecomment-929358954 @gresockj @exceptionfactory huge thanks for all of the very thoughtful and thorough feedback! I will push a new commit momentarily that should address all concerns. And I

[GitHub] [nifi] markap14 commented on a change in pull request #5412: NIFI-9239: Updated Consume/Publish Kafka processors to support Exactl…

2021-09-28 Thread GitBox
markap14 commented on a change in pull request #5412: URL: https://github.com/apache/nifi/pull/5412#discussion_r717719817 ## File path: nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/src/main/java/org/apache/nifi/processors/stateless/ExecuteStateless.java

[GitHub] [nifi] markap14 commented on a change in pull request #5412: NIFI-9239: Updated Consume/Publish Kafka processors to support Exactl…

2021-09-28 Thread GitBox
markap14 commented on a change in pull request #5412: URL: https://github.com/apache/nifi/pull/5412#discussion_r717719235 ## File path: nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/src/main/java/org/apache/nifi/processors/stateless/ExecuteStateless.java

[GitHub] [nifi] markap14 commented on a change in pull request #5412: NIFI-9239: Updated Consume/Publish Kafka processors to support Exactl…

2021-09-28 Thread GitBox
markap14 commented on a change in pull request #5412: URL: https://github.com/apache/nifi/pull/5412#discussion_r717718403 ## File path: nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/src/main/java/org/apache/nifi/processors/stateless/ExecuteStateless.java

[GitHub] [nifi] markap14 commented on a change in pull request #5412: NIFI-9239: Updated Consume/Publish Kafka processors to support Exactl…

2021-09-28 Thread GitBox
markap14 commented on a change in pull request #5412: URL: https://github.com/apache/nifi/pull/5412#discussion_r717715814 ## File path: nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/PublishKafka_2_6.java ##

[jira] [Commented] (NIFI-9253) Build broken by nifi-security-socket-ssl test issue

2021-09-28 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17421463#comment-17421463 ] Joe Witt commented on NIFI-9253: The issue is intermittent. I have run two builds since and the issue has

[jira] [Assigned] (NIFI-9253) Build broken by nifi-security-socket-ssl test issue

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-9253: -- Assignee: David Handermann > Build broken by nifi-security-socket-ssl test issue >

[jira] [Updated] (NIFI-9253) Build broken by nifi-security-socket-ssl test issue

2021-09-28 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9253: --- Description: [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal

[jira] [Updated] (NIFI-9253) Build broken by nifi-security-socket-ssl test issue

2021-09-28 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-9253: --- Description: [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal

[jira] [Created] (NIFI-9253) Build broken by nifi-security-socket-ssl test issue

2021-09-28 Thread Joe Witt (Jira)
Joe Witt created NIFI-9253: -- Summary: Build broken by nifi-security-socket-ssl test issue Key: NIFI-9253 URL: https://issues.apache.org/jira/browse/NIFI-9253 Project: Apache NiFi Issue Type: Bug

[jira] [Updated] (NIFI-9251) Disable unused password generation in Registry

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9251: --- Status: Patch Available (was: Open) > Disable unused password generation in Registry >

[GitHub] [nifi] exceptionfactory opened a new pull request #5416: NIFI-9251 Add AuthenticationManager Bean to avoid password generation

2021-09-28 Thread GitBox
exceptionfactory opened a new pull request #5416: URL: https://github.com/apache/nifi/pull/5416 Description of PR NIFI-9251 Adds an `AuthenticationManager` Bean definition to the NiFi Registry Spring Security configuration to avoid unnecessary automatic configuration, which

[GitHub] [nifi] mattyb149 commented on pull request #5318: NIFI-9064:Support Oracle timestamp when `Use Avro Logical Types` is t…

2021-09-28 Thread GitBox
mattyb149 commented on pull request #5318: URL: https://github.com/apache/nifi/pull/5318#issuecomment-929283337 There's a merge conflict now, and since you have a couple of merge commits in this PR, I recommend cleaning it up by rebasing or squashing merge commits or whatever, so your

[jira] [Created] (NIFI-9252) Remove nifi.sensitive.props.provider Property

2021-09-28 Thread David Handermann (Jira)
David Handermann created NIFI-9252: -- Summary: Remove nifi.sensitive.props.provider Property Key: NIFI-9252 URL: https://issues.apache.org/jira/browse/NIFI-9252 Project: Apache NiFi Issue

[GitHub] [nifi] adenes edited a comment on pull request #5414: NIFI-9248 Use hive-exec:core instead of the "regular" hive-exec dependency

2021-09-28 Thread GitBox
adenes edited a comment on pull request #5414: URL: https://github.com/apache/nifi/pull/5414#issuecomment-929212599 Thanks for the comment, @exceptionfactory > For reference, what factors determined which explicit dependencies to include after excluding `hive-exec` from

[GitHub] [nifi] adenes commented on pull request #5414: NIFI-9248 Use hive-exec:core instead of the "regular" hive-exec dependency

2021-09-28 Thread GitBox
adenes commented on pull request #5414: URL: https://github.com/apache/nifi/pull/5414#issuecomment-929212599 Thanks for the comment, @exceptionfactory > For reference, what factors determined which explicit dependencies to include after excluding `hive-exec` from `hive-streaming`?

[jira] [Created] (NIFI-9251) Disable used password generation in Registry

2021-09-28 Thread David Handermann (Jira)
David Handermann created NIFI-9251: -- Summary: Disable used password generation in Registry Key: NIFI-9251 URL: https://issues.apache.org/jira/browse/NIFI-9251 Project: Apache NiFi Issue

[jira] [Updated] (NIFI-9251) Disable unused password generation in Registry

2021-09-28 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9251: --- Summary: Disable unused password generation in Registry (was: Disable used password

[jira] [Resolved] (NIFI-9249) OIDC with Java 11 - the trustAnchors parameter must be non-empty

2021-09-28 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-9249. -- Resolution: Not A Bug > OIDC with Java 11 - the trustAnchors parameter must be non-empty >

[jira] [Commented] (NIFI-9249) OIDC with Java 11 - the trustAnchors parameter must be non-empty

2021-09-28 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17421329#comment-17421329 ] Pierre Villard commented on NIFI-9249: -- When trying with {code:java} $ java -version openjdk version

[GitHub] [nifi] pgyori commented on pull request #5388: NIFI-9192: ResultSetRecordSet considers value of useLogicalTypes flag…

2021-09-28 Thread GitBox
pgyori commented on pull request #5388: URL: https://github.com/apache/nifi/pull/5388#issuecomment-929047305 Thank you, @mattyb149 ! -- 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 specific

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request #1181: MINIFICPP-1650: ProcessSession::append sets the flowfile size

2021-09-28 Thread GitBox
martinzink opened a new pull request #1181: URL: https://github.com/apache/nifi-minifi-cpp/pull/1181 incorrectly Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following

[jira] [Updated] (MINIFICPP-1644) ProcessSession::read ignores the size/offset of the flowfile

2021-09-28 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1644: --- Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-28 Thread GitBox
szaszm commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r717382168 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[jira] [Resolved] (MINIFICPP-1649) Replace magic fallthrough strings with attribute

2021-09-28 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi resolved MINIFICPP-1649. -- Resolution: Fixed > Replace magic fallthrough strings with attribute >

[GitHub] [nifi-minifi-cpp] adamdebreceni closed pull request #1177: MINIFICPP-1644: ProcessSession::read ignores the size/offset of the

2021-09-28 Thread GitBox
adamdebreceni closed pull request #1177: URL: https://github.com/apache/nifi-minifi-cpp/pull/1177 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] adamdebreceni closed pull request #1179: MINIFICPP-1649 Replace magic fallthrough strings with attribute

2021-09-28 Thread GitBox
adamdebreceni closed pull request #1179: URL: https://github.com/apache/nifi-minifi-cpp/pull/1179 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-28 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r717317315 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation