[jboss-jira] [JBoss JIRA] (WFCORE-2890) OperationContextImpl leaks to OperationContextImpl.OperationContextServiceRegistry
Brian Stansberry (JIRA)
issues at jboss.org
Tue May 30 22:54:00 EDT 2017
Brian Stansberry created WFCORE-2890:
----------------------------------------
Summary: OperationContextImpl leaks to OperationContextImpl.OperationContextServiceRegistry
Key: WFCORE-2890
URL: https://issues.jboss.org/browse/WFCORE-2890
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
WorkerResourceDefinition.WorkerResource is holding a ref to the OperationContextImpl.OperationContextServiceRegistry. That's not a static class so that leaks the original OperationContextImpl.
Fix is to make it static and when the op is done disconnect the OC the way we do with OperationContextImpl.ContextServiceTarget.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list