Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.4.5, 1.5.1, 1.6.0
-
None
Description
Fate in 1.4, 1.5, and 1.6 relies on serializing the class name for operations directly. This makes upgrades harder (and precludes rolling upgrades) because those class names can and have changed between major versions.
Rather than adopting a policy around compatibility changes outside of hte public API, we should change how Fate is implemented so that this isn't an issue.
Attachments
Issue Links
- is related to
-
ACCUMULO-3591 Update FATE serialization to use a serialization library
- Resolved