Github user andrewmlim commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3056#discussion_r225181107
--- 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 --
Just noting that the default value is 6342 not 6432.
---