Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FA46C8A7 for ; Fri, 14 Mar 2014 16:58:46 +0000 (UTC) Received: (qmail 3061 invoked by uid 500); 14 Mar 2014 16:58:45 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 3025 invoked by uid 500); 14 Mar 2014 16:58:44 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 3008 invoked by uid 99); 14 Mar 2014 16:58:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 16:58:44 +0000 Date: Fri, 14 Mar 2014 16:58:43 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-2475) tablet is both assigned and hosted MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton resolved ACCUMULO-2475. ----------------------------------- Resolution: Fixed > 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.(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)