You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/14 17:56:45 UTC

[jira] [Commented] (ACCUMULO-2475) tablet is both assigned and hosted

    [ https://issues.apache.org/jira/browse/ACCUMULO-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935251#comment-13935251 ] 

ASF subversion and git services commented on ACCUMULO-2475:
-----------------------------------------------------------

Commit ae750622c2baf4761afd9354540383f3b01ab6e2 in accumulo's branch refs/heads/1.6.0-SNAPSHOT from [~ecn]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=ae75062 ]

ACCUMULO-2475 recovery failed due to using the wrong filesystem


> tablet is both assigned and hosted
> ----------------------------------
>
>                 Key: ACCUMULO-2475
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2475
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: test
>         Environment: nightly integration tests, hadoop-1.6.0-SNAPSHOT, hadoop 1.2
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.6.0
>
>
> {noformat}
> java.lang.RuntimeException: org.apache.accumulo.server.master.state.TabletLocationState$BadLocationStateException: 1;i;h is both assigned and hosted, which should never happen: 1;i;h@(host1:52226[144c02488870002],host1:45262[144c02488870003],null)
> 	at org.apache.accumulo.server.master.state.MetaDataTableScanner.fetch(MetaDataTableScanner.java:183)
> 	at org.apache.accumulo.server.master.state.MetaDataTableScanner.next(MetaDataTableScanner.java:126)
> 	at org.apache.accumulo.server.master.state.MetaDataTableScanner.next(MetaDataTableScanner.java:49)
> 	at org.apache.accumulo.test.MasterRepairsDualAssignmentIT.test(MasterRepairsDualAssignmentIT.java:97)
> 	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:622)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> Caused by: org.apache.accumulo.server.master.state.TabletLocationState$BadLocationStateException: 1;i;h is both assigned and hosted, which should never happen: 1;i;h@(host1:52226[144c02488870002],host1:45262[144c02488870003],null)
> 	at org.apache.accumulo.server.master.state.TabletLocationState.<init>(TabletLocationState.java:55)
> 	at org.apache.accumulo.server.master.state.MetaDataTableScanner.createTabletLocationState(MetaDataTableScanner.java:173)
> 	at org.apache.accumulo.server.master.state.MetaDataTableScanner.fetch(MetaDataTableScanner.java:179)
> 	... 12 more
> {noformat}
> Although it's expected that we'll see dual-assignment, we should not ever see assigned and hosted.  This error occurs before the test does any crazy test-required write to the metadata table.



--
This message was sent by Atlassian JIRA
(v6.2#6252)