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 5BD1F10B77 for ; Tue, 17 Dec 2013 20:58:07 +0000 (UTC) Received: (qmail 38488 invoked by uid 500); 17 Dec 2013 20:58:07 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 38465 invoked by uid 500); 17 Dec 2013 20:58:07 -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 38456 invoked by uid 99); 17 Dec 2013 20:58:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 20:58:07 +0000 Date: Tue, 17 Dec 2013 20:58: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-2037) Tablets not assigned to last location 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-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850891#comment-13850891 ] ASF subversion and git services commented on ACCUMULO-2037: ----------------------------------------------------------- Commit 741c83ca1a87dac227ddc783e94dab1924716658 in branch refs/heads/master from [~ecn] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=741c83c ] ACCUMULO-2037 quick test to verify locality, location state management > Tablets not assigned to last location > ------------------------------------- > > Key: ACCUMULO-2037 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2037 > Project: Accumulo > Issue Type: Bug > Reporter: Keith Turner > Assignee: Eric Newton > Fix For: 1.6.0 > > > I ran continuous ingest on a small cluster, stopped ingest, and then restarted Accumulo. After restart I looked last and current locations of tablets in the metadata table. There were 2k tablets and I just spot checked a few random places, but nothing seemed to be assigned to the last loc. > {noformat} > root@accumulo> scan -t accumulo.metadata -b 2 -c loc,last > 2;001015b last:142f897d61d0004 [] ip-10-1-3-16:9997 > 2;001015b loc:342f897d5cd000d [] ip-10-1-3-27:9997 > 2;002028 last:242f897d5dd0002 [] ip-10-1-3-28:9997 > 2;002028 loc:142f897d61d01ae [] ip-10-1-3-20:9997 > 2;00303c last:342f897d5cd0004 [] ip-10-1-3-25:9997 > 2;00303c loc:142f897d61d01b1 [] ip-10-1-3-23:9997 > 2;00404a last:342f897d5cd0004 [] ip-10-1-3-25:9997 > 2;00404a loc:142f897d61d01b5 [] ip-10-1-3-26:9997 > 2;00505b last:142f897d61d0004 [] ip-10-1-3-16:9997 > 2;00505b loc:342f897d5cd000d [] ip-10-1-3-27:9997 > 2;006066 last:142f897d61d0004 [] ip-10-1-3-16:9997 > 2;006066 loc:342f897d5cd000c [] ip-10-1-3-29:9997 > 2;007073a last:142f897d61d0004 [] ip-10-1-3-16:9997 > 2;007073a loc:342f897d5cd000f [] ip-10-1-3-21:9997 > . > . > . > {noformat} -- This message was sent by Atlassian JIRA (v6.1.4#6159)