EHC ❯ DiskPersistentStore & OverflowToDiskStore never copy on read/writes
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-core
-
-
hsingh
-
Reporter: alexsnaps
-
April 21, 2010
-
0
-
Watchers: 0
-
January 17, 2013
-
April 21, 2010
Description
Both stores use the wrong super() constructor and don’t get configured as copyOnRead & copyOnWrite (whether configured by the user or the cache is XA)
OverflowToDiskStoreTest and DiskPersistentStoreTest covers it and its been running on monkeys.