This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 9194726  NIFI-6257: removing duplicate table row from administration 
guide
9194726 is described below

commit 9194726b35ca06fc590c06674bb0cf4c7200d7b4
Author: Endre Zoltan Kovacs <[email protected]>
AuthorDate: Fri May 3 09:55:30 2019 +0200

    NIFI-6257: removing duplicate table row from administration guide
    
    Signed-off-by: Matthew Burgess <[email protected]>
    
    This closes #3461
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index adcf58a..e0a20ff 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -3108,8 +3108,6 @@ from the remote node before considering the communication 
with the node a failur
 |`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.
-|`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.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.
 |`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

Reply via email to