You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Zhong,Jason (JIRA)" <ji...@apache.org> on 2015/08/12 05:09:45 UTC

[jira] [Resolved] (KYLIN-940) NPE when close the null resouce

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

Zhong,Jason resolved KYLIN-940.
-------------------------------
    Resolution: Fixed
      Assignee: Zhong,Jason  (was: hongbin ma)

> NPE when close the null resouce
> -------------------------------
>
>                 Key: KYLIN-940
>                 URL: https://issues.apache.org/jira/browse/KYLIN-940
>             Project: Kylin
>          Issue Type: Bug
>          Components: Tools, Build and Test
>            Reporter: Xiaoyu Wang
>            Assignee: Zhong,Jason
>         Attachments: KYLIN-940.patch
>
>
> In the monitor model,has some potential problems.
> Got NPE when close the null resource.
> like:QueryParser.java
> } finally {
>     writer.close();
>     cwriter.close();
>     fs.close();
> }



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