Skip to content

Commit 833d0e4

Browse files
committed
chore: Update changelog
1 parent ee441e3 commit 833d0e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +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
- 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]).
22+
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#940]).
2223

2324
### Fixed
2425

@@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file.
3233
[#928]: https://github.com/stackabletech/nifi-operator/pull/928
3334
[#935]: https://github.com/stackabletech/nifi-operator/pull/935
3435
[#936]: https://github.com/stackabletech/nifi-operator/pull/936
36+
[#940]: https://github.com/stackabletech/nifi-operator/pull/940
3537

3638
## [26.3.0] - 2026-03-16
3739

0 commit comments

Comments
 (0)