[infinispan-issues] [JBoss JIRA] (ISPN-10812) StoreMigrator ThreadLeak when calling SerializationConfigUtil::getMarshaller
Ryan Emerson (Jira)
issues at jboss.org
Wed Oct 23 11:26:00 EDT 2019
Ryan Emerson created ISPN-10812:
-----------------------------------
Summary: StoreMigrator ThreadLeak when calling SerializationConfigUtil::getMarshaller
Key: ISPN-10812
URL: https://issues.jboss.org/browse/ISPN-10812
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores, Test Suite - Core
Affects Versions: 10.0.0.CR3
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently {{SerializationConfigUtil::getMarshaller}} leaks a thread because it creates a EmbeddedCacheManager in order to retrieve the PersistenceMarshallerImpl marshaller, but never closes the instance. Unfortunately, it's not as simple as just closing the EmbeddedCacheManager, because that will call stop on the PersistenceMarshallerImpl.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list