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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2007/03/24 00:43:32 UTC

[jira] Created: (HADOOP-1156) NullPointerException in MiniDFSCluster

NullPointerException in MiniDFSCluster
--------------------------------------

                 Key: HADOOP-1156
                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.12.2
            Reporter: Konstantin Shvachko
         Assigned To: Hairong Kuang
             Fix For: 0.13.0


This was committed with HADOOP-1063
I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
        node.shutdown();
because node is null. Should it be just
        shutdown(); 

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


[jira] Updated: (HADOOP-1156) NullPointerException in MiniDFSCluster

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

Hairong Kuang updated HADOOP-1156:
----------------------------------

    Attachment: NPE_cluster.patch

> NullPointerException in MiniDFSCluster
> --------------------------------------
>
>                 Key: HADOOP-1156
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Konstantin Shvachko
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>         Attachments: NPE_cluster.patch
>
>
> This was committed with HADOOP-1063
> I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
>         node.shutdown();
> because node is null. Should it be just
>         shutdown(); 

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


[jira] Commented: (HADOOP-1156) NullPointerException in MiniDFSCluster

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

Konstantin Shvachko commented on HADOOP-1156:
---------------------------------------------

+1
This fixes NPE in case of DataNode or NameNode failure in MiniDFSCluter.

> NullPointerException in MiniDFSCluster
> --------------------------------------
>
>                 Key: HADOOP-1156
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Konstantin Shvachko
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>         Attachments: NPE_cluster.patch
>
>
> This was committed with HADOOP-1063
> I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
>         node.shutdown();
> because node is null. Should it be just
>         shutdown(); 

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


[jira] Commented: (HADOOP-1156) NullPointerException in MiniDFSCluster

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

Hadoop QA commented on HADOOP-1156:
-----------------------------------

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

> NullPointerException in MiniDFSCluster
> --------------------------------------
>
>                 Key: HADOOP-1156
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Konstantin Shvachko
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>         Attachments: NPE_cluster.patch
>
>
> This was committed with HADOOP-1063
> I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
>         node.shutdown();
> because node is null. Should it be just
>         shutdown(); 

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


[jira] Updated: (HADOOP-1156) NullPointerException in MiniDFSCluster

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

Hairong Kuang updated HADOOP-1156:
----------------------------------

    Status: Patch Available  (was: Open)

> NullPointerException in MiniDFSCluster
> --------------------------------------
>
>                 Key: HADOOP-1156
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Konstantin Shvachko
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>         Attachments: NPE_cluster.patch
>
>
> This was committed with HADOOP-1063
> I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
>         node.shutdown();
> because node is null. Should it be just
>         shutdown(); 

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


[jira] Commented: (HADOOP-1156) NullPointerException in MiniDFSCluster

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

Hadoop QA commented on HADOOP-1156:
-----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12354798/NPE_cluster.patch applied and successfully tested against trunk revision http://svn.apache.org/repos/asf/lucene/hadoop/trunk/524929. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch

> NullPointerException in MiniDFSCluster
> --------------------------------------
>
>                 Key: HADOOP-1156
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Konstantin Shvachko
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>         Attachments: NPE_cluster.patch
>
>
> This was committed with HADOOP-1063
> I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
>         node.shutdown();
> because node is null. Should it be just
>         shutdown(); 

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


[jira] Updated: (HADOOP-1156) NullPointerException in MiniDFSCluster

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

Doug Cutting updated HADOOP-1156:
---------------------------------

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

I just committed this.  Thanks, Hairong!

> NullPointerException in MiniDFSCluster
> --------------------------------------
>
>                 Key: HADOOP-1156
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1156
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.12.2
>            Reporter: Konstantin Shvachko
>         Assigned To: Hairong Kuang
>             Fix For: 0.13.0
>
>         Attachments: NPE_cluster.patch
>
>
> This was committed with HADOOP-1063
> I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
>         node.shutdown();
> because node is null. Should it be just
>         shutdown(); 

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