]
Pedro Ruivo updated ISPN-11554:
-------------------------------
Status: Pull Request Sent (was: Reopened)
Git Pull Request:
Off-heap state transfer does not preserve the timestamp of entries
------------------------------------------------------------------
Key: ISPN-11554
URL:
https://issues.redhat.com/browse/ISPN-11554
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.18.Final, 10.1.5.Final, 11.0.0.Dev03
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.Dev04
The ISPN-4075 fix made state transfer preserve the timestamp of mortal/transient entries
with OBJECT and BINARY storage, but not with OFF_HEAP storage.
{{OffHeapEntryFactoryImpl.create()}} doesn't even receive the entry's
created/last access timestamps, instead it always writes {{timeService.wallClockTime()}}.