You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 03:30:00 UTC

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

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

Shaofeng SHI updated KYLIN-2412:
--------------------------------
    Fix Version/s: v2.0.0

> 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
>             Fix For: v2.0.0
>
>
> {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.4.14#64029)