Skip to content

Commit b876795

Browse files
razvansbernauer
andauthored
chore: nifi upgrade errata (#666)
* chore: nifi upgrade errata * Update modules/ROOT/pages/release-notes.adoc Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * Update modules/ROOT/pages/release-notes.adoc Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * Update modules/ROOT/pages/release-notes.adoc Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * clarify config overrides --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 173f247 commit b876795

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,26 @@ Copy any secrets from the default namespace to that used by the operator, as sho
425425
426426
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.
427427
428+
Apache Nifi
429+
430+
To upgrade from 1.27 to the 2.x series, the following config overrides are necessary in the new cluster's manifest:
431+
432+
----
433+
spec:
434+
image:
435+
productVersion: 2.0.0-M4
436+
nodes:
437+
configOverrides:
438+
nifi.properties:
439+
nifi.flow.configuration.file: /stackable/data/database/flow.json.gz
440+
----
441+
442+
IMPORTANT: Do not override this property for the 1.27 cluster version.
443+
444+
This is necessary because the 2.x versions do not support the XML format for flow definitions anymore.
445+
Support for the JSON format has been addded in version 1.16 and both formats have been maintained up to (excluding) version 2.0.
446+
The next SDP release 24.11 will automatically take care of this step for you.
447+
428448
== Release 24.3
429449
430450
=== New / extended platform features

0 commit comments

Comments
 (0)