Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
14
16
source
stringclasses
1 value
source_url
stringlengths
47
49
pipeline_layer
stringclasses
4 values
title
stringlengths
1
249
body
stringlengths
0
3k
solution
stringlengths
0
3k
tools_mentioned
listlengths
1
7
cross_tool
bool
2 classes
labels
listlengths
0
13
components
listlengths
0
40
category
stringclasses
15 values
issue_type
stringclasses
5 values
status
stringclasses
7 values
resolution
stringclasses
21 values
priority
stringclasses
10 values
comments_count
int64
0
52
timestamp
stringdate
2019-10-23 09:52:58
2026-04-05 20:44:40
project
stringclasses
5 values
jira-NIFI-15796
apache_jira
https://issues.apache.org/jira/browse/NIFI-15796
ingestion
Bump NiFi API to 2.8.0, Jetty to 12.1.8, FastCSV to 4.2.0, and others
* AWS Kinesis Client from 3.4.1 to 3.4.2 - [https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.4.2] * Jedis from 7.4.0 to 7.4.1 - [https://github.com/redis/jedis/releases/tag/v7.4.1] * FastCSV from 4.1.1 to 4.2.0 - [https://github.com/osiegmar/FastCSV/releases/tag/v4.2.0] * checker-qual from 3.54.0 ...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Patch Available
Major
0
2026-04-05T20:44:40.000+0000
NIFI
jira-NIFI-15795
apache_jira
https://issues.apache.org/jira/browse/NIFI-15795
ingestion
ConsumeIMAP and ConsumePOP3 can create multiple Executor Services
The {{ConsumeIMAP}} and {{ConsumePOP}} Processors depend on Spring Integration for receiving messages and require a Scheduled Executor Service as part of the Mail Receiver configuration. When the Processors encounter an exception retrieving messages, or require refreshing OAuth 2 Access Token credentials, the Proces...
Commit 1d2c25fc74cfd798d08a8cf042ec6be01ec2f813 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1d2c25fc74c ] NIFI-15795 Fixed Email Processors Executor Service handling (#11105) - Relocated Scheduled Executor Service creation to instance level with creation a...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Minor
1
2026-04-03T19:15:12.000+0000
NIFI
jira-NIFI-15794
apache_jira
https://issues.apache.org/jira/browse/NIFI-15794
ingestion
Add Validation Steps to GitHub Build Workflow
The GitHub Pull Request Template includes several steps required for validating whether the Pull Request meets Tracking requirements, including standardized references to a Jira issue in the Pull Request Title and commit messages. These Tracking requirements should be incorporated into a GitHub workflow that runs the c...
Commit 3e12ab9d51a40a194b2af13d1e9020c1e92002ad in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3e12ab9d51a ] NIFI-15794 Add Validation Steps to GitHub Build Workflow (#11103)
[ "nifi" ]
false
[]
[ "Tools and Build" ]
nifi_knowledge
Improvement
Resolved
Done
Major
1
2026-04-03T14:37:12.000+0000
NIFI
jira-NIFI-15793
apache_jira
https://issues.apache.org/jira/browse/NIFI-15793
ingestion
Introduce Connector Listing
The NiFi UI should support rendering a listing of Connectors. As part of this effort we should include the ability to create and delete.
[ "nifi" ]
false
[]
[ "Core UI" ]
nifi_general
Task
Open
Major
0
2026-04-02T20:52:22.000+0000
NIFI
jira-NIFI-15792
apache_jira
https://issues.apache.org/jira/browse/NIFI-15792
ingestion
ConsumeKinesis slow in stateless mode
When ConsumeKinesis is run in stateless mode using Enhanced Fan-Out mode, I'm seeing it receive data very slowly - about 10% the rate at which it runs when in Standard / Stateful mode.
Commit 05ea8b959f8e2cf4d78f92942b8efb7fc163cddf in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=05ea8b959f8 ] NIFI-15792 Added background message consumption in ConsumeKinesis (#11102) Trigger background consumption of messages in ConsumeKinesis in such a way that d...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-04-02T20:02:29.000+0000
NIFI
jira-NIFI-15791
apache_jira
https://issues.apache.org/jira/browse/NIFI-15791
ingestion
Add per-secret TTL cache to ParameterProviderSecretsManager
Adds a TTL-based cache for resolved secret values in ParameterProviderSecretsManager to avoid redundant calls to ParameterProvider.fetchParameterValues() on every secret lookup. Each secret is cached independently by its fully qualified name and expires after a configurable TTL (default 5 minutes). Caching can be disab...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Patch Available
Major
0
2026-04-02T18:50:11.000+0000
NIFI
jira-NIFI-15790
apache_jira
https://issues.apache.org/jira/browse/NIFI-15790
ingestion
Batch secret resolution in StandardConnectorConfigurationContext
During connector configuration, each SecretReference property triggers an independent call chain: getSecretProvider() (which validates all parameter providers) followed by provider.getSecrets() (which may fetch all secrets then filters). With batching, all secrets in a step are resolved in one round-trip, and the full ...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_knowledge
Improvement
Patch Available
Major
0
2026-04-02T17:31:23.000+0000
NIFI
jira-NIFI-15789
apache_jira
https://issues.apache.org/jira/browse/NIFI-15789
ingestion
Upgrade Snowflake JDBC to 4.0.2
The Snowflake JDBC Driver should be upgraded to version 4 to incorporate the latest features, fixes, and transitive dependency upgrades. [Migrating to version 4|https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-migration] requires a small number of code changes based on renamed packages.
Commit 56dda439fb3da7de624887a44271bb0d9cae36ec in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=56dda439fb3 ] NIFI-15789 Upgrade Snowflake JDBC from 3.28.0 to 4.0.2 (#11101)
[ "nifi", "jdbc", "snowflake" ]
true
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-04-02T16:58:18.000+0000
NIFI
jira-NIFI-15788
apache_jira
https://issues.apache.org/jira/browse/NIFI-15788
ingestion
Conduct NiFi API 2.8.0 Release
Conduct NiFi API 2.8.0 Release
[ "nifi" ]
false
[]
[ "NiFi API" ]
nifi_general
Task
Resolved
Done
Major
0
2026-04-02T16:49:01.000+0000
NIFI
jira-NIFI-15787
apache_jira
https://issues.apache.org/jira/browse/NIFI-15787
ingestion
Add Metadata-Only Parameter Listing to ParameterProvider
NiFi API change as discussed in NIP-25
[ "nifi" ]
false
[]
[ "NiFi API" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
0
2026-04-02T14:46:43.000+0000
NIFI
jira-NIFI-15786
apache_jira
https://issues.apache.org/jira/browse/NIFI-15786
ingestion
Provenance Repository ignores nifi.provenance.repository.max.attribute.length property when re-indexing
On startup the provenance repository determines how many events have been written but not yet indexed and indexes these. When doing this, it reads the events passing `Integer.MAX_VALUE` for the maximum value of an attribute. While we should not see huge attributes added to FlowFiles, we should ensure that we do not loa...
Commit 35d8b99a14c900d04427cd1e7b070cd181b489a1 in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=35d8b99a14c ] NIFI-15786: Ensure that we honor provenance repository's configured maximum attribute character size when reading from provenance repository (#11097)
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-04-02T14:39:34.000+0000
NIFI
jira-NIFI-15785
apache_jira
https://issues.apache.org/jira/browse/NIFI-15785
ingestion
Update parameter and parameter context descriptions during versioned flow upgrade
When upgrading a versioned process group from version N to N+1, parameter descriptions for existing parameters are silently dropped. The {{addMissingConfiguration}} method in {{StandardVersionedComponentSynchronizer}} skips any parameter that already exists, meaning description-only changes are never applied. Similarly...
[ "nifi" ]
false
[]
[ "Flow Versioning" ]
nifi_knowledge
Improvement
Patch Available
Major
0
2026-04-02T14:04:49.000+0000
NIFI
jira-NIFI-15784
apache_jira
https://issues.apache.org/jira/browse/NIFI-15784
ingestion
UploadRequestReplicator should copy all request request headers on replicated requests
ConnectorRequestContext is used to provide NiFi API HTTP Request contextual information (such as headers) to the ConnectorConfigurationProvider, if configured. When Connector Assets are uploaded, those requests use the StandardUploadRequestReplicator instead of the ThreadPoolRequestReplicator. Unlike the ThreadPoolR...
Commit 21b5fb4e7e7c9311f0d5eb4d0d44fa245e55a6e5 in nifi's branch refs/heads/main from Kevin Doran [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=21b5fb4e7e7 ] NIFI-15784 Forward request headers during upload replication (#11094) UploadRequest replication (used for asset and NAR uploads) did not forward inbound se...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-04-02T10:46:33.000+0000
NIFI
jira-NIFI-15783
apache_jira
https://issues.apache.org/jira/browse/NIFI-15783
ingestion
Make NodeTypeProvider available to ConnectorConfigurationProvider
ConnectorConfigurationProvider is designed for syncing Connector working configuration with a central, shared external store, like a database or git repository, that all nodes refer to. In a NiFi cluster, write operations like save() should only be run on a single NiFi node, e.g. the cluster primary node. Connector ...
Commit 5cbafbc8dfe62abd58f6c071786f7729a6e5f46c in nifi's branch refs/heads/main from Kevin Doran [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5cbafbc8dfe ] NIFI-15783 Add NodeTypeProvider to ConnectorConfigProvider (#11104) Signed-off-by: David Handermann <exceptionfactory@apache.org>
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-04-02T10:39:47.000+0000
NIFI
jira-NIFI-15782
apache_jira
https://issues.apache.org/jira/browse/NIFI-15782
ingestion
ConsumeIMAP and ConsumePOP3 can fail permanently on server connection issues
The ConsumeIMAP (and most likely ConsumePOP3) processors enter a permanent failed state when the connection to the email server is interrupted (e.g., network issues, server restarts, timeouts). These processors do not automatically recover from this state, requiring a full NiFi restart to resume email consumption. B...
Commit 5e869aa238dd5e6b92539aa1b4557b2caebec64d in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5e869aa238d ] NIFI-15782 Fixed Connection Exception handling for Email Processors (#11099)
[ "nifi" ]
false
[ "email" ]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Minor
2
2026-04-01T21:15:04.000+0000
NIFI
jira-NIFI-15780
apache_jira
https://issues.apache.org/jira/browse/NIFI-15780
ingestion
Bump Groovy to 5.0.5, ActiveMQ to 6.2.3, Ant to 1.10.16, and others
* Apache Ant from 1.10.15 to 1.10.16 - [https://github.com/apache/ant/releases/tag/rel%2F1.10.16] * Box Java SDK from 5.5.0 to 5.6.0 - [https://github.com/box/box-java-sdk/releases/tag/v5.6.0] * Brotli4j from 1.20.0 to 1.22.0 - [https://github.com/hyperxpro/Brotli4j/releases/tag/v1.22.0] * Apache ActiveMQ from 6....
Commit dd117413e47452d862c6b7126b054d64dccc704b in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dd117413e47 ] NIFI-15780 Bump Groovy to 5.0.5, ActiveMQ to 6.2.3, Ant to 1.10.16, and others (#11089) - Apache Ant from 1.10.15 to 1.10.16 - https://github.com/apache...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-04-01T19:15:14.000+0000
NIFI
jira-NIFI-15779
apache_jira
https://issues.apache.org/jira/browse/NIFI-15779
ingestion
SSLStandardContextService does not always display error icon
If StandardSSLContextService is Enabled and NiFi is restarted but the truststore is no longer in proper location this will occur. It will show as invalid, but there won't be an error icon next to the controller service.   Note: There is still appropriate error in nifi-app.log and bulletin board.
[ "nifi" ]
false
[]
[]
nifi_general
Task
Open
Major
0
2026-04-01T18:46:05.000+0000
NIFI
jira-NIFI-15778
apache_jira
https://issues.apache.org/jira/browse/NIFI-15778
ingestion
NiFi API - Bump to Maven 3.9.14
Bump to NiFi 3.9.14 as well as some other dependencies (swagger, mockito, pmd, checkstyle, etc).
[ "nifi" ]
false
[]
[ "NiFi API", "Tools and Build" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
0
2026-04-01T14:17:12.000+0000
NIFI
jira-NIFI-15777
apache_jira
https://issues.apache.org/jira/browse/NIFI-15777
ingestion
Add missingContent flag to AssetReferenceDTO
The AssetReferenceDTO requires the contentMissing flag that is currently present in AssetDTO. This will help inform issues when editing a resource that references an asset.
Commit 262b62bda1b01ba25dd1bb1d2c524f7616f124d4 in nifi's branch refs/heads/main from Matt Gilman [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=262b62bda1b ] NIFI-15777 Added missingContent property to AssetReferenceDTO (#11088) Signed-off-by: David Handermann <exceptionfactory@apache.org>
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_general
Task
Resolved
Fixed
Minor
1
2026-04-01T13:22:04.000+0000
NIFI
jira-NIFI-15776
apache_jira
https://issues.apache.org/jira/browse/NIFI-15776
ingestion
Classify migration-added static properties as environmental changes in versioned flows
When a component's bundle version changes (e.g., NiFi upgrade), property migration code may add new statically-defined properties that did not exist in the registry snapshot. These PROPERTY_ADDED differences are treated as local modifications which could be effectively blocking versioned flows upgrades.
Commit c11dfb408fd1c6f0b7cdd822be7a71465244dbea in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c11dfb408fd ] NIFI-15776 Set migration-added non-dynamic properties as environmental changes in versioned flows (#11086) Signed-off-by: David Handermann <exceptionfac...
[ "nifi" ]
false
[]
[ "Flow Versioning" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-04-01T10:43:16.000+0000
NIFI
jira-NIFI-15775
apache_jira
https://issues.apache.org/jira/browse/NIFI-15775
ingestion
Refactor Snowflake Ingest Integration without Ingest SDK
The {{SnowflakeIngestManagerProviderService}} interface abstracts access to the Snowflake {{SimpleIngestManager}} class, which is the primary integration point for ingesting files to Snowflake Snowpipe services, and polling ingestion history. The [snowflake-ingest-sdk|https://central.sonatype.com/artifact/net.snowflake...
Commit a658c3335ed3ed9ab4ff7ecb25ae2f266f5c1cb3 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a658c3335ed ] NIFI-15775 Refactor Snowflake Snowpipe Ingest without SDK (#11090) * NIFI-15775 Refactored Snowflake Snowpipe Ingest without SDK - Removed snowflake-...
[ "nifi", "snowflake" ]
true
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-31T20:53:34.000+0000
NIFI
jira-NIFI-15774
apache_jira
https://issues.apache.org/jira/browse/NIFI-15774
ingestion
When changing version of flow, many Processors became Ghosted even though only 1 version available
I had the following situation. I have a versioned flow tracking to version 38 of a flow. Upgraded NiFi to latest version. Then decided to update to version 39 of the flow. When attempting to upgrade to version 39 of the flow, the following events occurred: * Between versions 38 and 39, the auto-terminated...
Commit 57956a6270305335ea48643c1113ccb92e376858 in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=57956a62703 ] NIFI-15774: Consolidate checks for whether or not a component must be updated when applying flow differences; ensure on flow change rollback we resolve compa...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-31T20:15:59.000+0000
NIFI
jira-NIFI-15773
apache_jira
https://issues.apache.org/jira/browse/NIFI-15773
ingestion
ValidateJson cleanup
After the work done in NIFI-15716 it was realized that there was unnecessary code both in the ValidateJson class and the TestValidateJson class. The purpose of this ticket is remove/refactor the unnecessary code. 
Commit aa7655a70645c8be5fa1e48b5b2b2a87901d05ce in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aa7655a7064 ] NIFI-15773 Cleaned ValidateJson and TestValidateJson This closes #11083 Signed-off-by: David Handermann <exceptionfactory@apache.org>
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
1
2026-03-31T15:18:04.000+0000
NIFI
jira-NIFI-15772
apache_jira
https://issues.apache.org/jira/browse/NIFI-15772
ingestion
Fix inherited parameter context synchronization during versioned process group upgrade
When upgrading a versioned process group from version N to N+1, new parameters added to an inherited parameter context are silently dropped. If a process group is bound to parameter context P1 which inherits from P2, and a new parameter is added to P2 in the new version, the upgrade does not add that parameter to P2 be...
Commit a08dcd708bd7f9eb03a55cbf24cfd3f39b49f2b7 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a08dcd708bd ] NIFI-15772 Fixed inherited Parameter Context synchronization on versioned Process Gro...
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Resolved
Fixed
Major
5
2026-03-31T14:46:09.000+0000
NIFI
jira-NIFI-15771
apache_jira
https://issues.apache.org/jira/browse/NIFI-15771
ingestion
Fix NPE in StandardPGPPrivateKeyService when keyring contains keys with different passphrases
When a PGP keyring file contains multiple private key entries protected with different passphrases, extractPrivateKey() returns null for entries that don't match the configured password. The code calls getKeyID() on the null result without a null check, causing an NPE that fails the entire service with "Reading Private...
Commit de641a96adc9dcdec8db6124ae603a1518d361a5 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=de641a96adc ] NIFI-15771 Fixed checking empty Private Key for PGP Secret Key (#11084)
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Resolved
Fixed
Major
5
2026-03-31T09:57:12.000+0000
NIFI
jira-NIFI-15770
apache_jira
https://issues.apache.org/jira/browse/NIFI-15770
ingestion
Deprecate Restricted Annotation and Required Permission for Removal
Following the approval of Apache NiFi Improvement Proposal 24, the {{Restricted}} annotation, along with the {{Restriction}} annotation and {{RequiredPermission}} enum should be marked as deprecated for removal, without replacement or alternative implementation.
[ "nifi" ]
false
[]
[ "Core Framework", "NiFi API" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
0
2026-03-30T19:42:52.000+0000
NIFI
jira-NIFI-15769
apache_jira
https://issues.apache.org/jira/browse/NIFI-15769
ingestion
Replace deprecated org.mockito.MockSettings lenient method with API suggested strictness method
The {{org.mockito.MockSettings}} {{lenient}} method has been deprecated and per the [javadocs|https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/MockSettings.html] the strictness method should be used instead. {code:java} 2026-03-29T11:03:44.4094900Z [WARNING] /home/runner/work/nifi/nifi/n...
Commit 1fa2ee4cb61957078df82ab93d42115291cfbad1 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1fa2ee4cb61 ] NIFI-15769 Replaced deprecated org.mockito.MockSettings lenient method with API suggested str...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
5
2026-03-30T16:40:18.000+0000
NIFI
jira-NIFI-15768
apache_jira
https://issues.apache.org/jira/browse/NIFI-15768
ingestion
Replace deprecated LocalStackContainer with API equivalent
Per the LocalStackContainer [javadocs|https://javadoc.io/doc/org.testcontainers/testcontainers-localstack/latest/org/testcontainers/containers/localstack/LocalStackContainer.html] it is deprecated and it suggests using the same named class name found in a different package as seen  [here|https://javadoc.io/static/org.t...
Commit 9aeffef41ac0fce1dc95357e91c36edece4243a4 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9aeffef41ac ] NIFI-15768 Replaced deprecated LocalStackContainer with API equivalent (#11077)
[ "nifi", "kafka", "s3" ]
true
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
5
2026-03-30T15:22:33.000+0000
NIFI
jira-NIFI-15767
apache_jira
https://issues.apache.org/jira/browse/NIFI-15767
ingestion
Replace astral-sh/setup-uv@v5 in code-coverage
[https://github.com/apache/nifi/actions/runs/23697792708] The action astral-sh/setup-uv@v5 is not allowed in apache/nifi. Similar to what has been done in the system tests workflow, we should switch to pip install instead of using the action.
Commit 472b54d98167c15bd25d54105c39bb427c015928 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=472b54d9816 ] NIFI-15767 Replaced setup-uv with pip install uv in code-coverage workflow (#11075) ...
[ "nifi" ]
false
[]
[ "Tools and Build" ]
nifi_general
Task
Resolved
Fixed
Major
5
2026-03-29T16:12:37.000+0000
NIFI
jira-NIFI-15762
apache_jira
https://issues.apache.org/jira/browse/NIFI-15762
ingestion
Bump Log4J to 2.25.4, GCP SDK to 26.79.0, AWS SDK to 2.42.23, and others
* Spotbugs Maven Plugin from 4.9.8.2 to 4.9.8.3 - [https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.9.8.3] * LZ4 Java from 1.10.1 to 1.10.4 - [https://github.com/yawkat/lz4-java/releases/tag/v1.10.4] * Brotli4J from 1.20.0 to 1.21.0 - [https://github.com/hyperxpro/Brotli4j/rele...
Commit 31c1bd4820e99ce2cbfc534ba233199b2afa7429 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=31c1bd4820e ] NIFI-15762 Bump Log4J to 2.25.4, GCP SDK to 26.79.0, AWS SDK to 2.42.23, and others (...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
5
2026-03-29T09:45:38.000+0000
NIFI
jira-NIFI-15761
apache_jira
https://issues.apache.org/jira/browse/NIFI-15761
ingestion
ConfigVerificationResultMerger should consolidate verification messages across nodes if they are the same.
Currently ConfigVerificationResultMerger always adds the node information to any requests that are not successful[1].  The node information is not included if there is no node information as would be true in a standalone.  In other places [2] these message are consolidated using logic to determine if nodes are producin...
Commit 8bb2e0790a9decd3f87afed491beef50b16a276d in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Bob Paulin [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8bb2e0790a9 ] NIFI-15761: Consolidate verification messages across nodes (#11062) * If messages are th...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
4
2026-03-27T20:35:13.000+0000
NIFI
jira-NIFI-15760
apache_jira
https://issues.apache.org/jira/browse/NIFI-15760
ingestion
Replace spelling of "flow file" and "flow files" in the NIFI API documentation with "FlowFile" and "FlowFiles"
In NIFI-10502 there was an attempt to correct the spelling of FlowFile in properties and various places in the documentation, but there are still many instances where FlowFile  and FlowFiles are spelled as "flow file", "flow files" or "flowfiles".  In addition there are many places in the  The objective of this tick...
[ "nifi" ]
false
[]
[ "NiFi API" ]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
0
2026-03-27T16:45:57.000+0000
NIFI
jira-NIFI-15759
apache_jira
https://issues.apache.org/jira/browse/NIFI-15759
ingestion
Handle ResourceNotFoundException gracefully in ConsumeKinesis for deleted shards
When a Kinesis stream is resharded or deleted, accessing shards that no longer exist results in ResourceNotFoundException from the AWS SDK. Currently, neither the Enhanced Fan-Out (EFO) nor the polling consumer handles this exception, resulting in:   • Repeated ERROR-level log messages until the 60-second shard cach...
Commit 8605e0d4a8d19ddcdcbbee6fa89340c023b9d2d3 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/handlebars-4.7.9 from Alaksiej Ščarbaty [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8605e0d4a8d ] NIFI-15759 Handle ResourceNotFoundException in ConsumeKinesis (#11060)
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
2
2026-03-27T12:19:20.000+0000
NIFI
jira-NIFI-15758
apache_jira
https://issues.apache.org/jira/browse/NIFI-15758
ingestion
Add fragment attributes in UnpackContent to support reassembly .PKG and remove them after MergeContent defragmentation
h2. Summary Currently, the *UnpackContent* processor extracts FlowFiles from archive formats such as ZIP, TAR, and FlowFile Package, but it does not provide a built-in mechanism to assign the fragment attributes required for downstream reassembly using *MergeContent* in *Defragment* mode. The relevant attributes ...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Open
Minor
0
2026-03-27T06:05:05.000+0000
NIFI
jira-NIFI-15756
apache_jira
https://issues.apache.org/jira/browse/NIFI-15756
ingestion
Expose property for Scope in Google Drive components
We should revert the change made on NIFI-15734 for Google Drive as expecting the Google Cloud Platform scope is too wide and may not be applicate for some users. We should have a configurable approach so that users can use the Google Cloud Platform scope in case they want to use Workload Identity Federation with imp...
Commit 86317abd9287fc613b4a0e25f20c7fe3b3eb1cc8 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/handlebars-4.7.9 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=86317abd928 ] NIFI-15756 Added property for Scope in Google Drive components (#11053) Signed-off-b...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Major
2
2026-03-26T20:53:10.000+0000
NIFI
jira-NIFI-15755
apache_jira
https://issues.apache.org/jira/browse/NIFI-15755
ingestion
Improve JDBC URL Validation messaging
Currently the ConnectionUrlValidator does not validate that the URL begins with jdbc: in a case insensitive manor.  Error messaging could be improved to identify this error. Connection URL must start with 'jdbc:'
Commit b885b5d82cc067c5c3440d932c186d8d4a423a67 in nifi's branch refs/heads/main from Bob Paulin [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b885b5d82cc ] NIFI-15755: Improve JDBC URL Validation messaging (#11051)
[ "nifi", "jdbc" ]
true
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
1
2026-03-26T17:56:35.000+0000
NIFI
jira-NIFI-15754
apache_jira
https://issues.apache.org/jira/browse/NIFI-15754
ingestion
Add Google Cloud Storage Support for Iceberg
Support for Google Cloud Support should be added the bundle of Apache Iceberg extension components. The {{IcebergFileIOProvider}} service interface should have a new implementation for GCS in a separate NAR, following the pattern of support for AWS S3 and Azure Data Lake Storage. The {{iceberg-gcp}} module depends o...
Commit fb0beb0a3ff4ccc0adabd0a601e5f47e1095d063 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fb0beb0a3ff ] NIFI-15754 Add Google Cloud Storage Provider for Iceberg (#11052) * NIFI-15754 Add...
[ "nifi", "iceberg", "s3" ]
true
[]
[ "Extensions" ]
nifi_knowledge
New Feature
Resolved
Fixed
Major
5
2026-03-26T16:26:22.000+0000
NIFI
jira-NIFI-15752
apache_jira
https://issues.apache.org/jira/browse/NIFI-15752
ingestion
Bump Netty to 4.2.12.Final, ActiveMQ to 6.2.2, Nimbus OAuth2 OIDC to 11.35, and others
* Google API Services Drive from v3-rev20260305-2.0.0 to v3-rev20260322-2.0.0 - [https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-drive/v3/2.0.0] * Apache ActiveMQ from 6.2.1 to 6.2.2 - [https://github.com/apache/activemq/releases/tag/activemq-6.2.2] * Wire from 6....
Commit fd63e6d709669686caf370f23ba828b5e4f5d060 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fd63e6d7096 ] NIFI-15752 Bump Netty to 4.2.12.Final, ActiveMQ to 6.2.2, Nimbus OAuth2 OIDC to 11.35, and others (#11049) - Google API Services Drive from v3-rev202603...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-26T14:53:04.000+0000
NIFI
jira-NIFI-15751
apache_jira
https://issues.apache.org/jira/browse/NIFI-15751
ingestion
Improve VersionedFlowSynchronizer compatibility with Connectors
Connectors should not be synced to new nodes in the NiFi cluster if they are in the process of updating, as the activeFlowConfiguration could be being modified. If this happens, the VersionedFlowSynchronizer should mark the connector on the incoming NiFi node as invalid.  A background thread could synchronize inv...
Commit 7fbc1b6a51815526a1d36f7113716a87300e3eed in nifi's branch refs/heads/main from Kevin Doran [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7fbc1b6a518 ] NIFI-15751 Improve Nifi Cluster Sync with Connectors (#11079) * NIFI-15751 Delegate connector sync from VFS to ConnectorRepository Refactor VersionedFlowS...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-26T13:16:40.000+0000
NIFI
jira-NIFI-15750
apache_jira
https://issues.apache.org/jira/browse/NIFI-15750
ingestion
Switch Anchore GitHub Actions to Hash References
See discussion in https://issues.apache.org/jira/browse/INFRA-27769 Until we have a way forward with ASF Infra, we should skip the steps relying on those actions to not completely skip the checks. Update - the PR has been merged on ASF INRA side so updating to reference anchor actions by sha But we also have: ...
Commit 362a90268d9f6c0d5dbcb2e815a05fcc36e35bf1 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=362a90268d9 ] NIFI-15750 Switched Anchore GitHub Actions to hash references - Switched setup-uv to pip install uv This closes #11048 Signed-off-by: David Handermann...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-26T12:48:22.000+0000
NIFI
jira-NIFI-15749
apache_jira
https://issues.apache.org/jira/browse/NIFI-15749
ingestion
Start newly added components when upgrading versioned process group
When upgrading a versioned process group from version N to N+1, new controller services added in the new version are never enabled, even when the versioned flow specifies they should be. This creates an inconsistency where new processors are started (via the transitionComponentState passthrough), but the controller ser...
Commit c757de20f1b5ec39dc9c8e3b5913f9539badd1af in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/handlebars-4.7.9 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c757de20f1b ] NIFI-15749 - Start newly added components when upgrading versioned process group (#11...
[ "nifi" ]
false
[]
[ "Core Framework", "Flow Versioning" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
2
2026-03-26T12:43:45.000+0000
NIFI
jira-NIFI-15748
apache_jira
https://issues.apache.org/jira/browse/NIFI-15748
ingestion
Parameter Context update fails when removing inherited context that has asset-referencing parameters
When updating a Parameter Context to remove an inherited Parameter Context that contains a parameter referencing an Asset, the update request fails with: {code:java} Request contains a reference to an Asset (AssetReferenceDTO[id=..., name=...]) that does not exist in Parameter Context (...) {code}   The root cause ...
Commit 937601ffa8fd5c6149b5342eb4f99fc5cf5cf916 in nifi's branch refs/heads/main from Bryan Bende [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=937601ffa8f ] NIFI-15748 Skip inherited parameters when validating asset references (#11042)
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-25T18:49:18.000+0000
NIFI
jira-NIFI-15747
apache_jira
https://issues.apache.org/jira/browse/NIFI-15747
ingestion
Fix Checkstyle violations in TestJsonSchemaInference
As a result of the code-compliance check being turned off for PR commits, there are Checkstyle violations which fell through the cracks. A case in point is for class TestJsonSchemaInference where changes were made in in PR [#11039|https://github.com/apache/nifi/pull/11039] for NIFI-15745  and it was approved and merged...
Commit 5ace6fc5c3fd50eb562c786a2357fbb7ab93240c in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5ace6fc5c3f ] NIFI-15747 Fixed Checkstyle violations (#11040)
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
1
2026-03-25T15:48:46.000+0000
NIFI
jira-NIFI-15746
apache_jira
https://issues.apache.org/jira/browse/NIFI-15746
ingestion
Inherited parameter contexts unconditionally overwritten during versioned flow deployment with KEEP_EXISTING strategy
When deploying a versioned flow from NiFi Registry using parameterContextHandlingStrategy=KEEP_EXISTING, if a parameter context with the same name already exists on the target NiFi instance, its parameter values are correctly preserved, but its inherited parameter context list is unconditionally replaced with the one f...
Commit b139223b604a81d5cf84a52ce7663b85f7adfb75 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/handlebars-4.7.9 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b139223b604 ] NIFI-15746 Preserve inherited parameter contexts during KEEP_EXISTING versioned flow ...
[ "nifi" ]
false
[]
[ "Flow Versioning" ]
nifi_errors
Bug
Resolved
Fixed
Major
2
2026-03-25T15:30:29.000+0000
NIFI
jira-NIFI-15745
apache_jira
https://issues.apache.org/jira/browse/NIFI-15745
ingestion
Schema Inference is very inefficient when complex inner fields have many nullable values
When we have records with inner "records" / "objects" and we're inferring schema over many records, if some of the inner fields are nullable and therefore not present (especially common in JSON) our inference creates a UNION of record types. For example, if we had: {code:java} [{ "name": "Mark", "project": { ...
Commit a681c97e2286412dece351f45528fd946889cb08 in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a681c97e228 ] NIFI-15745: Instead of inferring a UNION of many RECORD types, instead infer a single RECORD type that is widened with all potential fields (#11039)
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-24T22:10:42.000+0000
NIFI
jira-NIFI-15744
apache_jira
https://issues.apache.org/jira/browse/NIFI-15744
ingestion
[Connectors] Ensure Working Flow is Synchronized after working context is discarded
When a connector updates are applied or the working is discarded the active context is copied back to the working context.  However the changes are not applied to the flow until the first step is saved.  This can be problematic if nothing changes in that step as the UI will not be called to update the flow.  So the con...
Commit 81a5932b163741cd7f0970576ee2240611510890 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Bob Paulin [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=81a5932b163 ] NIFI-15744: Working Flow must be synchronized after being discarded (#11064)
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Major
4
2026-03-24T15:07:19.000+0000
NIFI
jira-NIFI-15743
apache_jira
https://issues.apache.org/jira/browse/NIFI-15743
ingestion
Show versions when NiFi fails to start with multiple framework/jetty NARs
Show versions when NiFi fails to start with multiple framework/jetty NARs
Commit 0c5613364333422754430c47036d37bc7622b4a0 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/handlebars-4.7.9 from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0c561336433 ] NIFI-15743 Added versions to log on failure to start with multiple Framework or Jetty...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_knowledge
Improvement
Resolved
Fixed
Trivial
2
2026-03-24T12:59:46.000+0000
NIFI
jira-NIFI-15742
apache_jira
https://issues.apache.org/jira/browse/NIFI-15742
ingestion
Bump flatted from 3.4.1 to 3.4.2 in /nifi-frontend/src/main/frontend
https://github.com/apache/nifi/pull/11029
Commit 7738b5721c277ec1a557541d08f2e763ad1860a2 in nifi's branch refs/heads/main from Scott Aslan [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7738b5721c2 ] NIFI-15742 bump flattened to 3.42 (#11035)
[ "nifi" ]
false
[]
[ "Core UI" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-24T04:27:35.000+0000
NIFI
jira-NIFI-15741
apache_jira
https://issues.apache.org/jira/browse/NIFI-15741
ingestion
Avoid starting connectors if nifi.properties has autoResumeState=false
Commit dd7ff5a0011bbe0246f2262a44896ea33aa981c4 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dd7ff5a0011 ] NIFI-15741: When synchronizing flow, delegate Connector starts to Flo… (#11063) * NIFI-1...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Major
5
2026-03-23T20:15:59.000+0000
NIFI
jira-NIFI-15740
apache_jira
https://issues.apache.org/jira/browse/NIFI-15740
ingestion
Bump Tika to 3.3.0, Jackson to 2.21.2, Elastic to 9.3.2, and others
* Protobuf from 4.34.0 to 4.34.1 - [https://github.com/protocolbuffers/protobuf/releases/tag/v34.1] * Elasticsearch from 9.3.1 to 9.3.2 - [https://github.com/elastic/elasticsearch-java/releases/tag/v9.3.2] * Apache Tika from 3.2.3 to 3.3.0 - [https://dist.apache.org/repos/dist/release/tika/3.3.0/CHANGES-3.3.0.txt] ...
Commit 735fb8fbdd0b0de4e063fffac38d7525f49d7555 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=735fb8fbdd0 ] NIFI-15740 Bump Tika to 3.3.0, Jackson to 2.21.2, Elastic to 9.3.2, and others (#11033) - Protobuf from 4.34.0 to 4.34.1 - https://github.com/protocolbu...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-23T16:51:48.000+0000
NIFI
jira-NIFI-15739
apache_jira
https://issues.apache.org/jira/browse/NIFI-15739
ingestion
ExecuteGroovyScript: FlowFile not transferred to failure when dynamic property contains Expression Language syntax error
When an ExecuteGroovyScript processor has a dynamic property whose value contains an Expression Language syntax error, and the Failure Strategy is set to "transfer to failure", the FlowFile in the upstream queue is not transferred to the failure relationship. Instead, the FlowFile remains stuck in the incoming queue, a...
Commit 1ef94fc2413bdd74549779cbf121e47a8554ff25 in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1ef94fc2413 ] NIFI-15739 Added Expression Language validation to ExecuteGroovyScript dynamic properties (#11059) - Added session.get() in the onTrigger method to ensure there...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Major
4
2026-03-23T15:45:34.000+0000
NIFI
jira-NIFI-15738
apache_jira
https://issues.apache.org/jira/browse/NIFI-15738
ingestion
Content Security Policy is configured in the insecure manner
Content Security Policy is configured in the insecure manner. Insecurely configured Content Security Policy (CSP) does not protect the application against potential client-side threats and can expose it to the attacks, including Cross-Site Scripting (XSS), Cross-Frame Scripting (XFS, Clickjacking) and Cross-Site Reques...
[~tahanaqvi] This issue is lacking details on the security concern related to the Content-Security-Policy header. If there is a security issue, please contact security@nifi.apache.org for initial review and the Project Management Committee will work with you to evaluate the potential problem.
[ "nifi" ]
false
[ "NiFi" ]
[ "Security" ]
nifi_knowledge
Improvement
Open
Major
1
2026-03-23T09:41:39.000+0000
NIFI
jira-NIFI-15737
apache_jira
https://issues.apache.org/jira/browse/NIFI-15737
ingestion
UpdateAttribute: Add Sequential Evaluation Mode for Advanced Rules
h2. *Motivation* The *UpdateAttribute* processor Advanced UI evaluates all rules against the original set of FlowFile attributes. Attribute updates made by one rule are not visible to subsequent rules during the same evaluation. This limits support for {*}incremental or dependent transformations{*}, requiring: ...
I have implemented the UI and behaviour changes for this in my branch but wanted to help show how sequential rule evaluation in UpdateAttribute can work in practice. The approach introduces {{Sequential}} as a new, explicit option within the Advanced Rules experience, alongside the existing FlowFile Policy options s...
[ "nifi" ]
false
[]
[]
nifi_knowledge
New Feature
Open
Minor
3
2026-03-21T07:55:41.000+0000
NIFI
jira-NIFI-15736
apache_jira
https://issues.apache.org/jira/browse/NIFI-15736
ingestion
Mime type application/x-xz should be supported in ModifyCompression
In the ModifyCompression and CompressContent processors, when using the mime.type attribute to determine the compression strategy, the application/x-xz mime.type is not supported.  However, the LZMA2 codec (a.k.a. "XZ-LZMA2" with the .xz file extension) is supported when not using the mime.type attribute.  This appears...
Commit 2820e519342d5499be3d9849231650e82e3955e4 in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2820e519342 ] NIFI-15736 Added support of mime type application/x-xz for both compression and decompression in ModifyCompression and for decompression in CompressContent. (#11...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Minor
2
2026-03-19T20:00:05.000+0000
NIFI
jira-NIFI-15735
apache_jira
https://issues.apache.org/jira/browse/NIFI-15735
ingestion
Troubleshoot failing LoadBalanceIT
Commit 886081d320df359a049265592188deb7b3832605 in nifi's branch refs/heads/main from Matt Gilman [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=886081d320d ] NIFI-15735 Fix stale load balance clients when node reconnects with changed port. (#11038)
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-19T18:48:52.000+0000
NIFI
jira-NIFI-15734
apache_jira
https://issues.apache.org/jira/browse/NIFI-15734
ingestion
GCP PubSub/BigQuery processors fail with ACCESS_TOKEN_SCOPE_INSUFFICIENT when using Workload Identity Federation with Service Account Impersonation
h3. Problem After NIFI-14277 was merged, ConsumeGCPubSub, PublishGCPubSub, and BigQuery processors fail with {{ACCESS_TOKEN_SCOPE_INSUFFICIENT}} error when using GCP Workload Identity Federation with Service Account Impersonation. {code:java} com.google.api.gax.rpc.UnauthenticatedException: io.grpc.StatusRuntimeEx...
Commit ff1473a8dde419b343d67dd957c1d5cabb7d9766 in nifi's branch refs/heads/main from Shubham Sharma [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ff1473a8dde ] NIFI-15734 Fix GCP PubSub/BigQuery scope for Workload Identity with I… (#11026) Changed credential scope from service-specific scopes (pubsub/bigquery) ...
[ "nifi", "bigquery" ]
true
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-19T18:30:18.000+0000
NIFI
jira-NIFI-15733
apache_jira
https://issues.apache.org/jira/browse/NIFI-15733
ingestion
Add CapabilityTag annotation to nifi-api
See NIP-23 for more details
[ "nifi" ]
false
[]
[ "NiFi API" ]
nifi_knowledge
New Feature
Resolved
Fixed
Major
0
2026-03-19T15:34:29.000+0000
NIFI
jira-NIFI-15732
apache_jira
https://issues.apache.org/jira/browse/NIFI-15732
ingestion
Revert NIFI-15570 - Partial defragmentation of Content Repository via tail-claim truncation
When a single relationship is connected to multiple destination, we may have an issue where we truncate the data while it's still being processed down the second path. We need to revert NIFI-15570.
Commit 7e1d9be9cab0421d143016bb5f714cfa11ef4536 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7e1d9be9cab ] NIFI-15732 - Revert NIFI-15570 - Partial defragmentation of Content Repository via tail-claim truncation (#11024)
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Resolved
Fixed
Major
2
2026-03-19T15:04:39.000+0000
NIFI
jira-NIFI-15731
apache_jira
https://issues.apache.org/jira/browse/NIFI-15731
ingestion
Fix failing system tests in NIFI-15258
There are failing system tests that need to be addressed: {code:java} Error: Failures: Error: LoadBalanceIT.testRoundRobinStrategyCompressAll:72->testRoundRobinStrategy:106 expected: <true> but was: <false> Error: Errors: Error: SelectiveDropConnectorIT.testSelectiveDropOnConnectorStop » Timeout test...
Commit 77caec7c7554d22199bfb0dc652198fd085dcd31 in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=77caec7c755 ] NIFI-15258 Initial implementation of Connectors (#10993) - NIFI-15259 Added REST API for Connectors Introduced comprehensive REST endpoints for managing Co...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_general
Task
Resolved
Fixed
Major
2
2026-03-19T14:50:56.000+0000
NIFI
jira-NIFI-15730
apache_jira
https://issues.apache.org/jira/browse/NIFI-15730
ingestion
Bump Box SDK to 5.5.0, Commons Net to 3.13.0, gRPC to 1.80.0, and others
* Box SDK from 5.4.0 to 5.5.0 - [https://github.com/box/box-java-sdk/releases/tag/v5.5.0] * Docker Java API from 3.7.0 to 3.7.1 - [https://github.com/docker-java/docker-java/releases/tag/3.7.1] * Spring Integration from 7.0.3 to 7.0.4 - [https://github.com/spring-projects/spring-integration/releases/tag/v7.0.4] *...
Commit ef890a313b6d9b21f5f1c92016945b7f041ee8e4 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ef890a313b6 ] NIFI-15730 Bump Box SDK to 5.5.0, Commons Net to 3.13.0, gRPC to 1.80.0, and others (#11023) - Box SDK from 5.4.0 to 5.5.0 - https://github.com/box/box-...
[ "nifi", "docker" ]
true
[]
[]
nifi_general
Task
Patch Available
Major
1
2026-03-19T10:17:47.000+0000
NIFI
jira-NIFI-15729
apache_jira
https://issues.apache.org/jira/browse/NIFI-15729
ingestion
ScriptedRecordSetWriter does not reload Script Properties
The {{ScriptedRecordSetWriter}} does not load updated {{Script Body}} or {{Script File}} property values when the value has changed. The {{onPropertyModified}} method in {{AbstractScriptedControllerService}} includes conditional handling of property value changes, but does not clear the {{ScriptRunner}} on changes t...
Commit aec2103116150b71ed320952b2e0c44c186c0c89 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aec21031161 ] NIFI-15729 Fixed Script reloading in ScriptedRecordSetWriter (#11022) - Set ScriptRunner to null on modification to Script File and Script Body proper...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-18T20:50:31.000+0000
NIFI
jira-NIFI-15728
apache_jira
https://issues.apache.org/jira/browse/NIFI-15728
ingestion
Add equals and hashcode methods for classes URLResourceReference and Utf8TextResource
Currently there are three implementations of org.apache.nifi.components.resource.ResourceReference # FileResourceReference # URLResourceReference # Utf8TextResource Of the three implementations, only FileResourceReference implements an equals and hashcode methods. The point of this ticket is to create equals a...
[ "nifi" ]
false
[]
[ "NiFi API" ]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
0
2026-03-18T19:16:06.000+0000
NIFI
jira-NIFI-15727
apache_jira
https://issues.apache.org/jira/browse/NIFI-15727
ingestion
ConnectorRepository syncFromProvider does not update flow ParameterContext
Commit 343fd3e9df99a5abc0d33b929bc7040f3712f857 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Kevin Doran [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=343fd3e9df9 ] Revert "NIFI-15727 Fix ConnectorRepository syncFromProvider bug" (#11065) This reverts ...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_general
Task
Resolved
Fixed
Major
7
2026-03-18T17:17:10.000+0000
NIFI
jira-NIFI-15726
apache_jira
https://issues.apache.org/jira/browse/NIFI-15726
ingestion
Allow for entering the actual XSLT content for TransformXML
Currently the behavior of TransformXML only allows either a path to an XSLT style sheet or a lookup for retrieving the XSLT style sheet for transforming XML. The point of this ticket is to expand the current options and allow the user to enter the actual contents of the XSLT stylesheet.
The reason this ticket now depends on NIFI-15728 is because the solution for this ticket depends on changing the key of the com.github.benmanes.caffeine.cache.LoadingCache instance from String to org.apache.nifi.components.resource.ResourceReference. In order for it to be a reliable key all its implementations must imp...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
In Progress
Minor
1
2026-03-18T15:49:05.000+0000
NIFI
jira-NIFI-15725
apache_jira
https://issues.apache.org/jira/browse/NIFI-15725
ingestion
TestControlRate & TestConnectWebSocket flaky tests
Reviewing tens of past failures on the ci-workflow Github Check, I have identified some flaky tests:   ||Rank||Test||Failures||Jobs Affected||Root Cause Category|| |1|{{TestControlRate.testIncreaseFlowFileRate}}|4|Windows (exclusively)|Rate-tracking time window after {{incrementCurrentTime()}} + rate change| |2|{...
Commit 24ab88597497f6df4899ea6bea77b35269001fbe in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=24ab8859749 ] NIFI-15725 Improved stability of TestControlRate and TestConnectWebSocket (#11019) Signed-off-by: David Handermann <exceptionfactory@apache.org>
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-18T12:53:24.000+0000
NIFI
jira-NIFI-15724
apache_jira
https://issues.apache.org/jira/browse/NIFI-15724
ingestion
Fix CHOICE type conversion failure for arrays containing null elements
{code:java} UpdateRecord[id=bf74490f-20c8-346d-8f94-d901063e7308] Failed to process FlowFile[filename=9407f017-f514-44fe-a84b-b85b260c8782]; will route to failure: org.apache.nifi.processor.exception.ProcessException: Could not parse incoming data- Caused by: org.apache.nifi.serialization.MalformedRecordException: Suc...
Commit 4140f38def78b9e2bdfb1aeee04484effb3e13f9 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4140f38def7 ] NIFI-15724 Fixed Record CHOICE Type conversion for Arrays containing null elements (#11017) Signed-off-by: David Handermann <exceptionfactory@apache.org...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-18T11:07:54.000+0000
NIFI
jira-NIFI-15723
apache_jira
https://issues.apache.org/jira/browse/NIFI-15723
ingestion
Upgrade CodeQL Action to 4 and Scan Action to 7
The GitHub Code Compliance workflow should be upgraded to the latest CodeQL Action version 4 and the latest Anchore Scan Action version 7.
Commit 746ff4ddb5d472c6d75617644b56960a7505d8e6 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=746ff4ddb5d ] NIFI-15723 Upgraded CodeQL from 3 to 4 (#11015) - Upgraded Anchore Scan Action from 6 to 7
[ "nifi" ]
false
[]
[ "Tools and Build" ]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
1
2026-03-17T20:30:06.000+0000
NIFI
jira-NIFI-15722
apache_jira
https://issues.apache.org/jira/browse/NIFI-15722
ingestion
Add Grype Configuration for Code Compliance Workflow
The code-compliance workflow includes the Anchore Scan Action, which uses Grype to evaluate a generated SBOM for vulnerabilities. A custom Grype configuration should be added to the project to support greater control over scanning operations, including selectively ignoring specific vulnerable libraries all other option...
Commit b2d35ef2f7d356e0ce7ef8187b172ddc7b0082b3 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b2d35ef2f7d ] NIFI-15722 Added configuration for Grype scanning (#11014) - Included ignored vulnerabilities with reasons and referencing libraries
[ "nifi" ]
false
[]
[ "Tools and Build" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-17T15:37:35.000+0000
NIFI
jira-NIFI-15721
apache_jira
https://issues.apache.org/jira/browse/NIFI-15721
ingestion
Bump Spring Security to 7.0.4, Kotlin to 2.3.20, MySQL Binlog to 0.40.6, and others
* Debezium MySQL Binlog Connector from 0.40.5 to 0.40.6 - [https://github.com/debezium/mysql-binlog-connector-java] * Google Cloud SDK BOM from 26.77.0 to 26.78.0 - [https://github.com/googleapis/java-cloud-bom/releases/tag/v26.78.0] * Jolt from 1.1.0 to 1.2.0 - [https://github.com/jolt-community/jolt-community/rel...
Commit 7f792947ca1ddd3416c1ceca675c57086fcbf559 in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7f792947ca1 ] NIFI-15721 Bump Spring Security to 7.0.4, Kotlin to 2.3.20, MySQL Binlog to 0.40.6, and others (#11013) - Debezium MySQL Binlog Connector from 0.40.5 to...
[ "nifi", "mysql" ]
true
[]
[]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-17T09:45:48.000+0000
NIFI
jira-NIFI-15720
apache_jira
https://issues.apache.org/jira/browse/NIFI-15720
ingestion
Add SSL context to GetFTP/PutFTP/ListFTP/FetchFTP processor
I'd like to reopen this improvement request.   h4. --- Add ability to attach SSL context to GetFTP & PutFTP processors. This allows the use of FTP-over-SSL without a new processor. Suggest this as a new feature within the existing processors, so that anonymous, unencrptyed FTP is still possible. FTP and FTPS ar...
[ "nifi" ]
false
[ "FTPS", "SSLContext", "security" ]
[ "Extensions" ]
nifi_knowledge
Improvement
Open
Major
0
2026-03-16T13:28:18.000+0000
NIFI
jira-NIFI-15719
apache_jira
https://issues.apache.org/jira/browse/NIFI-15719
ingestion
Add See additional details to TransformXml dynamic property description
NIFI-6532 added documentation regarding the use of parameters. The description attribute in the dynamic property annotation for parameter should point the user to the additional details in order to allow them to learn more about this feature.
Commit 12dae3d860bfac454d88036d5c081808901a4401 in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=12dae3d860b ] NIFI-15719 Added additional details to TransformXml dynamic property description (#11011) Signed-off-by: David Handermann <exceptionfactory@apache.org>
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
1
2026-03-16T13:22:22.000+0000
NIFI
jira-NIFI-15718
apache_jira
https://issues.apache.org/jira/browse/NIFI-15718
ingestion
UnpackContent doesn't verify zip checksum
UnpackContent unpacks corrupted zip (wrong crc checksum) without error. It should check the checksum and fail if the file is corrupted.
[~segad44] This appears to be a shortcoming of the use of {code:java} org.apache.commons.compress.archivers.zip.ZipArchiveInputStream{code} I found the following Stackoverflow [thread|https://stackoverflow.com/questions/13797733/zipfile-is-throwing-error-but-zipinputstream-is-able-to-decompress-the-archive] which ex...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Open
Major
3
2026-03-16T13:09:16.000+0000
NIFI
jira-NIFI-15716
apache_jira
https://issues.apache.org/jira/browse/NIFI-15716
ingestion
Add JSON Lines Support to ValidateJson
In NIFI-15712, JSON Lines support was added to JoltTransformJSON. This ticket addresses the need to add similar support of JSON Lines to ValidateJson. The current behavior of ValidateJson if it encounters JSON Lines is to only validate the first JSON line but not the rest of the lines. This ticket would address the ...
Commit 8351e4c97ed227676158b5d64a68dc29ea26034e in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8351e4c97ed ] NIFI-15716 Added JSON Lines support to ValidateJson (#11012) Signed-off-by: David Handermann...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Major
5
2026-03-13T19:44:44.000+0000
NIFI
jira-NIFI-15715
apache_jira
https://issues.apache.org/jira/browse/NIFI-15715
ingestion
CapturingLogger not capturing Throwable in those log methods whose signature is (String format, Object... arguments)
As discussed in the following Slack thread [https://apachenifi.slack.com/archives/C0L9S92JY/p1773177616276779] it was discovered that CapturingLogger does not capture the Throwable in those log methods whose signature is (String format, Object... arguments) in order to populate a LogMessage object. This prevents unit t...
Commit cfef1137eb3e7bf4f22f7edc0238833ad6ae4de7 in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cfef1137eb3 ] NIFI-15715 Fixed Mock CapturingLogger Throwable argument handling and added tests to TransformXml (#11008) Signed-off-by: David Handermann <exceptionfactory@apa...
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Resolved
Fixed
Minor
1
2026-03-13T18:54:55.000+0000
NIFI
jira-NIFI-15714
apache_jira
https://issues.apache.org/jira/browse/NIFI-15714
ingestion
Connector support in Provenance Data Authorizable
Currently the Provenance Data Authorizable does not consider connector scope when locating connections. As a result users are unable to listing provenance events for connections in a Connector. The same scoping logic needs to be updated in the Controller Facade where the component details are set in the response DTO.
Commit 77caec7c7554d22199bfb0dc652198fd085dcd31 in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=77caec7c755 ] NIFI-15258 Initial implementation of Connectors (#10993) - NIFI-15259 Added REST API for Connectors Introduced comprehensive REST endpoints for managing Co...
[ "nifi" ]
false
[]
[ "Core Framework" ]
nifi_errors
Bug
Resolved
Fixed
Major
2
2026-03-13T16:50:09.000+0000
NIFI
jira-NIFI-15713
apache_jira
https://issues.apache.org/jira/browse/NIFI-15713
ingestion
Bump Apache Maven to 3.9.14, Spring to 7.0.6, Mockito to 5.23.0, and others
* Apache Maven from 3.9.13 to 3.9.14 - [https://maven.apache.org/docs/3.9.14/release-notes.html] * Reactor Netty from 1.3.3 to 1.3.4 - [https://github.com/reactor/reactor-netty/releases/tag/v1.3.4] * Eclipse ECJ from 3.44.0 to 3.45.0 - [https://github.com/eclipse-jdt/eclipse.jdt.core] * Reactor from 3.8.3 to 3.8....
Commit 748d178dcd757ffa5b41fbed88416919251d81cd in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=748d178dcd7 ] NIFI-15713 Bump Apache Maven to 3.9.14, Spring to 7.0.6, Mockito to 5.23.0, and others (#11004) - Apache Maven from 3.9.13 to 3.9.14 - https://maven.apa...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-13T11:31:20.000+0000
NIFI
jira-NIFI-15712
apache_jira
https://issues.apache.org/jira/browse/NIFI-15712
ingestion
Add JSON Lines Support to JoltTransformJSON
The {{JoltTransformJSON}} Processor should be extended with an new {{JSON Source}} strategy supporting [JSON Lines|https://jsonlines.org/], also known as Newline Delimited JSON. JSON Lines supports multiple JSON elements in a stream, with newline character separating each element. This format enables streaming parsi...
Sure! I have created NIFI-15716 to address this.
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
6
2026-03-13T02:00:22.000+0000
NIFI
jira-NIFI-15711
apache_jira
https://issues.apache.org/jira/browse/NIFI-15711
ingestion
Possible NPE on GitHub login resolution
In GitHubRepositoryClient the commit author login is always being resolved. However, a commit can have an author that is not tied to any github account, [example commit|https://github.com/Kamilkime/nifi-flow-repo-test/commit/019afecebf11d257f4c18b1c5487db66e266efb8]. In such a case GHCommit#getAuthor will return nul...
Commit ade183e3994068c01073e75059eaf387fe31f5df in nifi's branch refs/heads/main from Kamil Trysiński [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ade183e3994 ] NIFI-15711 - Get raw commit author name if commit not tied to any GH user (#11000)
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Minor
1
2026-03-12T22:31:39.000+0000
NIFI
jira-NIFI-15710
apache_jira
https://issues.apache.org/jira/browse/NIFI-15710
ingestion
Update authorization for calls made by ClusteredConnectorRequestReplicator
h2. Connector Update Fails in Clustered NiFi: Node Identity Lacks READ Permission on /connectors h3. Summary In a clustered NiFi deployment, applying an update to a connector fails with a 403 Forbidden error. The ClusteredConnectorRequestReplicator polls connector state across the cluster during updates using the n...
Commit 77caec7c7554d22199bfb0dc652198fd085dcd31 in nifi's branch refs/heads/main from Mark Payne [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=77caec7c755 ] NIFI-15258 Initial implementation of Connectors (#10993) - NIFI-15259 Added REST API for Connectors Introduced comprehensive REST endpoints for managing Co...
[ "nifi" ]
false
[]
[ "Core Framework", "Security" ]
nifi_general
Task
Resolved
Fixed
Major
2
2026-03-12T12:59:24.000+0000
NIFI
jira-NIFI-15709
apache_jira
https://issues.apache.org/jira/browse/NIFI-15709
ingestion
ConsumeJMS RecordWriter fails with IllegalStateException when schema retrieval fails
When using ConsumeJMS with Record Reader/Writer and any Output Strategy, if {{writerFactory.getSchema()}} throws an exception during record processing, the processor fails with:   {{java.lang.IllegalStateException: StandardFlowFileRecord[uuid=...] already in use for an active callback or an OutputStream created b...
Commit 9ffc2575a95616915fe012bc4a11decea3ba11b2 in nifi's branch refs/heads/main from Dan Chaffelson [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9ffc2575a95 ] NIFI-15709 Close OutputStream when schema retrieval fails in RecordWriter (#10997) When writerFactory.getSchema() throws an exception, the OutputStream ...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
Resolved
Fixed
Minor
1
2026-03-12T10:29:23.000+0000
NIFI
jira-NIFI-15708
apache_jira
https://issues.apache.org/jira/browse/NIFI-15708
ingestion
[Advanced UI] Ease providing additional Advanced UIs leveraging NiFi Theme logic
*As* a developer extending NiFi with extra capabilities *I want to* be provided with helpers / integrated mechanisms *In order to* ease building Advanced UIs for custom components (keeping overall UX consistency) My specific concern is around the way *NiFi theme* is injected into advanced UIs. * The "nifi-fronte...
I am still not sure I am following. You have a separate nx monorepo you are using to build your Advanced UI application? And if so, how does having the nifi-frontend-<version>sources.jar containing the nifi-frontend sources help you? The same issues are present with this setup as the ones I mentioned for extra work/com...
[ "nifi" ]
false
[]
[ "Core UI" ]
nifi_knowledge
Improvement
Open
Major
3
2026-03-12T09:52:26.000+0000
NIFI
jira-NIFI-15707
apache_jira
https://issues.apache.org/jira/browse/NIFI-15707
ingestion
Add Storage Class to S3IcebergFileIOProvider
The S3 implementation of the Iceberg FileIO Provider should be updated to include a property to set the Storage Class, mapping to the {{s3.write.storage-class}} property in the Apache Iceberg {{S3FileIO}} class. The default value should set to {{STANDARD}}.
Commit 43583743d630c8d1c07258d1483b39e0b25f4b02 in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=43583743d63 ] NIFI-15707 Added Storage Class to S3FileIOProvider (#10995) Co-authored-by: Nir Yanay <niryanay2005@gmail.com>
[ "nifi", "iceberg", "s3" ]
true
[]
[ "Extensions" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-12T02:18:35.000+0000
NIFI
jira-NIFI-15706
apache_jira
https://issues.apache.org/jira/browse/NIFI-15706
ingestion
Jest to Vitest Migration
Commit 92367029e2a140d3a8dd94df8e6ddf45115a04ad in nifi's branch refs/heads/main from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=92367029e2a ] NIFI-15706 - Migrate from Jest to Vitest (#11087)
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
1
2026-03-11T15:40:30.000+0000
NIFI
jira-NIFI-15705
apache_jira
https://issues.apache.org/jira/browse/NIFI-15705
ingestion
Upgrade Tailwind CSS v3 to v4
[ "nifi" ]
false
[]
[]
nifi_general
Task
Open
Major
0
2026-03-11T15:40:18.000+0000
NIFI
jira-NIFI-15704
apache_jira
https://issues.apache.org/jira/browse/NIFI-15704
ingestion
ESLint 8 to 10 + Flat Config Migration
Commit 8ab6078b92c9576a54e2c05220d4bd59e5eec23c in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/multi-956f8a8b74 from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8ab6078b92c ] NIFI-15704 - Upgrade eslint from 8 to 10 (#11043) * NIFI-15704 - Upgrade eslint from 8 ...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
5
2026-03-11T15:40:07.000+0000
NIFI
jira-NIFI-15703
apache_jira
https://issues.apache.org/jira/browse/NIFI-15703
ingestion
Update Typescript configuration, update to latest version
Commit cb1e274ffed9389687235883f118f2c33e22c971 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/flatted-3.4.2 from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cb1e274ffed ] NIFI-15700, NIFI-15701, NIFI-15702, NIFI-15703: Upgrade Nx 22, Angular 21, NgRx 21, TypeScr...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
2
2026-03-11T15:39:53.000+0000
NIFI
jira-NIFI-15702
apache_jira
https://issues.apache.org/jira/browse/NIFI-15702
ingestion
Upgrade NgRx 20 to 21
Commit cb1e274ffed9389687235883f118f2c33e22c971 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/flatted-3.4.2 from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cb1e274ffed ] NIFI-15700, NIFI-15701, NIFI-15702, NIFI-15703: Upgrade Nx 22, Angular 21, NgRx 21, TypeScr...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
2
2026-03-11T15:39:26.000+0000
NIFI
jira-NIFI-15701
apache_jira
https://issues.apache.org/jira/browse/NIFI-15701
ingestion
Upgrade Angular 20 to 21 + Angular Material
Commit cb1e274ffed9389687235883f118f2c33e22c971 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/flatted-3.4.2 from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cb1e274ffed ] NIFI-15700, NIFI-15701, NIFI-15702, NIFI-15703: Upgrade Nx 22, Angular 21, NgRx 21, TypeScr...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
2
2026-03-11T15:39:17.000+0000
NIFI
jira-NIFI-15700
apache_jira
https://issues.apache.org/jira/browse/NIFI-15700
ingestion
Upgrade Nx 21 to 22
Commit cb1e274ffed9389687235883f118f2c33e22c971 in nifi's branch refs/heads/dependabot/npm_and_yarn/nifi-frontend/src/main/frontend/flatted-3.4.2 from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cb1e274ffed ] NIFI-15700, NIFI-15701, NIFI-15702, NIFI-15703: Upgrade Nx 22, Angular 21, NgRx 21, TypeScr...
[ "nifi" ]
false
[]
[]
nifi_general
Task
Resolved
Fixed
Major
2
2026-03-11T15:38:53.000+0000
NIFI
jira-NIFI-15698
apache_jira
https://issues.apache.org/jira/browse/NIFI-15698
ingestion
NiFi Python bridge startup hang
NiFi can hang during startup when loading a persisted flow containing many Python processors. In the failing case, the process remains alive, but startup stalls during Python processor initialization and does not reach the normal Started Server / Started Application completion markers.   This reproduces on the officia...
[~distroit] - thanks for the very detailed steps and the repository to reproduce the problem, this has been extremely useful to work on this issue.
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Patch Available
Major
1
2026-03-11T15:36:39.000+0000
NIFI
jira-NIFI-15697
apache_jira
https://issues.apache.org/jira/browse/NIFI-15697
ingestion
Using external Service in Versioned PG leads to inconsistent versioning state
How to reproduce: # Create a versioned PG with a processor that uses an external service and commit changes. (E.g. an InvokeHttp which uses a StandardSSLContextService in the root PG). # In the processor, edit the service-property and use a different external service (E.g. use different StandardSSLContextServic...
[ "nifi" ]
false
[]
[ "Flow Versioning" ]
nifi_errors
Bug
Patch Available
Major
0
2026-03-11T13:41:01.000+0000
NIFI
jira-NIFI-15696
apache_jira
https://issues.apache.org/jira/browse/NIFI-15696
ingestion
Add Rebase operation for versioned process groups
When a versioned process group is at version N with local modifications (state {*}LOCALLY_MODIFIED_AND_STALE{*}), upgrading to a newer version requires reverting all local changes first, then changing version, then manually re-applying every customization. This is error-prone, causes unnecessary downtime, and discourag...
[ "nifi" ]
false
[]
[ "Flow Versioning" ]
nifi_knowledge
New Feature
Patch Available
Major
0
2026-03-11T12:53:09.000+0000
NIFI
jira-NIFI-15695
apache_jira
https://issues.apache.org/jira/browse/NIFI-15695
ingestion
UI - Splash screen can remain visible
When an unhandled error occurs during route guard execution and it not handled properly the splash screen can remain visible preventing the user from seeing the appropriate error page.
Commit 921155bf2c81ecfdd9e34fd9f2a075ee9cf7fd12 in nifi's branch refs/heads/main from Matt Gilman [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=921155bf2c8 ] NIFI-15695: Hanlding the error case when resolving the root process group fails. (#10990) - Ensuring the splash screen doesn't remain visible when there is...
[ "nifi" ]
false
[]
[ "Core UI" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-10T15:53:07.000+0000
NIFI
jira-NIFI-15694
apache_jira
https://issues.apache.org/jira/browse/NIFI-15694
ingestion
Processor group version issue with updated processor/controller service attribute from Nifi version
For the past few Nifi version upgrades (2.5 - 2.6, 2.6 - 2.8), we have noticed that sometimes a new release contains changes to the existing processor/controller services attribute. And for a processor group under version control, in this case the upgrade of nifi version will result in changes like: !image-2026-03-1...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Open
Major
0
2026-03-10T15:07:39.000+0000
NIFI
jira-NIFI-15693
apache_jira
https://issues.apache.org/jira/browse/NIFI-15693
ingestion
Flow Synchronization Fails with empty File User Groups
Following recent refactoring of the {{FileUserGroupProvider}} to use DOM instead of JAXB for parsing XML files, flow synchronization between cluster nodes can fail when the users.xml configuration is empty. On initial load, the AuthorizedUserGroups record object contains empty immutable Lists of users and groups whe...
Commit 066863c940392e5e75096426c944a4db2a161a0f in nifi's branch refs/heads/main from David Handermann [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=066863c9403 ] NIFI-15693 Fixed Flow Synchronization with empty File User Groups - Fixed forcible inheritance of users and groups from fingerprints in FileUserGroupP...
[ "nifi" ]
false
[]
[ "Core Framework", "Security" ]
nifi_errors
Bug
Resolved
Fixed
Major
1
2026-03-10T15:05:40.000+0000
NIFI
jira-NIFI-15692
apache_jira
https://issues.apache.org/jira/browse/NIFI-15692
ingestion
GitLabRepositoryClient.deleteContent() fails with 403 when GitLab is behind reverse proxy due to getRawFile() usage
h3. Problem GitLabFlowRegistryClient fails to register flow snapshots when GitLab is behind an Apache reverse proxy. The verification passes all checks, but "Start Version Control" fails with 403 Forbidden. h3. Root Cause The \{{deleteContent()}} method in \{{GitLabRepositoryClient.java}} uses \{{getRawFile()}} wh...
Thanks for the additional research and review of behavior [~unleash8534]. Based on the fact that the GitLab API library is sending an incorrect value for the {{Accept}} header, that is the appropriate place to implement the correction. After reviewing the GitLab4J API, I found multiple places where the client is ...
[ "nifi" ]
false
[]
[ "Extensions" ]
nifi_errors
Bug
In Progress
Major
3
2026-03-10T14:35:13.000+0000
NIFI
jira-NIFI-15691
apache_jira
https://issues.apache.org/jira/browse/NIFI-15691
ingestion
Address various javascript/typescript dependabot findings (angular i18n xss, rollup, serialize-javascript, minimatch)
There are a number of dependabot alerts that need addressed including these CVEs * {{GHSA-prjf-86w9-mfqv}} / {{CVE-2026-27970}} ({{{}@angular/core{}}}) * {{GHSA-mw96-cpmx-2vgc}} / {{CVE-2026-27606}} ({{{}rollup{}}}) * {{GHSA-5c6j-r48x-rmvq}} ({{{}serialize-javascript{}}}) * {{GHSA-3ppc-4f35-3m26}} / {{CVE-2...
Commit d6b883dd8d9890e93821860cb5471bb0212fa628 in nifi's branch refs/heads/main from Rob Fellows [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d6b883dd8d9 ] NIFI-15691 - Address various javascript/typescript dependabot findings (angular i18n xss, rollup, serialize-javascript, minimatch) (#10989)
[ "nifi" ]
false
[]
[ "Core UI" ]
nifi_knowledge
Improvement
Resolved
Fixed
Major
1
2026-03-10T13:31:29.000+0000
NIFI
jira-NIFI-15690
apache_jira
https://issues.apache.org/jira/browse/NIFI-15690
ingestion
CacheRequestDecoder.readHeader() leaks ByteBuf - should use skipBytes instead of readBytes
The readHeader() method in CacheRequestDecoder allocates a new ByteBuf that is never released: {code:java} private void readHeader(final ByteBuf byteBuf, final SocketAddress remoteAddress) { if (byteBuf.readableBytes() >= HEADER_LENGTH) { byteBuf.readBytes(HEADER_LENGTH); // Creates new ByteBuf, neve...
Commit b4cdd043060f6aef690fa284a2f0529fdfb08090 in nifi's branch refs/heads/NIFI-15258 from Dan Chaffelson [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b4cdd043060 ] NIFI-15690 Fixed ByteBuf leak in CacheRequestDecoder readHeader (#10988) Replaced readBytes(HEADER_LENGTH) with skipBytes(HEADER_LENGTH) to avoid ...
[ "nifi" ]
false
[]
[]
nifi_errors
Bug
Resolved
Fixed
Minor
2
2026-03-10T07:41:28.000+0000
NIFI
jira-NIFI-15689
apache_jira
https://issues.apache.org/jira/browse/NIFI-15689
ingestion
NIFI SFTP processors fails to read filenames with NBSP character
When the filename has NBSP list and fetch data using ListSFTP and FetchSFTP processors, which is causing the FetchSFTP processor fails Environment and details: - NiFi Version: 1.28.1 - OS / SFTP source: Windows (ACP 1252), LCID 1033 - Processors: ListSFTP → FetchSFTP → ... - NiFi JVM encoding: UTF-8 (default) -...
Thanks for noting this issue [~frnklnsm]. NiFi version 1 is no longer maintained, and version 2 has introduced some notable refactoring of the SSH library that supports SFTP transactions. Are you able to reproduce this issue on NiFi 2.8.0?
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Open
Major
1
2026-03-09T21:15:41.000+0000
NIFI
jira-NIFI-15688
apache_jira
https://issues.apache.org/jira/browse/NIFI-15688
ingestion
Deprecate ParseEVTX and ConsumeWindowsEventLog processors
Both processors ParseEVTX and ConsumeWindowsEventLog are dependent on Windows platform-specific operations, making it difficult to test and verify. A case in point NIFI-13332 where one needs a working Windows system that exposes this problem with the event log version which is not something developers may have. In a...
Commit cf873a6d2a551234d510e0be1b52fa6242a16150 in nifi's branch refs/heads/main from dan-s1 [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cf873a6d2a5 ] NIFI-15688 Deprecated ParseEvtx and ConsumeWindowsEventLog Processors This closes #10987 Co-authored-by: David Handermann <exceptionfactory@apache.org> Signed-...
[ "nifi" ]
false
[]
[]
nifi_knowledge
Improvement
Resolved
Fixed
Minor
1
2026-03-09T16:49:50.000+0000
NIFI
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
19