]
William Burns resolved ISPN-8864.
---------------------------------
Resolution: Done
Hot Rod server registers an instance of NumericVersionGenerator for
every entry if it wasn't cached
---------------------------------------------------------------------------------------------------
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.