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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2009/01/10 00:31:59 UTC

[jira] Created: (HADOOP-5008) TestReplication#testPendingReplicationRetry leaves an opened fd unclosed

TestReplication#testPendingReplicationRetry leaves an opened fd unclosed
------------------------------------------------------------------------

                 Key: HADOOP-5008
                 URL: https://issues.apache.org/jira/browse/HADOOP-5008
             Project: Hadoop Core
          Issue Type: Bug
          Components: test
    Affects Versions: 0.18.0
            Reporter: Hairong Kuang
             Fix For: 0.19.1


The unit test opens a block file to overwrite but does not close it; So subsequent test would fail because the data directory is not able to be removed.

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


[jira] Updated: (HADOOP-5008) TestReplication#testPendingReplicationRetry leaves an opened fd unclosed

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

Hairong Kuang updated HADOOP-5008:
----------------------------------

    Attachment: testReplicationFd.patch

Patch is attached.

> TestReplication#testPendingReplicationRetry leaves an opened fd unclosed
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-5008
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5008
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.18.0
>            Reporter: Hairong Kuang
>             Fix For: 0.19.1
>
>         Attachments: testReplicationFd.patch
>
>
> The unit test opens a block file to overwrite but does not close it; So subsequent test would fail because the data directory is not able to be removed.

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


[jira] Resolved: (HADOOP-5008) TestReplication#testPendingReplicationRetry leaves an opened fd unclosed

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

Hairong Kuang resolved HADOOP-5008.
-----------------------------------

    Resolution: Fixed

I've just committed this.

> TestReplication#testPendingReplicationRetry leaves an opened fd unclosed
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-5008
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5008
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.18.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.19.1
>
>         Attachments: testReplicationFd.patch
>
>
> The unit test opens a block file to overwrite but does not close it; So subsequent test would fail because the data directory is not able to be removed.

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


[jira] Assigned: (HADOOP-5008) TestReplication#testPendingReplicationRetry leaves an opened fd unclosed

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

Hairong Kuang reassigned HADOOP-5008:
-------------------------------------

    Assignee: Hairong Kuang

> TestReplication#testPendingReplicationRetry leaves an opened fd unclosed
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-5008
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5008
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.18.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.19.1
>
>         Attachments: testReplicationFd.patch
>
>
> The unit test opens a block file to overwrite but does not close it; So subsequent test would fail because the data directory is not able to be removed.

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


[jira] Updated: (HADOOP-5008) TestReplication#testPendingReplicationRetry leaves an opened fd unclosed

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-5008:
-------------------------------------------

    Hadoop Flags: [Reviewed]

+1 patch looks good.

> TestReplication#testPendingReplicationRetry leaves an opened fd unclosed
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-5008
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5008
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.18.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>             Fix For: 0.19.1
>
>         Attachments: testReplicationFd.patch
>
>
> The unit test opens a block file to overwrite but does not close it; So subsequent test would fail because the data directory is not able to be removed.

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