[ https://issues.apache.org/jira/browse/KYLIN-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dong Li reassigned KYLIN-3082: ------------------------------ Assignee: Dong Li > Close of GTBuilder should be placed in finally block in InMemCubeBuilder > ------------------------------------------------------------------------ > > Key: KYLIN-3082 > URL: https://issues.apache.org/jira/browse/KYLIN-3082 > Project: Kylin > Issue Type: Bug > Reporter: Ted Yu > Assignee: Dong Li > Priority: Minor > > {code} > baseBuilder.write(r); > count++; > } > aggregationScanner.close(); > baseBuilder.close(); > {code} > Since write() call may produce IOE, the close() call should be placed in > finally block. -- This message was sent by Atlassian JIRA (v6.4.14#64029)