Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompoundClassLoader.loadClass is trying to load some framework class and comsuming all web container threads. [SPR-11499] #16124

Closed
spring-projects-issues opened this issue Mar 1, 2014 · 3 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: backported An issue that has been backported to maintenance branches type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Mar 1, 2014

Saurabh Kumar opened SPR-11499 and commented

deployed new version of application on 2/24 . Since then application performance degraded tremendously.
Tivoli showing a very high active thread count causing no free thread for any incoming request.
Thread dump showing most of the thread are consumed by com.ibm.ws.classloader.CompoundClassLoader.loadClass.

Restart of application clearing the threads and reinitiate thread pool but within 15- 20 minutes all thre thread reused again .
Current resource allocation on JVM
Thread Pool : 300
Heap size : 1.2GB
DB connection : 300

Still the application is not able to recover from the high active thread counts.

Attached are the sample thread dump ( due to size limit) extracted during the high thread counts.over from the high active thread counts.


Affects: 3.0.5

Attachments:

Issue Links:

Backported to: 3.2.7

@spring-projects-issues
Copy link
Collaborator Author

Saurabh Kumar commented

Hi Juergen , any update on this issue ?

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Mar 4, 2014

Juergen Hoeller commented

This should already be fixed as of 4.0.1 and 3.2.7: see #15968. Let me know whether any issues remain...

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

FYI, the current releases are 4.0.2 and 3.2.8, so please give either of those releases a try right away.

Juergen

@spring-projects-issues spring-projects-issues added type: bug A general bug status: backported An issue that has been backported to maintenance branches in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 4.0.1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: backported An issue that has been backported to maintenance branches type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants