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

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

Ted Yu created KYLIN-2412:
-----------------------------

             Summary: 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
            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)