[ https://issues.apache.org/jira/browse/GEODE-9019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304598#comment-17304598 ]
ASF subversion and git services commented on GEODE-9019: -------------------------------------------------------- Commit b0c7ddef3ac06699feec143f5527b9a9af38eb01 in geode's branch refs/heads/feature/redis-performance-testing from Nabarun Nag [ https://gitbox.apache.org/repos/asf?p=geode.git;h=b0c7dde ] GEODE-9019: Serialization improvements in geode-redis (#6115) GEODE-9019: Serialization improvements in geode-redis (#6115) * DataSerializable classes were converted in DataSerializableFixedID * serialVersionID were added to the unavoidable Serializable classes GEODE-9019: Fixed synchronization blocks missed in previous commit (#6123) * Added tests to validate synchronized modifiers. * Enum serialization fixed, comments updated * Fixed the pom error - geode-membership in geode-redis (cherry picked from commit 7aae7b8158a0c8aecc15468a81a421bd6ffdc05e) (cherry picked from commit 0b9c6b125d093d1e007527cf0e4d6ac2e419f6d1) > 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 > Fix For: 1.14.0 > > > 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)