Skip to content

Commit 1eb352a

Browse files
committed
changelog
1 parent b666125 commit 1eb352a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
1919
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#935]).
2020
- Default `nifi.cluster.flow.election.max.wait.time` to NiFi's upstream value (`5 mins`) instead of the operator's previous `1 mins`. The operator no longer sets this property explicitly; the previous shorter value was left over from a TODO marked as "for testing" and may have caused flow election to settle on incomplete vote sets in cold-start scenarios ([#936]).
2121
- In case the user specifies a fixed number of NiFi nodes (i.e. no auto-scaling), set `nifi.cluster.flow.election.max.candidates` to that number.
22-
This results in much faster NiFi startups, as it doesn't need to wait for the 5 minutes of `nifi.cluster.flow.election.max.wait.time` ([#XXX]).
22+
This results in much faster NiFi startups, as it doesn't need to wait for the 5 minutes of `nifi.cluster.flow.election.max.wait.time` ([#953]).
2323
- Set `nifi.content.repository.archive.max.retention.period` to `3 days` (previously empty, which NiFi interprets as `Long.MAX_VALUE` and effectively disables time-based archive purge). Without a time-based ceiling, the content archive can grow to half the content PVC and accumulate millions of files, which makes the synchronous startup directory scan in `FileSystemRepository.initializeRepository` very slow. Users requiring a longer content-replay window can extend via `configOverrides`. The provenance audit trail is independent of this setting and unaffected ([#936]).
2424
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#940]).
2525

@@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file.
3636
[#935]: https://github.com/stackabletech/nifi-operator/pull/935
3737
[#936]: https://github.com/stackabletech/nifi-operator/pull/936
3838
[#940]: https://github.com/stackabletech/nifi-operator/pull/940
39-
[#XXX]: https://github.com/stackabletech/nifi-operator/pull/XXX
39+
[#953]: https://github.com/stackabletech/nifi-operator/pull/953
4040

4141
## [26.3.0] - 2026-03-16
4242

0 commit comments

Comments
 (0)