[
https://issues.apache.org/jira/browse/STORM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280240#comment-15280240
]
ASF GitHub Bot commented on STORM-1773:
---------------------------------------
GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/1411
STORM-1773 Utils.javaDeserialize() doesn't work with primitive types
* upgrade commons-io from 2.4 to 2.5 to resolve IO-378
Please refer http://issues.apache.org/jira/browse/STORM-1773 for more
details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-1773
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1411.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1411
----
commit ca4fcecf005e04d61d65160b84ef6299cea92bf0
Author: Jungtaek Lim <[email protected]>
Date: 2016-05-11T03:03:23Z
STORM-1773 Utils.javaDeserialize() doesn't work with primitive types
* upgrade commons-io from 2.4 to 2.5 to resolve IO-378
----
> 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
>
> It's based on reporting from user@.
> Please refer
> [here|http://mail-archives.apache.org/mod_mbox/storm-user/201605.mbox/%3ccahobvqq81mvqpei5e7c+i0r7u1hv4tqxt0tn38dc1exd6yu...@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)