Author: kfujino Date: Tue Nov 24 06:19:37 2015 New Revision: 1716039 URL: http://svn.apache.org/viewvc?rev=1716039&view=rev Log: Correct the warnnig log of when the member that is not registered in the membership is detected.
Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties?rev=1716039&r1=1716038&r2=1716039&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties Tue Nov 24 06:19:37 2015 @@ -39,7 +39,7 @@ tcpFailureDetector.already.disappeared=V tcpFailureDetector.member.disappeared=Verification complete. Member disappeared[{0}] tcpFailureDetector.still.alive=Verification complete. Member still alive[{0}] tcpFailureDetector.heartbeat.failed=Unable to perform heartbeat on the TcpFailureDetector. -tcpFailureDetector.performBasicCheck.memberAdded=Member added, even though we werent notified:{0} +tcpFailureDetector.performBasicCheck.memberAdded=Member added, even though we weren''t notified:{0} tcpFailureDetector.suspectMember.dead=Suspect member, confirmed dead.[{0}] tcpFailureDetector.suspectMember.alive=Suspect member, confirmed alive.[{0}] tcpFailureDetector.failureDetection.failed=Unable to perform failure detection check, assuming member down. Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1716039&r1=1716038&r2=1716039&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Nov 24 06:19:37 2015 @@ -133,6 +133,10 @@ if the static member that is registered to the remove suspect list has disappeared. (kfujino) </fix> + <fix> + Correct the warnnig log of when the member that is not registered in the + membership is detected. (kfujino) + </fix> </changelog> </subsection> <subsection name="jdbc-pool"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org