You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/11 23:07:58 UTC

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

Author: rjung
Date: Fri Sep 11 21:07:55 2009
New Revision: 814031

URL: http://svn.apache.org/viewvc?rev=814031&view=rev
Log:
Add a few easy votes, some comments and one 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=814031&r1=814030&r2=814031&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Sep 11 21:07:55 2009
@@ -235,39 +235,58 @@
 * Allow per instance log4j.properties, JAR files (JDBC drivers) etc
   http://svn.apache.org/viewvc?rev=810916&view=rev
   http://svn.apache.org/viewvc?rev=810977&view=rev
-  +1: markt
+  +1: markt, rjung
   -1:
 
+
 * Allow per instance configuration of JULI or log4j for core Tomcat logging
   This requires the classpath change above
   http://svn.apache.org/viewvc?rev=810976&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
+  rjung: I think you have to switch HOME and BASE in the following changed
+  lines in logging.xml:
+    +      If you have multiple instances of Tomcat, each with a separate
+    +      <code>$CATALINA_HOME</code> but a shared <code>$CATALINA_BASE</code> then
 
 * Make the JDBC leak prevention code work with a security manager
   http://svn.apache.org/viewvc?rev=812432&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Add additional permission required by JULI
   http://svn.apache.org/viewvc?rev=813001&view=rev 
-  +1: markt
+  +1: markt, rjung
   -1:
+  rjung: Since the above patches now prepare for using juli optionally out of
+  CATALINA_BASE, shouldn't we also add that location as a codeBase?
 
 * Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45785
   for extension validator
   http://svn.apache.org/viewvc?rev=813013&view=rev
   Based on a patch by Rolf Wojtech 
-  +1: markt
+  +1: markt, rjung
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47824
   Correct Maven deps
   http://svn.apache.org/viewvc?rev=813866&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Update packaging to use per JAR LICENSE, NOTICE and manifest files
   http://svn.apache.org/viewvc?rev=813936&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
+
+* Spurious startup errors in the cluster observed for TC 5.5.
+  Although the secondary node is able to retrieve all sessions,
+  the main thread doesn't see the changed stateTransfered flag,
+  and thus waits until the transfer timeout occurs.
+  Observed on Solaris. Switching to volatile fixes it.
+  Performance implications are neglectable, because the
+  variable is only used during context startup.
+  Backport from trunk: http://svn.apache.org/viewvc?rev=814024&view=rev
+  +1: rjung
+  -1:
+



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