Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3056#discussion_r224463328
--- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
@@ -3939,8 +3976,7 @@ to the cluster. It provides an additional layer of
security. This value is blank
|`nifi.cluster.flow.election.max.candidates`|Specifies the number of Nodes
required in the cluster to cause early election of Flows. This allows the Nodes
in the cluster to avoid having to wait a
long time before starting processing if we reach at least this number of
nodes in the cluster.
|`nifi.cluster.load.balance.port`|Specifies the port to listen on for
incoming connections for load balancing data across the cluster. The default
value is `6342`.
--- End diff --
@jtstorck oops. I did mean for that to be 6432 in all places. I started
with 6432, then when coding things up I remembered the value incorrectly, using
7430. I realized this and thought that I had changed all of them to 6432 but I
must have missed a spot.
---