Repository: nifi
Updated Branches:
  refs/heads/master 0305ca0fb -> 470d85042


NIFI-4585 Add nifi.cluster.node.max.concurrent.requests to Cluster Node 
Properties section of Admin Guide

This closes #2719

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/470d8504
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/470d8504
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/470d8504

Branch: refs/heads/master
Commit: 470d85042df61ff4bab75e3f3a1fbd1085158d56
Parents: 0305ca0
Author: Andrew Lim <[email protected]>
Authored: Fri May 18 12:40:23 2018 -0400
Committer: Scott Aslan <[email protected]>
Committed: Tue May 22 12:03:37 2018 -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/470d8504/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 ab72140..98c1a95 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -3474,6 +3474,7 @@ and can be viewed in the Cluster page. This value 
indicates how many events to k
 the connection a failure. The default value is `5 secs`.
 |nifi.cluster.node.read.timeout|When communicating with another node in the 
cluster, specifies how long this node should wait to receive information
 from the remote node before considering the communication with the node a 
failure. The default value is `5 secs`.
+|nifi.cluster.node.max.concurrent.requests|The maximum number of outstanding 
web requests that can be replicated to nodes in the cluster. If this number of 
requests is exceeded, the embedded Jetty server will return a "409: Conflict" 
response.  This property defaults to `100`.
 |nifi.cluster.firewall.file|The location of the node firewall file. This is a 
file that may be used to list all the nodes that are allowed to connect
 to the cluster. It provides an additional layer of security. This value is 
blank by default, meaning that no firewall file is to be used.
 |nifi.cluster.flow.election.max.wait.time|Specifies the amount of time to wait 
before electing a Flow as the "correct" Flow. If the number of Nodes that have 
voted is equal to the number specified by the 
`nifi.cluster.flow.election.max.candidates` property, the cluster will not wait 
this long. The default value is `5 mins`. Note that the time starts as soon as 
the first vote is cast.

Reply via email to