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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/05/14 23:54:16 UTC

[jira] Created: (HADOOP-1354) Null pointer dereference of paths in FsShell.dus(String)

Null pointer dereference of paths in FsShell.dus(String)
--------------------------------------------------------

                 Key: HADOOP-1354
                 URL: https://issues.apache.org/jira/browse/HADOOP-1354
             Project: Hadoop
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.12.3
            Reporter: Nigel Daley
            Priority: Blocker
             Fix For: 0.13.0


FsShell.java line 372
has a guaranteed NPE.

Perhaps && was supposed to be ||

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


[jira] Updated: (HADOOP-1354) Null pointer dereference of paths in FsShell.dus(String)

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

Hairong Kuang updated HADOOP-1354:
----------------------------------

    Attachment: dus.patch

> Null pointer dereference of paths in FsShell.dus(String)
> --------------------------------------------------------
>
>                 Key: HADOOP-1354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1354
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: dus.patch
>
>
> FsShell.java line 372
> has a guaranteed NPE.
> Perhaps && was supposed to be ||

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


[jira] Updated: (HADOOP-1354) Null pointer dereference of paths in FsShell.dus(String)

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

Hairong Kuang updated HADOOP-1354:
----------------------------------

    Assignee: Hairong Kuang
      Status: Patch Available  (was: Open)

> Null pointer dereference of paths in FsShell.dus(String)
> --------------------------------------------------------
>
>                 Key: HADOOP-1354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1354
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: dus.patch
>
>
> FsShell.java line 372
> has a guaranteed NPE.
> Perhaps && was supposed to be ||

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


[jira] Commented: (HADOOP-1354) Null pointer dereference of paths in FsShell.dus(String)

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

Hadoop QA commented on HADOOP-1354:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12357407/dus.patch applied and successfully tested against trunk revision r537939.

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

> Null pointer dereference of paths in FsShell.dus(String)
> --------------------------------------------------------
>
>                 Key: HADOOP-1354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1354
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: dus.patch
>
>
> FsShell.java line 372
> has a guaranteed NPE.
> Perhaps && was supposed to be ||

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


[jira] Commented: (HADOOP-1354) Null pointer dereference of paths in FsShell.dus(String)

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

Hadoop QA commented on HADOOP-1354:
-----------------------------------

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

> Null pointer dereference of paths in FsShell.dus(String)
> --------------------------------------------------------
>
>                 Key: HADOOP-1354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1354
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: dus.patch
>
>
> FsShell.java line 372
> has a guaranteed NPE.
> Perhaps && was supposed to be ||

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


[jira] Updated: (HADOOP-1354) Null pointer dereference of paths in FsShell.dus(String)

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

Doug Cutting updated HADOOP-1354:
---------------------------------

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

I just committed this.  Thanks, Hairong!

> Null pointer dereference of paths in FsShell.dus(String)
> --------------------------------------------------------
>
>                 Key: HADOOP-1354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1354
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: dus.patch
>
>
> FsShell.java line 372
> has a guaranteed NPE.
> Perhaps && was supposed to be ||

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