]
Will Burns updated ISPN-11443:
------------------------------
Summary: PersistenceManagerImpl checks need to be updated (was:
PersistenceManagerImpl checks should use NonBlockingThread interface to check)
PersistenceManagerImpl checks need to be updated
------------------------------------------------
Key: ISPN-11443
URL:
https://issues.redhat.com/browse/ISPN-11443
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Priority: Major
We added a NonBlockingThread interface that a non blocking thread implements in
Infinispan. We should use this for PersistenceManagerImpl checks instead of the brittle
thread name, which is already broken.