]
Dan Berindei updated ISPN-11897:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Internal Caches with persistence don't need availability checks
---------------------------------------------------------------
Key: ISPN-11897
URL:
https://issues.redhat.com/browse/ISPN-11897
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Final
The internal caches may have persistance, which is done via a SingleFileStore. They also
have availability enabled, which causes them to be queried every 1 second which is a bit
of overkill. We should be able to just disable this check since it is a file based store.