[
https://issues.apache.org/jira/browse/GORA-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497178#comment-15497178
]
Hudson commented on GORA-493:
-----------------------------
SUCCESS: Integrated in Jenkins build gora-trunk #1686 (See
[https://builds.apache.org/job/gora-trunk/1686/])
GORA-493 Unclosed DataInputBuffer in IOUtils#deserialize() (lewis.mcgibbney:
rev 854899e5db38fa14e7be56c1f850c35387d4df06)
* (edit) gora-core/src/main/java/org/apache/gora/util/IOUtils.java
> 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
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 0.7
>
> Attachments: GORA-493.v1.patch
>
>
> {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)