You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Corey J. Nolet (JIRA)" <ji...@apache.org> on 2014/09/20 03:03:35 UTC

[jira] [Updated] (ACCUMULO-2095) Shard randomwalk test fails w/ multiple namenodes

     [ https://issues.apache.org/jira/browse/ACCUMULO-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Corey J. Nolet updated ACCUMULO-2095:
-------------------------------------
    Fix Version/s:     (was: 1.6.1)
                   1.6.2

> Shard randomwalk test fails w/ multiple namenodes
> -------------------------------------------------
>
>                 Key: ACCUMULO-2095
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2095
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>         Environment: db746960fbcafb1651c15ec2e5493d56acb5065c
>            Reporter: Keith Turner
>             Fix For: 1.6.2, 1.7.0
>
>
> Was running random walk w/ two namenodes configured for Accumulo and saw the following error.   I think this is just a bug in the test code not handling multiple namenodes.
> {noformat}
> java.lang.Exception: Error running node Shard.xml
>         at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285)
>         at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:65)
>         at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:125)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at org.apache.accumulo.start.Main$1.run(Main.java:137)
>         at java.lang.Thread.run(Thread.java:744)
> Caused by: java.lang.Exception: Error running node shard.ExportIndex
>         at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285)
>         at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
>         ... 8 more
> Caused by: java.lang.IllegalArgumentException: Wrong FS: hdfs://ip-10-1-3-11:9000/accumulo/tables/1l/t-00009xq/F0000867.rf, expected: hdfs://ip-10-1-3-10:9000
>         at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:642)
>         at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:181)
>         at org.apache.hadoop.hdfs.DistributedFileSystem.access$000(DistributedFileSystem.java:92)
>         at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1106)
>         at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1102)
>         at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
>         at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1102)
>         at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:337)
>         at org.apache.accumulo.test.randomwalk.shard.ExportIndex.visit(ExportIndex.java:74)
>         at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)