]
Ryan Emerson updated ISPN-10812:
--------------------------------
Labels: testsuite_failure (was: )
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
Priority: Major
Labels: testsuite_failure
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.