]
Katia Aresti updated ISPN-12641:
--------------------------------
Fix Version/s: 12.0.0.Final
Resolution: Done
Status: Resolved (was: Pull Request Sent)
IllegalArgumentException when using eviction by size with protobuf
indexed caches
---------------------------------------------------------------------------------
Key: ISPN-12641
URL:
https://issues.redhat.com/browse/ISPN-12641
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 12.0.0.CR1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
Fix For: 12.0.0.Final
{noformat}
java.lang.IllegalArgumentException: Size of Class class
org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper cannot be determined using
given entry size calculator :class
org.infinispan.container.entries.PrimitiveEntrySizeCalculator
at
org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:333)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:172)
at
org.infinispan.client.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:139)
at
org.infinispan.client.hotrod.impl.transport.netty.HintedReplayingDecoder.callDecode(HintedReplayingDecoder.java:94)
{noformat}