You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/05/01 18:14:42 UTC

svn commit: r940068 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Sat May  1 16:14:42 2010
New Revision: 940068

URL: http://svn.apache.org/viewvc?rev=940068&view=rev
Log:
proposal

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=940068&r1=940067&r2=940068&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat May  1 16:14:42 2010
@@ -150,6 +150,7 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt, kkolinko
   -1: 
 
+  Additional patch:
   Mark ResourceEntry.loadedClass as volatile.
   http://svn.apache.org/viewvc?rev=927877&view=rev
   +1: kkolinko, markt
@@ -315,3 +316,15 @@ PATCHES PROPOSED TO BACKPORT:
   https://issues.apache.org/bugzilla/attachment.cgi?id=25381
   +1: kkolinko
   -1:
+
+* If any error happens in shutdown hook, do not forget to shutdown the
+  logging subsystem.
+
+  We have to take care of it, because logging shutdown hook is already
+  disabled at that place. This way the unwritten messages in the cache will
+  not be lost. Also if any more messages will come later, Handler.reportError()
+  will write the first one of them to stderr, thus they will leave us a trace,
+  instead of being lost in a buffer.
+  http://svn.apache.org/viewvc?rev=940064&view=rev
+  +1: kkolinko
+  -1:



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