]
Will Burns updated ISPN-11829:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Persistence configuration allows for preload and purgeOnStartup to be
configured together
-----------------------------------------------------------------------------------------
Key: ISPN-11829
URL:
https://issues.redhat.com/browse/ISPN-11829
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.CR1
It is possible for a user to configure a store as being both purgeOnStartup and preload.
These conflict in what they do. We should prevent that.