You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/09/16 08:05:22 UTC

[jira] [Updated] (GORA-493) Unclosed DataInputBuffer in IOUtils#deserialize()

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

Lewis John McGibbney updated GORA-493:
--------------------------------------
    Fix Version/s: 0.7

> Unclosed DataInputBuffer in IOUtils#deserialize()
> -------------------------------------------------
>
>                 Key: GORA-493
>                 URL: https://issues.apache.org/jira/browse/GORA-493
>             Project: Apache Gora
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>             Fix For: 0.7
>
>
> {code}
>     DataInputBuffer buffer = new DataInputBuffer();
>     buffer.reset(in, in.length);
>     return deserialize(conf, buffer, obj);
> {code}
> buffer should be closed upon return from the method.
> In serialize(), there is similar problem for DataOutputBuffer.



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