]
Tristan Tarrant updated ISPN-10869:
-----------------------------------
Fix Version/s: 10.1.0.CR1
(was: 10.1.0.Beta1)
Transcoding does lots of media type string equality checks
----------------------------------------------------------
Key: ISPN-10869
URL:
https://issues.jboss.org/browse/ISPN-10869
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.Final
Reporter: Dan Berindei
Priority: Minor
Fix For: 10.1.0.CR1
Attachments: Screenshot from 2019-10-30 15-26-04.png
In a HotRod replicated read test, {{String.equals()}} is one of the biggest CPU
consumers, and its only significant callers {{MediaType.match()}} and
{{MediaType.matchAll()}}.