[
https://issues.apache.org/jira/browse/STORM-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Kellogg updated STORM-79:
------------------------------
Component/s: storm-core
> Don't use Java serialization for storing state on disk or in Zookeeper
> ----------------------------------------------------------------------
>
> Key: STORM-79
> URL: https://issues.apache.org/jira/browse/STORM-79
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-core
> Reporter: James Xu
> Priority: Minor
>
> https://github.com/nathanmarz/storm/issues/419
> Java serialization causes problems when things are upgraded and we want to
> make changes to the stored format. Even if the change is backwards compatible
> semantically, Java will complain about a version mismatch. instead we should
> use JSON or clojure serialization.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)