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 5A57310593 for ; Wed, 7 Aug 2013 14:12:48 +0000 (UTC) Received: (qmail 9114 invoked by uid 500); 7 Aug 2013 14:12:48 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 9086 invoked by uid 500); 7 Aug 2013 14:12:48 -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 9077 invoked by uid 99); 7 Aug 2013 14:12:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 14:12:48 +0000 Date: Wed, 7 Aug 2013 14:12:48 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1645) Provide better information on unassigned tablets on the monitor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-1645: ------------------------------------ Summary: Provide better information on unassigned tablets on the monitor Key: ACCUMULO-1645 URL: https://issues.apache.org/jira/browse/ACCUMULO-1645 Project: Accumulo Issue Type: Improvement Components: monitor Affects Versions: 1.4.3 Reporter: Josh Elser Fix For: 1.4.4 Take the situation when live ingest occurs on a system. During live ingest, many tablet servers die, due to unexpected issues (data-center issues, for example). When the tablets are reassigned to a new tabletserver, if all copies of the necessary WAL files for that tablet were contained on servers which are now dead, the tablet cannot be assigned until those files can be found. This presents itself on the monitor as unassigned tablets, but doesn't denote any additional information about which table they belong to, the extent, or even that this is due to missing WAL files. It would be nice to definitively know which tablets are offline, the WAL files which are missing, and any additional information Accumulo might have. This would alleviate the administrator of the system from having to guess as to why said tablets are offline. Due to the HDFS WAL support in 1.5, this is even less of a concern than it is in 1.4 due to the decreased likelihood of a WAL file going missing. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira