Skip to content

chore: nifi upgrade errata #666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,26 @@ Copy any secrets from the default namespace to that used by the operator, as sho

Please note that Java-based products that use the JMX exporter for Prometheus are now built with version https://github.com/prometheus/jmx_exporter/releases/tag/1.0.1[1.0.1], which has breaking changes relevant for any dashboards displaying JVM metrics.

Apache Nifi

To upgrade from 1.27 to the 2.x series, the following config overrides are necessary in the new cluster's manifest:

----
spec:
image:
productVersion: 2.0.0-M4
nodes:
configOverrides:
nifi.properties:
nifi.flow.configuration.file: /stackable/data/database/flow.json.gz
----

IMPORTANT: Do not override this property for the 1.27 cluster version.

This is necessary because the 2.x versions do not support the XML format for flow definitions anymore.
Support for the JSON format has been addded in version 1.16 and both formats have been maintained up to (excluding) version 2.0.
The next SDP release 24.11 will automatically take care of this step for you.

== Release 24.3

=== New / extended platform features
Expand Down