You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Dayue Gao (JIRA)" <ji...@apache.org> on 2017/01/22 06:11:26 UTC

[jira] [Resolved] (KYLIN-2412) Unclosed DataOutputStream in RoaringBitmapCounter#write()

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

Dayue Gao resolved KYLIN-2412.
------------------------------
    Resolution: Fixed

commit https://github.com/apache/kylin/commit/d264339b1c16c195ffafc2217b793d81bdbd6434

> Unclosed DataOutputStream in RoaringBitmapCounter#write()
> ---------------------------------------------------------
>
>                 Key: KYLIN-2412
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2412
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Dayue Gao
>            Priority: Minor
>
> {code}
>         bitmap.serialize(new DataOutputStream(new ByteBufferOutputStream(out)));
> {code}
> Upon return from the method, DataOutputStream should be closed.



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