You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2015/11/24 07:19:37 UTC

svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

Posted by Keiichi Fujino <kf...@apache.org>.
2015-11-24 17:37 GMT+09:00 Rémy Maucherat <re...@apache.org>:

> 2015-11-24 7:19 GMT+01:00 <kf...@apache.org>:
>
> > 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.
> >
> > Since we were talking about that recently, that change is too trivial to
> warrant a changelog entry.
>
>

Thanks.
I'll remove it.


> Rémy
>
> --
> Keiichi.Fujino
>

Re: svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

Posted by Rémy Maucherat <re...@apache.org>.
2015-11-24 7:19 GMT+01:00 <kf...@apache.org>:

> 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.
>
> Since we were talking about that recently, that change is too trivial to
warrant a changelog entry.

Rémy