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 7D190103FF for ; Tue, 17 Dec 2013 00:13:08 +0000 (UTC) Received: (qmail 2213 invoked by uid 500); 17 Dec 2013 00:13:08 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 2189 invoked by uid 500); 17 Dec 2013 00:13: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 2180 invoked by uid 99); 17 Dec 2013 00:13:08 -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 00:13:08 +0000 Date: Tue, 17 Dec 2013 00:13:08 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Keith Turner created ACCUMULO-2037: -------------------------------------- Summary: 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 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)