[
https://issues.jboss.org/browse/WFLY-4373?page=com.atlassian.jira.plugin....
]
Brian Stansberry commented on WFLY-4373:
----------------------------------------
Does this happen with WildFly 9.0.0.Beta2?
If so, please attach a thread dump of both the client process and the server process,
taken while close() is hanging.
Also, why does the title refer to a memory leak?
Finally, the "Environment" field references some xnio versions. Are those the
standard versions in WildFly 8.2.0.Final? If not, does the problem occur when the standard
versions are used?
WildFly CLI API ModelControllerClient memory leak?
--------------------------------------------------
Key: WFLY-4373
URL:
https://issues.jboss.org/browse/WFLY-4373
Project: WildFly
Issue Type: Bug
Components: Domain Management, IO
Affects Versions: 8.2.0.Final
Environment: Ubuntu 14.04 LTS, Java 1.8, xnio-api and xnio-nio are 3.3.0.Final
Reporter: Georgy Go
Assignee: Tomaz Cerar
Labels: cli, dmr
The following snippet of code to redeploy an application:
ModelControllerClient cl = ModelControllerClient.Factory.create("localhost",
9999);
ModelNode operation = new ModelNode();
operation.get("operation").set("redeploy");
operation.get("address").add("deployment", "server.war");
cl.execute(operation);
cl.close();
- works fine, but .close() freezes forever.
This issue depends to not only redeploy, but also for any other operations.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)