You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/05/17 06:45:13 UTC

[jira] [Resolved] (STORM-1773) Utils.javaDeserialize() doesn't work with primitive types

     [ https://issues.apache.org/jira/browse/STORM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-1773.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.2
                   2.0.0

> Utils.javaDeserialize() doesn't work with primitive types
> ---------------------------------------------------------
>
>                 Key: STORM-1773
>                 URL: https://issues.apache.org/jira/browse/STORM-1773
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 1.0.0, 2.0.0, 1.0.1
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0, 1.0.2
>
>
> It's based on reporting from user@.
> Please refer [here|http://mail-archives.apache.org/mod_mbox/storm-user/201605.mbox/%3CCAHObvqq81mVqPEi5e7C+i0r7u1hv4TqxT0Tn38dC1Exd6yUuxw@mail.gmail.com%3E] for details.
> STORM-1040 (#919) replaces ObjectInputStream with ClassLoaderObjectInputStream while deserializing. But unfortunately ClassLoaderObjectInputStream has a bug which cannot handle primitive types. Please refer [IO-378|https://issues.apache.org/jira/browse/IO-378].
> Fortunately IO-378 was included at latest release 2.5, so we would be OK to just upgrade the version of commons-io.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)