[
https://issues.apache.org/jira/browse/GEODE-9019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299883#comment-17299883
]
ASF subversion and git services commented on GEODE-9019:
--------------------------------------------------------
Commit 7aae7b8158a0c8aecc15468a81a421bd6ffdc05e in geode's branch
refs/heads/develop from Nabarun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7aae7b8 ]
GEODE-9019: Serialization improvements in geode-redis (#6115)
* DataSerializable classes were converted in DataSerializableFixedID
* serialVersionID were added to the unavoidable Serializable classes
> Convert all redis data structures to DataSerializableFixedID
> ------------------------------------------------------------
>
> Key: GEODE-9019
> URL: https://issues.apache.org/jira/browse/GEODE-9019
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Nabarun Nag
> Assignee: Nabarun Nag
> Priority: Major
> Labels: blocks-1.14.0, pull-request-available
>
> Issue:
> * Currently, a couple of redis data structures are using DataSerializable
> * This will cause issues during rolling upgrade
> Solution:
> * Convert these data structures to DataSerializableFixedIDs.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)