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 "Jim Kellerman (JIRA)" <ji...@apache.org> on 2007/07/18 19:16:04 UTC

[jira] Created: (HADOOP-1631) HBase tests fail because MiniDFSCluster is not starting

HBase tests fail because MiniDFSCluster is not starting
-------------------------------------------------------

                 Key: HADOOP-1631
                 URL: https://issues.apache.org/jira/browse/HADOOP-1631
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
    Affects Versions: 0.15.0
            Reporter: Jim Kellerman
            Assignee: Jim Kellerman
             Fix For: 0.15.0


The MiniDFSCluster used in many test cases is failing to start which causes test cases to fail.

    [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1 has been successfully formatted.
    [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2 has been successfully formatted.
    [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at: vermin.localdomain/127.0.0.1:46160
    [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=NameNode, sessionId=null
    [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
    [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of mini dfs cluster
    [junit] java.io.IOException: 
    [junit]    Distributed upgrade for NameNode version -6 to current LV -6 is required.
    [junit]    Please restart NameNode with -upgrade option.
    [junit] 	at org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
    [junit] 	at org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
    [junit] 	at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
    [junit] 	at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
    [junit] 	at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
    [junit] 	at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
    [junit] 	at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
    [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
    [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
    [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
    [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
    [junit] 	at org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)


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


[jira] Updated: (HADOOP-1631) HBase tests fail because MiniDFSCluster is not starting

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

Nigel Daley updated HADOOP-1631:
--------------------------------

        Fix Version/s:     (was: 0.15.0)
                       0.14.0
             Priority: Blocker  (was: Major)
    Affects Version/s:     (was: 0.15.0)
                       0.14.0

Marking this a 14 blocker.  We've got to have stable unit tests on the 0.14 branch.

> HBase tests fail because MiniDFSCluster is not starting
> -------------------------------------------------------
>
>                 Key: HADOOP-1631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1631
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> The MiniDFSCluster used in many test cases is failing to start which causes test cases to fail.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at: vermin.localdomain/127.0.0.1:46160
>     [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=NameNode, sessionId=null
>     [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
>     [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of mini dfs cluster
>     [junit] java.io.IOException: 
>     [junit]    Distributed upgrade for NameNode version -6 to current LV -6 is required.
>     [junit]    Please restart NameNode with -upgrade option.
>     [junit] 	at org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
>     [junit] 	at org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
>     [junit] 	at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
>     [junit] 	at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
>     [junit] 	at org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)

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


[jira] Assigned: (HADOOP-1631) HBase tests fail because MiniDFSCluster is not starting

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

Raghu Angadi reassigned HADOOP-1631:
------------------------------------

    Assignee: Raghu Angadi  (was: Konstantin Shvachko)

> HBase tests fail because MiniDFSCluster is not starting
> -------------------------------------------------------
>
>                 Key: HADOOP-1631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1631
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>            Reporter: Jim Kellerman
>            Assignee: Raghu Angadi
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> The MiniDFSCluster used in many test cases is failing to start which causes test cases to fail.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at: vermin.localdomain/127.0.0.1:46160
>     [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=NameNode, sessionId=null
>     [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
>     [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of mini dfs cluster
>     [junit] java.io.IOException: 
>     [junit]    Distributed upgrade for NameNode version -6 to current LV -6 is required.
>     [junit]    Please restart NameNode with -upgrade option.
>     [junit] 	at org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
>     [junit] 	at org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
>     [junit] 	at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
>     [junit] 	at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
>     [junit] 	at org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)

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


[jira] Commented: (HADOOP-1631) HBase tests fail because MiniDFSCluster is not starting

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

Raghu Angadi commented on HADOOP-1631:
--------------------------------------

Jim,

Could you check if you get this error again? Initially  I thought this trace was from automated builds, which checkout from scratch. The fact that you have '-6' for FSConstants.LAYOUT_VERSION in the message seems to indicates not all files are compiled by ant after your 'svn update'. Could you do a 'ant clean test' to check if you see this again.  The trunk since 17th should have FSConstants.LAYOUT_VERSION of -7.

I agree the message is confusing in this  case. But this is more likely result of files from different SVN revisions. I ran 'ant test' again and only test that failed was TestSymLink.



> HBase tests fail because MiniDFSCluster is not starting
> -------------------------------------------------------
>
>                 Key: HADOOP-1631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1631
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>            Reporter: Jim Kellerman
>            Assignee: Raghu Angadi
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> The MiniDFSCluster used in many test cases is failing to start which causes test cases to fail.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at: vermin.localdomain/127.0.0.1:46160
>     [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=NameNode, sessionId=null
>     [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
>     [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of mini dfs cluster
>     [junit] java.io.IOException: 
>     [junit]    Distributed upgrade for NameNode version -6 to current LV -6 is required.
>     [junit]    Please restart NameNode with -upgrade option.
>     [junit] 	at org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
>     [junit] 	at org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
>     [junit] 	at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
>     [junit] 	at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
>     [junit] 	at org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)

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


[jira] Resolved: (HADOOP-1631) HBase tests fail because MiniDFSCluster is not starting

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

Jim Kellerman resolved HADOOP-1631.
-----------------------------------

    Resolution: Cannot Reproduce

Raghu,

That was it. Everything passed except TestSymlink.

Closing issue.

> HBase tests fail because MiniDFSCluster is not starting
> -------------------------------------------------------
>
>                 Key: HADOOP-1631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1631
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>            Reporter: Jim Kellerman
>            Assignee: Raghu Angadi
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> The MiniDFSCluster used in many test cases is failing to start which causes test cases to fail.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at: vermin.localdomain/127.0.0.1:46160
>     [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=NameNode, sessionId=null
>     [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
>     [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of mini dfs cluster
>     [junit] java.io.IOException: 
>     [junit]    Distributed upgrade for NameNode version -6 to current LV -6 is required.
>     [junit]    Please restart NameNode with -upgrade option.
>     [junit] 	at org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
>     [junit] 	at org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
>     [junit] 	at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
>     [junit] 	at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
>     [junit] 	at org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)

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


[jira] Assigned: (HADOOP-1631) HBase tests fail because MiniDFSCluster is not starting

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

Nigel Daley reassigned HADOOP-1631:
-----------------------------------

    Assignee: Konstantin Shvachko  (was: Jim Kellerman)

Looks like a NameNode issue.  Konstantine, can you take a look and update the component if necessary?

> HBase tests fail because MiniDFSCluster is not starting
> -------------------------------------------------------
>
>                 Key: HADOOP-1631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1631
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>            Reporter: Jim Kellerman
>            Assignee: Konstantin Shvachko
>            Priority: Blocker
>             Fix For: 0.14.0
>
>
> The MiniDFSCluster used in many test cases is failing to start which causes test cases to fail.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name1 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.Storage: Storage directory /home/jim/Documents/workspace/hadoop-commit/build/contrib/hbase/test/data/dfs/name2 has been successfully formatted.
>     [junit] 07/07/18 09:56:30 INFO dfs.NameNode: Namenode up at: vermin.localdomain/127.0.0.1:46160
>     [junit] 07/07/18 09:56:30 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=NameNode, sessionId=null
>     [junit] 07/07/18 09:56:30 INFO ipc.Server: Stopping server on 46160
>     [junit] 07/07/18 09:56:30 ERROR hbase.MiniHBaseCluster: Failed setup of mini dfs cluster
>     [junit] java.io.IOException: 
>     [junit]    Distributed upgrade for NameNode version -6 to current LV -6 is required.
>     [junit]    Please restart NameNode with -upgrade option.
>     [junit] 	at org.apache.hadoop.dfs.FSImage.verifyDistributedUpgradeProgress(FSImage.java:1059)
>     [junit] 	at org.apache.hadoop.dfs.FSImage.recoverTransitionRead(FSImage.java:193)
>     [junit] 	at org.apache.hadoop.dfs.FSDirectory.loadFSImage(FSDirectory.java:393)
>     [junit] 	at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:248)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.init(NameNode.java:181)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:219)
>     [junit] 	at org.apache.hadoop.dfs.NameNode.createNameNode(NameNode.java:839)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:133)
>     [junit] 	at org.apache.hadoop.dfs.MiniDFSCluster.<init>(MiniDFSCluster.java:77)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:116)
>     [junit] 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:73)
>     [junit] 	at org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:59)

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