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

Leaking DeploymentManagerImpl after a CXF app is undeployed #2655

Closed
ppalaga opened this issue Sep 26, 2018 · 1 comment
Closed

Leaking DeploymentManagerImpl after a CXF app is undeployed #2655

ppalaga opened this issue Sep 26, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@ppalaga
Copy link
Collaborator

ppalaga commented Sep 26, 2018

Reproducible after fixing #2656

Steps to reproduce:

  1. build and start WFC
cd wildfly-camel
# build a distro in standalone/basic
mvn clean install -Dts.all -DskipTests -DskipDockerPull
cd itests/standalone/basic
# start the distro
target/wildfly-14.0.1.Final/bin/standalone.sh -c standalone-full.xml
  1. Open another console and run CXFWSConsumerIntegrationTest 10 times
cd wildfly-camel/itests/standalone/basic
for i in {1..10}; do mvn surefire:test -Dtest=CXFWSConsumerIntegrationTest ; done

  1. Force GC on the WFC process started above, e.g. using target/wildfly-14.0.1.Final/bin/jconsole.sh

  2. Get a heap dump of the WFC process started above

  3. Open the dump in an analyzer such as Eclipse Memory Analyzer (MAT)

  4. Run the following OQL query:

select * from org.apache.camel.spring.SpringCamelContext

Expected: no results
Actual: 1 result

image

@ppalaga ppalaga self-assigned this Sep 26, 2018
@ppalaga ppalaga added the bug label Sep 26, 2018
@ppalaga ppalaga added this to the 8.0.0 milestone Sep 26, 2018
ppalaga added a commit to ppalaga/wildfly-camel that referenced this issue Sep 26, 2018
@ppalaga
Copy link
Collaborator Author

ppalaga commented Sep 26, 2018

ppalaga added a commit to ppalaga/wildfly-camel that referenced this issue Sep 26, 2018
ppalaga added a commit to ppalaga/wildfly-camel that referenced this issue Sep 27, 2018
@tdiesler tdiesler modified the milestones: 8.0.0, 8.1.0 Oct 2, 2018
ppalaga added a commit to ppalaga/wildfly-camel that referenced this issue Oct 4, 2018
tdiesler pushed a commit that referenced this issue Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants