[
https://issues.jboss.org/browse/WFCORE-1553?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-1553:
------------------------------------------
[~hbraun] It seems like it, yes. If the idea is the self-container container cleans
everything up generically, then that's in core. If the idea is subsystems clean stuff
up in the data dir that they ordinarily wouldn't because they discover they are in a
self-container server, then that's better as a wildfly-dev discussion. Hopefully
that's not the goal as I don't think it's practical. ;)
data.dir not cleaned up correctly
---------------------------------
Key: WFCORE-1553
URL:
https://issues.jboss.org/browse/WFCORE-1553
Project: WildFly Core
Issue Type: Bug
Components: Server
Reporter: Heiko Braun
When running the examples and shutting down the server, certain files remain in the
tmp.dir.
Steps to reproduce:
1) cd examples; mvn install
2) java -Djava.io.tmpdir=servlet/servlet-cdi/target/test-tmp -jar
servlet/servlet-cdi/target/example-servlet-cdi-swarm.jar
3) du -ch servlet/servlet-cdi/target/test-tmp
This leaves us with:
{noformat}
hbraun:~/dev/prj/wfs/wildfly-swarm-examples (1.0.0.Beta8)$ du -ch
servlet/servlet-cdi/target/test-tmp
4.0K servlet/servlet-cdi/target/test-tmp/wildfly-self-contained7234196008976901496.d/kernel
0B servlet/servlet-cdi/target/test-tmp/wildfly-self-contained7234196008976901496.d/tx-object-store/ShadowNoFileLockStore/defaultStore
0B servlet/servlet-cdi/target/test-tmp/wildfly-self-contained7234196008976901496.d/tx-object-store/ShadowNoFileLockStore
0B servlet/servlet-cdi/target/test-tmp/wildfly-self-contained7234196008976901496.d/tx-object-store
4.0K servlet/servlet-cdi/target/test-tmp/wildfly-self-contained7234196008976901496.d
4.0K servlet/servlet-cdi/target/test-tmp
4.0K total
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)