From f447fc73fa2de55babcdf4a195466724fc94dd32 Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Fri, 9 Jun 2017 10:27:32 -0400 Subject: [PATCH] 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 --- nifi-docs/src/main/asciidoc/administration-guide.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index bc823bcc6a..36ae533f30 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