Author: kfujino Date: Mon Jun 3 02:09:40 2013 New Revision: 1488827 URL: http://svn.apache.org/r1488827 Log: Add document for o.a.c.tribes.group.interceptors.TcpFailureDetector.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1488827&r1=1488826&r2=1488827&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Jun 3 02:09:40 2013 @@ -165,6 +165,11 @@ <fix> <bug>54932</bug>: Correct the link to Tribes documentation. (violetagg) </fix> + <add> + Add document for + <code>o.a.c.tribes.group.interceptors.TcpFailureDetector</code>. + (kfujino) + </add> </changelog> </subsection> </section> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1488827&r1=1488826&r2=1488827&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Mon Jun 3 02:09:40 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org