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

2015-11-24 Thread Rémy Maucherat
2015-11-24 7:19 GMT+01:00 :

> Author: kfujino
> Date: Tue Nov 24 06:19:37 2015
> New Revision: 1716039
>
> URL: http://svn.apache.org/viewvc?rev=1716039=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


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

2015-11-24 Thread Keiichi Fujino
2015-11-24 17:37 GMT+09:00 Rémy Maucherat :

> 2015-11-24 7:19 GMT+01:00 :
>
> > Author: kfujino
> > Date: Tue Nov 24 06:19:37 2015
> > New Revision: 1716039
> >
> > URL: http://svn.apache.org/viewvc?rev=1716039=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
>


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

2015-11-23 Thread kfujino
Author: kfujino
Date: Tue Nov 24 06:19:37 2015
New Revision: 1716039

URL: http://svn.apache.org/viewvc?rev=1716039=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=1716038=1716039=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=1716038=1716039=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)
   
+  
+Correct the warnnig log of when the member that is not registered in 
the
+membership is detected. (kfujino)
+  
 
   
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org