You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Christian Kunz (JIRA)" <ji...@apache.org> on 2009/06/15 01:45:07 UTC

[jira] Updated: (HADOOP-6034) Memory leaks in libhdfs

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

Christian Kunz updated HADOOP-6034:
-----------------------------------

    Attachment: patch.HADOOP-6034

This patch fixes the memory leaks mentioned in the description and some additional ones in 

hdfsGetCapacity
hdfsGetUsed
hdfsConnectAsUser
hdfsConnectAsUserNewInstance

> Memory leaks in libhdfs
> -----------------------
>
>                 Key: HADOOP-6034
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6034
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 0.18.3
>            Reporter: Christian Kunz
>             Fix For: 0.18.4
>
>         Attachments: patch.HADOOP-6034
>
>
> hdfsExists does not call destroyLocalReference for jPath anytime,
> hdfsDelete does not call it when it fails, and
> hdfsRename does not call it for jOldPath and jNewPath when it fails

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