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 2435E104C2 for ; Thu, 19 Dec 2013 20:35:08 +0000 (UTC) Received: (qmail 7207 invoked by uid 500); 19 Dec 2013 20:35:08 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 7176 invoked by uid 500); 19 Dec 2013 20:35:08 -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 7126 invoked by uid 99); 19 Dec 2013 20:35:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 20:35:07 +0000 Date: Thu, 19 Dec 2013 20:35:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2057) found two last locations for the same extent 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-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853268#comment-13853268 ] ASF subversion and git services commented on ACCUMULO-2057: ----------------------------------------------------------- Commit 2235b5038a85147cae3495d4d0368e0bd9f38098 in branch refs/heads/1.5.1-SNAPSHOT from [~ecn] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=2235b50 ] ACCUMULO-2057 handle multiple last locations gracefully > found two last locations for the same extent > -------------------------------------------- > > Key: ACCUMULO-2057 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2057 > Project: Accumulo > Issue Type: Bug > Components: master, tserver > Reporter: Eric Newton > Priority: Critical > Fix For: 1.6.0 > > > Randomwalk testing, and saw this in the master logs: > {noformat} > 2013-12-18 19:16:58,335 [state.MetaDataTableScanner] ERROR: java.lang.RuntimeException: org.apache.accumulo.server.master.state.TabletLocationState$BadLocationState > Exception: found two last locations for the same extent a<: ip-10-1-2-26:9997[1430679035c00c6] and ip-10-1-2-14:9997[343067903a7005b] > java.lang.RuntimeException: org.apache.accumulo.server.master.state.TabletLocationState$BadLocationStateException: found two last locations for the same extent a<: > ip-10-1-2-26:9997[1430679035c00c6] and ip-10-1-2-14:9997[343067903a7005b] > at org.apache.accumulo.server.master.state.MetaDataTableScanner.fetch(MetaDataTableScanner.java:192) > at org.apache.accumulo.server.master.state.MetaDataTableScanner.next(MetaDataTableScanner.java:127) > at org.apache.accumulo.server.master.state.MetaDataTableScanner.next(MetaDataTableScanner.java:1) > at org.apache.accumulo.master.TabletGroupWatcher.run(TabletGroupWatcher.java:143) > Caused by: org.apache.accumulo.server.master.state.TabletLocationState$BadLocationStateException: found two last locations for the same extent a<: ip-10-1-2-26:9997[1430679035c00c6] and ip-10-1-2-14:9997[343067903a7005b] > at org.apache.accumulo.server.master.state.MetaDataTableScanner.createTabletLocationState(MetaDataTableScanner.java:169) > at org.apache.accumulo.server.master.state.MetaDataTableScanner.fetch(MetaDataTableScanner.java:188) > ... 3 more > 2013-12-18 19:16:58,359 [master.Master] ERROR: Error processing table state for store Normal Tablets > java.lang.RuntimeException: scanner closed > at org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.hasNext(TabletServerBatchReaderIterator.java:212) > at org.apache.accumulo.server.master.state.MetaDataTableScanner.hasNext(MetaDataTableScanner.java:117) > at org.apache.accumulo.master.TabletGroupWatcher.run(TabletGroupWatcher.java:143) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.4#6159)