Skip to content

Commit c79a961

Browse files
committed
nifi cold start
1 parent de1a970 commit c79a961

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ Implemented in https://github.com/stackabletech/secret-operator/pull/708[secret-
139139

140140
===== Apache NiFi
141141

142-
// TODO(author snippet): nifi-operator#953 has no author-written release note (only CI links); wording below is drafted from the PR body - please confirm.
143-
When the number of NiFi nodes is fixed (all role-group replicas are set, i.e. no autoscaling), the operator now sets `nifi.cluster.flow.election.max.candidates` to that node count.
144-
The cluster then finishes flow election as soon as all expected nodes have connected, instead of waiting out `nifi.cluster.flow.election.max.wait.time` (5 minutes), which greatly reduces cold-start times.
142+
For clusters with a fixed number of nodes, the operator now sets `nifi.cluster.flow.election.max.candidates` to the total node count.
143+
Cold-start flow election then completes as soon as all expected nodes report in, typically seconds instead of the up-to-5-minute `nifi.cluster.flow.election.max.wait.time` timeout.
144+
The timeout stays at NiFi's upstream default of 5 minutes as a fallback, so there is no correctness change if fewer nodes than expected show up.
145145
Implemented in https://github.com/stackabletech/nifi-operator/pull/953[nifi-operator#953].
146146

147147
===== Open Policy Agent

0 commit comments

Comments
 (0)