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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/03/26 20:55:32 UTC

[jira] Created: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
--------------------------------------------------------------------------

                 Key: HADOOP-1160
                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
             Project: Hadoop
          Issue Type: Bug
    Affects Versions: 0.12.2
            Reporter: Owen O'Malley
         Assigned To: Hairong Kuang
             Fix For: 0.13.0


The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Updated: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

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

Hairong Kuang updated HADOOP-1160:
----------------------------------

    Status: Patch Available  (was: Open)

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: close.patch
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Updated: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

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

Doug Cutting updated HADOOP-1160:
---------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Hairong!

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: close.patch
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Updated: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

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

dhruba borthakur updated HADOOP-1160:
-------------------------------------

    Priority: Blocker  (was: Major)

Possible blocker for 0.13 release. Investigation in progress.

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Commented: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494410 ] 

Owen O'Malley commented on HADOOP-1160:
---------------------------------------

+1

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: close.patch
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Updated: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

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

Owen O'Malley updated HADOOP-1160:
----------------------------------

    Component/s: dfs

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Updated: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

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

Hairong Kuang updated HADOOP-1160:
----------------------------------

    Attachment: close.patch

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: close.patch
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Commented: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494711 ] 

Hadoop QA commented on HADOOP-1160:
-----------------------------------

Integrated in Hadoop-Nightly #84 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/84/)

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: close.patch
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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


[jira] Commented: (HADOOP-1160) DistributedFileSystem doesn't close the RawDistributedFileSystem on close.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494416 ] 

Hadoop QA commented on HADOOP-1160:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12356941/close.patch applied and successfully tested against trunk revision r536313.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/124/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/124/console

> DistributedFileSystem doesn't close the RawDistributedFileSystem on close.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-1160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1160
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Owen O'Malley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: close.patch
>
>
> The DistributedFileSystem doesn't have a close method, and thus doesn't close the RawDistributedFileSystem. This will cause files that are being written to not be aborted correctly.

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