]
Gustavo Fernandes updated ISPN-9756:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Improve ETag generation in the REST server
------------------------------------------
Key: ISPN-9756
URL:
https://issues.jboss.org/browse/ISPN-9756
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 9.4.2.Final, 10.0.0.Alpha1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
Etags, used to support conditional operations on REST are calculated using MurmurHash3
and it is not stored in the metadata but rather calculated on the fly.
A better solution would be to reuse the in-place version generator of Hot Rod (numeric
version)