Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Created: (JCR-2686) Data store garbage collection: interrupt mark

Created: (JCR-2685) DbDataStore: table check fails on Oracle with multiple users
(3 lines)
Commented: (JCR-2675) Node.hasProperty() with relative path can throw ClassCastException
(8 lines)
Jul 22, 2010
Stephan Huttenhuis (JIRA)
Stephan Huttenhuis (JIRA)
Data store garbage collection: interrupt mark

Reply
Tags: markinterruptcollectiongarbagestore
Messages in this thread
Similar Threads
Tuning garbage collection
Hi,

I'm using Tomcat 6.0.26, Java 1.6 and wondering what tools/strategies you
use to tune your garbage collection parameters?

Further, does anyone know how to read entries in the garbage collection
log? 
Entries in my log look like

Desired survivor size 10944512 bytes, new threshold 1 (max 15)
 [PSYoungGen: 129311K->3232K(136512K)] 558882K->434085K(585920K),
0.0090900
secs]

Thanks, - Dave




Created: (COLLECTIONS-358) CollectionUtils.removeAll(Collection collection, Collection remove) calls
CollectionUtils.removeAll(Collection collection, Collection remove) calls
ListUtils.retainAll(collection, remove)

Created: (CLK-678) Malformed dtd for 2.2, comments missing exclamation mark
Malformed dtd for 2.2, comments missing exclamation mark

Visual Data Store Design Tool?
Hey all.

I am migrating from SQL to Cassandra. I use NaviCat and MySQL Workbench to
design, develop and program databases for SQL.

I am looking round trying to find the equivalent to MySQL Workbench but
for
Cassandra. I have not had much luck.,

Here is the link for MySQL Workbench. http://wb.mysql.com/

Any help would be greatly appreciated.

Regards,

Michael


Created: (CAMEL-2913) mark required properties in the EIP model so they can be introspected by tooli
mark required properties in the EIP model so they can be introspected by
tooling

DO NOT REPLY New: IE8: Unabled to store data in HttpSession (root context)
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

           Summary: IE8: Unabled to store data in HttpSession (root
                    context)
           Product: Tomcat 7
           Version: 7.0.0
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Catalina
        AssignedTo: d### @tomcat.apache.org
        ReportedBy: oschin### @gmail.com


Environment:

Tomcat 7.0.0 Beta
IE8

A simplest webapp only have a test.jsp below:

<%=request.getSession().getId()%>

this app installed as root context

the test.jsp works fine in firefox

but when using IE8

there is always a different session id where refresh the test page.

BTW: the test.jsp works find in Tomcat 6.x




Created: (DBCP-336) Incorect data from data base if connection pool size is minimum (say 1 to 3 )
Incorect data from data base if connection pool size is minimum (say 1 to 3
)

Created: (COLLECTIONS-355) class cast exception in common collection-3.2 jar
class cast exception in common collection-3.2  jar

Created: (HTTPCLIENT-969) BasicCookieStore.getCookies() returns non-threadsafe collection
BasicCookieStore.getCookies() returns non-threadsafe collection

DO NOT REPLY sun.net.www.http.KeepAliveCache preventing classloader from being garbage collected
https://issues.apache.org/bugzilla/show_bug.cgi?id=49230

--- Comment #1 from Mark Thomas <mar### @apache.org> 2010-06-22
05:25:02 EDT ---
Thanks for the patch. It has been applied to 7.0.x and will be included in
7.0.1 onwards.

I have also proposed the patch for back-port to  to 6.0.x




DO NOT REPLY sun.net.www.http.KeepAliveCache preventing classloader from being garbage collected
https://issues.apache.org/bugzilla/show_bug.cgi?id=49230

--- Comment #3 from Mark Thomas <mar### @apache.org> 2010-06-23
03:44:14 EDT ---
I've aligned the patch with how we handle other Sun specific issues for
non-Sun
JVMs.




DO NOT REPLY sun.net.www.http.KeepAliveCache preventing classloader from being garbage collected
https://issues.apache.org/bugzilla/show_bug.cgi?id=49230

Mark Thomas <mar### @apache.org> changed:

           What    |Removed                     |Added

DO NOT REPLY sun.net.www.http.KeepAliveCache preventing classloader from being garbage collected
https://issues.apache.org/bugzilla/show_bug.cgi?id=49230

--- Comment #2 from sylvain.### @gmail.com 2010-06-22 15:36:52 EDT ---
IMHO, logging an error if the class is not found might induce some users
of
non-Sun JVMs in error...

an INFO level is probably enough, with a message explaining that it might
be
normal with some JVMs.