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 "Ian Nowland (JIRA)" <ji...@apache.org> on 2009/06/11 00:29:07 UTC

[jira] Created: (HADOOP-6009) S3N listStatus incorrectly returns null instead of empty array when called on empty root

S3N listStatus incorrectly returns null instead of empty array when called on empty root
----------------------------------------------------------------------------------------

                 Key: HADOOP-6009
                 URL: https://issues.apache.org/jira/browse/HADOOP-6009
             Project: Hadoop Core
          Issue Type: Bug
          Components: fs/s3
    Affects Versions: 0.18.3
            Reporter: Ian Nowland
             Fix For: 0.21.0
         Attachments: HADOOP-6009-0.patch

Null means the directory does not exist, which is obviously not the case.

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


[jira] Updated: (HADOOP-6009) S3N listStatus incorrectly returns null instead of empty array when called on empty root

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

Ian Nowland updated HADOOP-6009:
--------------------------------

    Attachment: HADOOP-6009-0.patch

Fix with unit test.

> S3N listStatus incorrectly returns null instead of empty array when called on empty root
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6009
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6009
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 0.18.3
>            Reporter: Ian Nowland
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-6009-0.patch
>
>
> Null means the directory does not exist, which is obviously not the case.

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