You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kanna Karanam (JIRA)" <ji...@apache.org> on 2012/07/05 21:45:34 UTC

[jira] [Created] (HIVE-3232) Resource Leak: Fix the File handle leak in EximUtil.java

Kanna Karanam created HIVE-3232:
-----------------------------------

             Summary: Resource Leak: Fix the File handle leak in EximUtil.java
                 Key: HIVE-3232
                 URL: https://issues.apache.org/jira/browse/HIVE-3232
             Project: Hive
          Issue Type: Bug
          Components: Import/Export, Windows
    Affects Versions: 0.9.0, 0.8.1, 0.8.0, 0.10.0, 0.9.1
            Reporter: Kanna Karanam
            Assignee: Kanna Karanam
             Fix For: 0.10.0, 0.9.1


1) Not closing the file handle EximUtil after reading the metadata from the file.
2) Nit: Get the path from URI to handle the Windows paths.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3232) Resource Leak: Fix the File handle leak in EximUtil.java

Posted by "Kanna Karanam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kanna Karanam updated HIVE-3232:
--------------------------------

    Status: Patch Available  (was: Open)

Code review request is at https://reviews.apache.org/r/5777/
                
> Resource Leak: Fix the File handle leak in EximUtil.java
> --------------------------------------------------------
>
>                 Key: HIVE-3232
>                 URL: https://issues.apache.org/jira/browse/HIVE-3232
>             Project: Hive
>          Issue Type: Bug
>          Components: Import/Export, Windows
>    Affects Versions: 0.9.0, 0.8.1, 0.8.0, 0.10.0, 0.9.1
>            Reporter: Kanna Karanam
>            Assignee: Kanna Karanam
>              Labels: Windows
>             Fix For: 0.10.0, 0.9.1
>
>         Attachments: HIVE-3232.1.patch.txt
>
>
> 1) Not closing the file handle EximUtil after reading the metadata from the file.
> 2) Nit: Get the path from URI to handle the Windows paths.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3232) Resource Leak: Fix the File handle leak in EximUtil.java

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410519#comment-13410519 ] 

Ashutosh Chauhan commented on HIVE-3232:
----------------------------------------

+1 Will commit if tests pass.

                
> Resource Leak: Fix the File handle leak in EximUtil.java
> --------------------------------------------------------
>
>                 Key: HIVE-3232
>                 URL: https://issues.apache.org/jira/browse/HIVE-3232
>             Project: Hive
>          Issue Type: Bug
>          Components: Import/Export, Windows
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.9.1
>            Reporter: Kanna Karanam
>            Assignee: Kanna Karanam
>              Labels: Windows
>             Fix For: 0.10.0, 0.9.1
>
>         Attachments: HIVE-3232.1.patch.txt
>
>
> 1) Not closing the file handle EximUtil after reading the metadata from the file.
> 2) Nit: Get the path from URI to handle the Windows paths.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3232) Resource Leak: Fix the File handle leak in EximUtil.java

Posted by "Kanna Karanam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kanna Karanam updated HIVE-3232:
--------------------------------

    Attachment: HIVE-3232.1.patch.txt

Attached the patch
                
> Resource Leak: Fix the File handle leak in EximUtil.java
> --------------------------------------------------------
>
>                 Key: HIVE-3232
>                 URL: https://issues.apache.org/jira/browse/HIVE-3232
>             Project: Hive
>          Issue Type: Bug
>          Components: Import/Export, Windows
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.9.1
>            Reporter: Kanna Karanam
>            Assignee: Kanna Karanam
>              Labels: Windows
>             Fix For: 0.10.0, 0.9.1
>
>         Attachments: HIVE-3232.1.patch.txt
>
>
> 1) Not closing the file handle EximUtil after reading the metadata from the file.
> 2) Nit: Get the path from URI to handle the Windows paths.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3232) Resource Leak: Fix the File handle leak in EximUtil.java

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-3232:
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.9.1)
           Status: Resolved  (was: Patch Available)

Patch checked-in trunk. Thanks, Kanna!
                
> Resource Leak: Fix the File handle leak in EximUtil.java
> --------------------------------------------------------
>
>                 Key: HIVE-3232
>                 URL: https://issues.apache.org/jira/browse/HIVE-3232
>             Project: Hive
>          Issue Type: Bug
>          Components: Import/Export, Windows
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.9.1
>            Reporter: Kanna Karanam
>            Assignee: Kanna Karanam
>              Labels: Windows
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3232.1.patch.txt
>
>
> 1) Not closing the file handle EximUtil after reading the metadata from the file.
> 2) Nit: Get the path from URI to handle the Windows paths.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira