]
Manik Surtani commented on ISPN-858:
------------------------------------
Right, timestamps are poor for this anyway.
calcETag() is incorrect.
Perhaps an incremental (atomic) counter? But that may cause unnecessary HTTP cache
invalidation. SHA hash on the byte[] contents of the MIMEEntry? Maybe reuse the
MurmurHash impl in org.infinispan.util.hash ?
MIMECacheEntry requires a version
---------------------------------
Key: ISPN-858
URL:
https://issues.jboss.org/browse/ISPN-858
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.2.0.Final, 5.0.0.ALPHA1
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Fix For: 4.2.1.Final, 5.0.0.BETA1
ETag calculation requires MIMECacheEntry to carry a version similar to HotRod/Memcached
in order to avoid collisions with closely followed updates.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: