]
Will Burns commented on ISPN-11272:
-----------------------------------
This was found when we found a call to Cache#put which can block under certain
configurations.
RecoveryManagerImpl should use Caffeine map
-------------------------------------------
Key: ISPN-11272
URL:
https://issues.redhat.com/browse/ISPN-11272
Project: Infinispan
Issue Type: Task
Components: Core
Reporter: Will Burns
Priority: Major
The RecoveryManagerImpl currently allows a user to configure the cache for holding in
doubt transactions. The key and value both are not marshallable and thus the cache cannot
be clustered or have persistence in any way. We should remove this configuration option
and just create a Caffeine map that has lifespan set on the key.
Also the key can just be Xid as long as the RecoveryManager is scoped to a named cache.