Xiaoyu Wang created KYLIN-940:
---------------------------------
Summary: 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: hongbin ma
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)