Bug 1200514
Summary: | Persistent Store containing a Map written by JDG <=6.3 can not read with JDG 6.4.0 | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | wfink | |
Component: | Infinispan | Assignee: | Tristan Tarrant <ttarrant> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.4.0 | CC: | chuffman, dberinde, dstahl, jdg-bugs, wburns | |
Target Milestone: | ER2 | |||
Target Release: | 6.4.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
After upgrading from Red Hat JBoss Data Grid 6.3 to version 6.4.0 users were unable to load data where a Map was used as a key or value.
This issue has been addressed by updating Map serialization to support both the 6.3 and the 6.4.0 method, allowing maps from either version to be read successfully.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1200525 (view as bug list) | Environment: | ||
Last Closed: | 2015-04-02 12:14:05 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1200525 |
Description
wfink
2015-03-10 17:43:57 UTC
Additional PR: https://github.com/infinispan/jdg/pull/577 Note that this fix only works for loaders that use the Marshaller method objectFromByteBuffer. If they use objectFromObjectStream method it will only use the JDG 6.3 / 6.4.1 / 6.5 serialization method. |