Tristan Tarrant created ISPN-8864:
-------------------------------------
Summary: Hot Rod server registers an instance of NumericVersionGenerator for
every entry
Key: ISPN-8864
URL:
https://issues.jboss.org/browse/ISPN-8864
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, Server
Affects Versions: 9.2.0.CR2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Critical
Fix For: 9.2.0.CR3
When the Hot Rod Server CacheDecodeContext needs to generate a version it checks the
ComponentRegistry for a cached VersionGenerator. If it cannot find one, it creates one and
registers it with the ComponentRegistry, which fails to cache it. This means that a new
one is created and registered with every put.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)