Author: kfujino
Date: Mon Jun 3 02:03:53 2013
New Revision: 1488826
URL: http://svn.apache.org/r1488826
Log:
Add document for o.a.c.tribes.group.interceptors.TcpFailureDetector.
Modified:
tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1488826&r1=1488825&r2=1488826&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Mon Jun 3
02:03:53 2013
@@ -142,6 +142,21 @@
</subsection>
<subsection
name="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Attributes">
<attributes>
+ <attribute name="connectTimeout" required="false">
+ Specifies the timeout, in milliseconds, to use when attempting a TCP
connection
+ to the suspect node. Default is 1000.
+ </attribute>
+ <attribute name="performSendTest" required="false">
+ If true is set, send a test message to the suspect node. Default is
true.
+ </attribute>
+ <attribute name="performReadTest" required="false">
+ If true is set, read the response of the test message that sent.
Default is false.
+ <strong>Note: </strong>if <code>performSendTest</code> is false, this
attribute will have no effect.
+ </attribute>
+ <attribute name="readTestTimeout" required="false">
+ Specifies the timeout, in milliseconds, to use when performing a read
test
+ to the suspicious node. Default is 5000.
+ </attribute>
</attributes>
</subsection>
<subsection
name="org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Attributes">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]