You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/20 19:16:12 UTC

[jira] [Commented] (STORM-1853) Deserialization issues in Utils.javaDeserialize()

    [ https://issues.apache.org/jira/browse/STORM-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294002#comment-15294002 ] 

ASF GitHub Bot commented on STORM-1853:
---------------------------------------

GitHub user abhishekagarwal87 opened a pull request:

    https://github.com/apache/storm/pull/1440

    STORM-1853: Replace ClassLoaderObjectInputStream with ObjectInputStream

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/abhishekagarwal87/storm STORM-1853

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1440.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 #1440
    
----
commit fafbaeb93aaa3c2e290efdcc3bb2953283e151d5
Author: Abhishek Agarwal <ab...@inmobi.com>
Date:   2016-05-20T19:14:14Z

    STORM-1853: Replace ClassLoaderObjectInputStream with ObjectInputStream

----


> Deserialization issues in Utils.javaDeserialize()
> -------------------------------------------------
>
>                 Key: STORM-1853
>                 URL: https://issues.apache.org/jira/browse/STORM-1853
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 1.0.0
>            Reporter: Abhishek Agarwal
>            Assignee: Abhishek Agarwal
>
> Utils.javaDeserialize uses a custom implementation of ObjectInputStream which can be inconsistent with ObjectOutputStream class used in javaSerialize. 
> One resulting issue e.g
> http://mail-archives.apache.org/mod_mbox/storm-user/201605.mbox/%3CCAGOmOn0RJ33RZ0tj-%3DoKPkqNunkS4Q2Nx0ZSKHcNAMPLowuc3w%40mail.gmail.com%3E



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