Author: kkolinko Date: Mon Sep 26 23:44:05 2011 New Revision: 1176132 URL: http://svn.apache.org/viewvc?rev=1176132&view=rev Log: Add revision numbers for issues that have been fixed in TC7: r1138132, r1175897 Remove ConcurrentHashMap tuning proposal (it is unlikely to have so many CPUs that it would matter)
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=1176132&r1=1176131&r2=1176132&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Sep 26 23:44:05 2011 @@ -59,13 +59,8 @@ PATCHES PROPOSED TO BACKPORT: - In valve.xml: - s/tomcat log/Tomcat log/ (or Apache Tomcat log) - In StuckThreadDetectionValve.java: - - s/private class CompletedStuckThread/private static class CompletedStuckThread/ - MonitoredThread can be made static as well. - - result[i] = idList.get(i); and arguments to sm.getString() - I'd prefer the boxing/unboxing conversion to be coded explicitly. - - s/new Long(/Long.valueOf(/ - - ConcurrentHashMap: Maybe the defaults could be tuned with system properties. - I wonder whether ConcurrentHashMap.DEFAULT_CONCURRENCY_LEVEL which is 16 is enough. + - private classes CompletedStuckThread, MonitoredThread: make them static (r1175897) + - Use Long.valueOf() and explicit boxing/unboxing (r1138132, r1175897) - getStuckThreadIds() returns a list of ids. It might be useful to have a similar method that returns Thread.getName() names. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org