Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.6 (Gosling SR6), 1.8.4 (Hopper SR4), 1.9 M1 (Ingalls), 1.0.0.APACHE-GEODE-INCUBATING-M2
-
Environment:Spring Data (GemFire / Geode) + Pivotal GemFire | Apache Geode
-
Sprint:Kay M1
Description
Currently, the GemfireCache.evict(key:Object) method calls Pivotal GemFire's (Apache Geode's) Region.destroy(key:Object) method, which can throw a EntryNotFoundException causing an application @Sevice component operation annotated with the @CacheEvict annotation to fail.
See StackOverflow post (question... "Gemfire EntryNotFoundException for @CacheEvict") for more details.