Ray Ingles created GEODE-9232:
---------------------------------
Summary: Serialization state differences between primary and
secondary impact tests
Key: GEODE-9232
URL: https://issues.apache.org/jira/browse/GEODE-9232
Project: Geode
Issue Type: Bug
Components: redis
Reporter: Ray Ingles
When confirming the implementation of the 'Sizeable' interface for Radish
(GEODE-9136), testing proved difficult because the size of data could be
different between the primary and secondary. On the primary, the data would be
stored deserialized, but on the secondary, it could be stored serialized, even
after a delta was applied.
Some way of either forcing deserialization, or else validating size while
serialized, needs to be found.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)