[
https://issues.apache.org/jira/browse/GEODE-9019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303746#comment-17303746
]
ASF subversion and git services commented on GEODE-9019:
--------------------------------------------------------
Commit 4b9ec55fb2339d93e61a60201c878c0f4fa11763 in geode's branch
refs/heads/support/1.14 from Nabarun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4b9ec55 ]
GEODE-9019: Serialization improvements in geode-redis (#6115) (#6122)
* DataSerializable classes were converted in DataSerializableFixedID
* serialVersionID were added to the unavoidable Serializable classes
(cherry picked from commit 7aae7b8158a0c8aecc15468a81a421bd6ffdc05e)
> 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)