[ https://issues.apache.org/jira/browse/HIVE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chinna Rao Lalam resolved HIVE-2017. ------------------------------------ Resolution: Not A Problem This is an old issue. This is not an issue on the master. > Driver.execute() should maintaining SessionState in case of runtime errors > -------------------------------------------------------------------------- > > Key: HIVE-2017 > URL: https://issues.apache.org/jira/browse/HIVE-2017 > Project: Hive > Issue Type: Bug > Reporter: Ning Zhang > Assignee: Chinna Rao Lalam > Attachments: HIVE-2017.1.patch, HIVE-2017.2.patch, HIVE-2017.3.patch, > HIVE-2017.4.patch > > > Here's a snippet from Driver.execute(): > {code} > // TODO: This error messaging is not very informative. Fix that. > errorMessage = "FAILED: Execution Error, return code " + exitVal > + " from " > + tsk.getClass().getName(); > SQLState = "08S01"; > console.printError(errorMessage); > if (running.size() != 0) { > taskCleanup(); > } > return 9; > {code} > I simply returned in case of runtime errors without maintaining SessionState. > It could cause resource leak mentioned in HIVE-1959. -- This message was sent by Atlassian JIRA (v6.3.4#6332)