[infinispan-issues] [JBoss JIRA] (ISPN-9756) Improve ETag generation in the REST server
Gustavo Fernandes (Jira)
issues at jboss.org
Wed Nov 21 04:08:01 EST 2018
[ https://issues.jboss.org/browse/ISPN-9756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gustavo Fernandes updated ISPN-9756:
------------------------------------
Description:
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)
was:
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 use the in-place version generator similar to Hot Rod (numeric version)
> 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)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list