Gustavo Fernandes created ISPN-12616:
----------------------------------------
Summary: 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: 11.0.8.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
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 a application/x-jboss-marshalling format, causing lots of internal
issues.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)