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

Krishna Kumar updated HIVE-1924:
--------------------------------

    Status: Patch Available  (was: Open)

Not sure how to test this automatically, since the readers are transient. The 
way I actually tested is by
 - running on a nfs mounted directory (since nfs creates .nfsxxxxxx files for 
open files which have been deleted)
 - pausing the code after a load command (with conf hive. is executed
 - using lsof to list open files by the process

> checkformat implementations leak handles
> ----------------------------------------
>
>                 Key: HIVE-1924
>                 URL: https://issues.apache.org/jira/browse/HIVE-1924
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Krishna Kumar
>
> In validateInput, Reader constructors of SequenceFile and RCFile throw 
> exceptions to indicate that the format is incorrect, but the close is not 
> called in a finally block.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to