[Red Hat JIRA] (ISPN-12641) IllegalArgumentException whem using size eviction with protobuf caches
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-12641:
----------------------------------------
Summary: IllegalArgumentException whem using size eviction with protobuf 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
{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}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12616) Rolling Upgrade fails for caches storing POJOs
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12616?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12616:
--------------------------------
Fix Version/s: 12.0.0.Final
> Rolling Upgrade fails for caches storing POJOs
> ----------------------------------------------
>
> Key: ISPN-12616
> URL: https://issues.redhat.com/browse/ISPN-12616
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod, Loaders and Stores
> Affects Versions: 12.0.0.CR1, 11.0.8.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 12.0.0.Final, 11.0.9.Final
>
>
> The Remote Store does not support transcoding yet, and the data conversions are done implicitly by combining the 'hotRodWrapping', 'marshaller' and 'rawValues' configurations.
> The rolling upgrade process forces the remote store to use 'hotRodWrapping', that prevents consuming a cache that stores "application/x-java-objects", since it assumes the data is already in "application/x-jboss-marshalling" format, causing lots of internal issues.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months