-
Notifications
You must be signed in to change notification settings - Fork 57
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
Leaking DeploymentManagerImpl after a CXF app is undeployed #2655
Comments
ppalaga
added a commit
to ppalaga/wildfly-camel
that referenced
this issue
Sep 26, 2018
…CXF app is undeployed
ppalaga
added a commit
to ppalaga/wildfly-camel
that referenced
this issue
Sep 26, 2018
…Impl after a CXF app is undeployed
ppalaga
added a commit
to ppalaga/wildfly-camel
that referenced
this issue
Sep 27, 2018
…Impl after a CXF app is undeployed
ppalaga
added a commit
to ppalaga/wildfly-camel
that referenced
this issue
Oct 4, 2018
…Impl after a CXF app is undeployed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducible after fixing #2656
Steps to reproduce:
CXFWSConsumerIntegrationTest
10 timesForce GC on the WFC process started above, e.g. using
target/wildfly-14.0.1.Final/bin/jconsole.sh
Get a heap dump of the WFC process started above
Open the dump in an analyzer such as Eclipse Memory Analyzer (MAT)
Run the following OQL query:
Expected: no results
Actual: 1 result
The text was updated successfully, but these errors were encountered: