Repository: nifi Updated Branches: refs/heads/master d8dc2bb00 -> f447fc73f
NIFI-4048 Added nifi.cluster.node.protocol.max.threads to Cluster Node Properties section of Admin Guide This closes #1908 Signed-off-by: Scott Aslan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f447fc73 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f447fc73 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f447fc73 Branch: refs/heads/master Commit: f447fc73fa2de55babcdf4a195466724fc94dd32 Parents: d8dc2bb Author: Andrew Lim <[email protected]> Authored: Fri Jun 9 10:27:32 2017 -0400 Committer: Scott Aslan <[email protected]> Committed: Fri Jun 9 12:59:22 2017 -0400 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/administration-guide.adoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/f447fc73/nifi-docs/src/main/asciidoc/administration-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index bc823bc..36ae533 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -2553,6 +2553,7 @@ Configure these properties for cluster nodes. |nifi.cluster.node.protocol.port|The node's protocol port. It is blank by default. |nifi.cluster.node.protocol.threads|The number of threads that should be used to communicate with other nodes in the cluster. This property defaults to `10`, but for large clusters, this value may need to be larger. +|nifi.cluster.node.protocol.max.threads|The maximum number of threads that should be used to communicate with other nodes in the cluster. This property defaults to `50`. |nifi.cluster.node.event.history.size|When the state of a node in the cluster is changed, an event is generated and can be viewed in the Cluster page. This value indicates how many events to keep in memory for each node. The default value is `25`. |nifi.cluster.node.connection.timeout|When connecting to another node in the cluster, specifies how long this node should wait before considering
