Author: kfujino
Date: Wed Nov 6 08:47:14 2013
New Revision: 1539272
URL: http://svn.apache.org/r1539272
Log:
Correct stop failure log of cluster. Failure cause is not only Valve.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=1539272&r1=1539271&r2=1539272&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
Wed Nov 6 08:47:14 2013
@@ -780,7 +780,7 @@ public class SimpleTcpCluster extends Li
channel.removeMembershipListener(this);
this.unregisterClusterValve();
} catch (Exception x) {
- log.error("Unable to stop cluster valve.", x);
+ log.error("Unable to stop cluster.", x);
}
}
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=1539272&r1=1539271&r2=1539272&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Nov 6 08:47:14 2013
@@ -166,6 +166,10 @@
method name is not <code>isStateTransfered()</code> but
<code>getStateTransfered()</code>. (kfujino)
</fix>
+ <fix>
+ Correct stop failure log of cluster. Failure cause is not only Valve.
+ (kfujino)
+ </fix>
</changelog>
</subsection>
<subsection name="Web applications">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]