-
Bug
-
Resolution: Done
-
Major
-
6.0.0.Final
-
None
When updating immortal entries Infinispan calls up the wall clock time unnecessarily.
if (e != null) { e.setValue(v); InternalCacheEntry original = e; e = entryFactory.update(e, metadata); // we have the same instance. So we need to reincarnate. if (original == e) { --> e.reincarnate(timeService.wallClockTime()); } } else { // this is a brand-new entry e = entryFactory.create(k, v, metadata); }
- blocks
-
ISPN-3534 Investigate performance regressions in Infinispan 6.0.0
- Closed