[jira] [Updated] (NIFI-11288) When using AssumeRoleWithWebIdentity method, the STS dependencies is missing.

2023-03-15 Thread Julian Zhang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Zhang updated NIFI-11288: Description: When NiFi Processors or NiFi Registry accesses AWS services using the AssumeRoleWithW

[jira] [Updated] (NIFI-11252) OIDC secret properties that are encrypted by default are not being decrypted in Nifi Registry

2023-03-15 Thread Ryan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan updated NIFI-11252: Fix Version/s: 1.21.0 Status: Patch Available (was: Open) > OIDC secret properties that are encrypted b

[jira] [Created] (MINIFICPP-2081) CWEL saved logs support

2023-03-15 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-2081: --- Summary: CWEL saved logs support Key: MINIFICPP-2081 URL: https://issues.apache.org/jira/browse/MINIFICPP-2081 Project: Apache NiFi MiNiFi C++ Issue Ty

[jira] [Updated] (MINIFICPP-2081) CWEL saved logs support

2023-03-15 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-2081: Description: According to the EvtQuery docs, specifying a file path as Channel should n

[jira] [Commented] (NIFI-10386) PutSplunkHTTP processor should support an SSLContextService property

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700716#comment-17700716 ] David Handermann commented on NIFI-10386: - Linked Splunk SDK Issue 209 related to

[jira] [Updated] (NIFI-10496) Restore the previous state of referencing components on Controller Service restart

2023-03-15 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wise updated NIFI-10496: - Summary: Restore the previous state of referencing components on Controller Service restart (was: Restor

[jira] [Updated] (NIFI-10496) Restore the previous state of referencing components on Controller Service restart

2023-03-15 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wise updated NIFI-10496: - Description: Currently, when stopping and starting a controller service to make any changes, all of its

[jira] [Updated] (NIFI-10496) Restore the previous state on Controller Service restart

2023-03-15 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wise updated NIFI-10496: - Summary: Restore the previous state on Controller Service restart (was: Restore the previous state of re

[GitHub] [nifi-maven] kevdoran merged pull request #32: NIFI-11283 Add GitHub Actions build workflow

2023-03-15 Thread via GitHub
kevdoran merged PR #32: URL: https://github.com/apache/nifi-maven/pull/32 -- 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: issues-unsubscr...@nifi.apache

[jira] [Created] (NIFI-11289) NiFi UI blocks on read access to FlowFile Queues

2023-03-15 Thread Mark Payne (Jira)
Mark Payne created NIFI-11289: - Summary: NiFi UI blocks on read access to FlowFile Queues Key: NIFI-11289 URL: https://issues.apache.org/jira/browse/NIFI-11289 Project: Apache NiFi Issue Type: Bu

[GitHub] [nifi] markap14 opened a new pull request, #7046: NIFI-11289: Avoid obtaining read locks on queues when fetching Group …

2023-03-15 Thread via GitHub
markap14 opened a new pull request, #7046: URL: https://github.com/apache/nifi/pull/7046 …Status, except in those few specific situations where it's needed. # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-

[jira] [Updated] (NIFI-11289) NiFi UI blocks on read access to FlowFile Queues

2023-03-15 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11289: -- Fix Version/s: 1.latest 2.latest > NiFi UI blocks on read access to FlowFile Queues

[jira] [Created] (NIFI-11290) When Primary Node changes, components should be notified in a background thread

2023-03-15 Thread Mark Payne (Jira)
Mark Payne created NIFI-11290: - Summary: When Primary Node changes, components should be notified in a background thread Key: NIFI-11290 URL: https://issues.apache.org/jira/browse/NIFI-11290 Project: Apac

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-15 Thread via GitHub
dan-s1 commented on code in PR #7016: URL: https://github.com/apache/nifi/pull/7016#discussion_r1137540823 ## nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/main/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessor.java: ## @@ -313,7 +334,7 @@ private String

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-15 Thread via GitHub
exceptionfactory commented on code in PR #7016: URL: https://github.com/apache/nifi/pull/7016#discussion_r1137551740 ## nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/main/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessor.java: ## @@ -313,7 +334,7 @@ priva

[GitHub] [nifi] dan-s1 commented on a diff in pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-15 Thread via GitHub
dan-s1 commented on code in PR #7016: URL: https://github.com/apache/nifi/pull/7016#discussion_r1137565949 ## nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/main/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessor.java: ## @@ -313,7 +334,7 @@ private String

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-15 Thread via GitHub
exceptionfactory commented on code in PR #7016: URL: https://github.com/apache/nifi/pull/7016#discussion_r1137567815 ## nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/main/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessor.java: ## @@ -313,7 +334,7 @@ priva

[jira] [Updated] (NIFI-11289) NiFi UI blocks on read access to FlowFile Queues

2023-03-15 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11289: -- Status: Patch Available (was: Open) > NiFi UI blocks on read access to FlowFile Queues > -

[jira] [Created] (NIFI-11291) EventIterator leak in PartitionedEventStore

2023-03-15 Thread Joe Gresock (Jira)
Joe Gresock created NIFI-11291: -- Summary: EventIterator leak in PartitionedEventStore Key: NIFI-11291 URL: https://issues.apache.org/jira/browse/NIFI-11291 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] exceptionfactory closed pull request #7046: NIFI-11289: Avoid obtaining read locks on queues when fetching Group …

2023-03-15 Thread via GitHub
exceptionfactory closed pull request #7046: NIFI-11289: Avoid obtaining read locks on queues when fetching Group … URL: https://github.com/apache/nifi/pull/7046 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [nifi] exceptionfactory closed pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB…

2023-03-15 Thread via GitHub
exceptionfactory closed pull request #7016: [NIFI-10792] Fixed bug to allow for processing files larger than 10MB… URL: https://github.com/apache/nifi/pull/7016 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700844#comment-17700844 ] ASF subversion and git services commented on NIFI-10792: Commit 6

[jira] [Commented] (NIFI-11289) NiFi UI blocks on read access to FlowFile Queues

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700843#comment-17700843 ] ASF subversion and git services commented on NIFI-11289: Commit 4

[jira] [Commented] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700854#comment-17700854 ] ASF subversion and git services commented on NIFI-10792: Commit f

[jira] [Commented] (NIFI-11289) NiFi UI blocks on read access to FlowFile Queues

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700853#comment-17700853 ] ASF subversion and git services commented on NIFI-11289: Commit f

[jira] [Resolved] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-10792. - Fix Version/s: 2.0.0 1.21.0 (was: 1.15.3)

[GitHub] [nifi] gresockj opened a new pull request, #7047: NIFI-11291: Ensuring exceptional EventIterators are closed in Partiti…

2023-03-15 Thread via GitHub
gresockj opened a new pull request, #7047: URL: https://github.com/apache/nifi/pull/7047 …onedEventStore # Summary [NIFI-11291](https://issues.apache.org/jira/browse/NIFI-11291) # Tracking Please complete the following tracking steps prior to pull request creat

[jira] [Updated] (NIFI-11289) NiFi UI blocks on read access to FlowFile Queues

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11289: Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status: R

[GitHub] [nifi] exceptionfactory closed pull request #7044: NIFI-11252 Added OIDC client secret to the default nifi properties + …

2023-03-15 Thread via GitHub
exceptionfactory closed pull request #7044: NIFI-11252 Added OIDC client secret to the default nifi properties + … URL: https://github.com/apache/nifi/pull/7044 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (NIFI-11252) OIDC secret properties that are encrypted by default are not being decrypted in Nifi Registry

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700857#comment-17700857 ] ASF subversion and git services commented on NIFI-11252: Commit d

[jira] [Updated] (NIFI-11252) OIDC secret properties that are encrypted by default are not being decrypted in Nifi Registry

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11252: Fix Version/s: 2.0.0 Assignee: Ryan Resolution: Fixed Status: Res

[jira] [Commented] (NIFI-11252) OIDC secret properties that are encrypted by default are not being decrypted in Nifi Registry

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700858#comment-17700858 ] ASF subversion and git services commented on NIFI-11252: Commit a

[GitHub] [nifi] r-vandenbos commented on pull request #7044: NIFI-11252 Added OIDC client secret to the default nifi properties + …

2023-03-15 Thread via GitHub
r-vandenbos commented on PR #7044: URL: https://github.com/apache/nifi/pull/7044#issuecomment-1470864768 Thanks @exceptionfactory I appreciate the review. -- 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

[GitHub] [nifi] exceptionfactory commented on pull request #6212: NIFI-10238 Priority queues may return incorrect status when flowfiles…

2023-03-15 Thread via GitHub
exceptionfactory commented on PR #6212: URL: https://github.com/apache/nifi/pull/6212#issuecomment-1470877533 Thanks for your work on this @s9514171. Changes for [NIFI-11289](https://issues.apache.org/jira/browse/NIFI-11289) in PR #7046 addressed this issue, and other problems related to lo

[GitHub] [nifi] exceptionfactory closed pull request #6212: NIFI-10238 Priority queues may return incorrect status when flowfiles…

2023-03-15 Thread via GitHub
exceptionfactory closed pull request #6212: NIFI-10238 Priority queues may return incorrect status when flowfiles… URL: https://github.com/apache/nifi/pull/6212 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Updated] (NIFI-10238) Priority queues may return incorrect status when flowfiles have just been migrated from swap to active

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-10238: Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status: R

[jira] [Commented] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-03-15 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700882#comment-17700882 ] ASF subversion and git services commented on NIFI-10792: Commit 1

[GitHub] [nifi] greyp9 opened a new pull request, #7048: NIFI-11286 - add getter for ExtensionComponent.restricted

2023-03-15 Thread via GitHub
greyp9 opened a new pull request, #7048: URL: https://github.com/apache/nifi/pull/7048 # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [x] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue cr

[jira] [Created] (NIFI-11292) Upgrade Netty to 4.1.90

2023-03-15 Thread David Handermann (Jira)
David Handermann created NIFI-11292: --- Summary: Upgrade Netty to 4.1.90 Key: NIFI-11292 URL: https://issues.apache.org/jira/browse/NIFI-11292 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] exceptionfactory opened a new pull request, #7049: NIFI-11292 Upgrade Netty from 4.1.87 to 4.1.90

2023-03-15 Thread via GitHub
exceptionfactory opened a new pull request, #7049: URL: https://github.com/apache/nifi/pull/7049 # Summary [NIFI-11292](https://issues.apache.org/jira/browse/NIFI-11292) Upgrades Netty dependencies from 4.1.87 to [4.1.90](https://netty.io/news/2023/03/14/4-1-90-Final.html), incorpora

[jira] [Updated] (NIFI-11292) Upgrade Netty to 4.1.90

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11292: Status: Patch Available (was: Open) > Upgrade Netty to 4.1.90 > --- >

[GitHub] [nifi] github-actions[bot] closed pull request #5135: NIFI-8611: GCP BigQuery processors support using designate project resource for ingestion

2023-03-15 Thread via GitHub
github-actions[bot] closed pull request #5135: NIFI-8611: GCP BigQuery processors support using designate project resource for ingestion URL: https://github.com/apache/nifi/pull/5135 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[jira] [Resolved] (NIFI-11278) Release Manager - Release NAR Maven Plugin 1.5.0

2023-03-15 Thread Kevin Doran (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran resolved NIFI-11278. Resolution: Done > Release Manager - Release NAR Maven Plugin 1.5.0 > -

[jira] [Updated] (NIFI-11283) Add GitHub Actions CI build to nifi-maven project

2023-03-15 Thread Kevin Doran (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran updated NIFI-11283: --- Fix Version/s: nifi-nar-maven-plugin-1.5.1 > Add GitHub Actions CI build to nifi-maven project >

[jira] [Created] (NIFI-11293) Upgrade Log4j 2 to 2.20.0

2023-03-15 Thread David Handermann (Jira)
David Handermann created NIFI-11293: --- Summary: Upgrade Log4j 2 to 2.20.0 Key: NIFI-11293 URL: https://issues.apache.org/jira/browse/NIFI-11293 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] exceptionfactory opened a new pull request, #7050: NIFI-11293 Upgrade Log4j 2 from 2.18.0 to 2.20.0

2023-03-15 Thread via GitHub
exceptionfactory opened a new pull request, #7050: URL: https://github.com/apache/nifi/pull/7050 # Summary [NIFI-11293](https://issues.apache.org/jira/browse/NIFI-11293) Upgrades Log4j 2 API dependencies from 2.18.0 to [2.20.0](https://logging.apache.org/log4j/2.x/release-notes/2.20.

[jira] [Updated] (NIFI-11293) Upgrade Log4j 2 to 2.20.0

2023-03-15 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11293: Status: Patch Available (was: Open) > Upgrade Log4j 2 to 2.20.0 >