Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72D1F10C01 for ; Fri, 20 Feb 2015 12:13:12 +0000 (UTC) Received: (qmail 93903 invoked by uid 500); 20 Feb 2015 12:13:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93865 invoked by uid 500); 20 Feb 2015 12:13:12 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 93854 invoked by uid 99); 20 Feb 2015 12:13:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2015 12:13:12 +0000 Date: Fri, 20 Feb 2015 12:13:12 +0000 (UTC) From: "Andrey Stepachev (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-5238) Add a log4j category for all edits to META/ROOT 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/HBASE-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Stepachev updated HBASE-5238: ------------------------------------ Assignee: Andrey Stepachev Affects Version/s: 2.0.0 Status: Patch Available (was: Open) > Add a log4j category for all edits to META/ROOT > ----------------------------------------------- > > Key: HBASE-5238 > URL: https://issues.apache.org/jira/browse/HBASE-5238 > Project: HBase > Issue Type: New Feature > Components: regionserver > Affects Versions: 2.0.0 > Reporter: Todd Lipcon > Assignee: Andrey Stepachev > Priority: Minor > Labels: beginner > Attachments: HBASE-5238.patch > > > Occasionally we run into bugs that have corrected META and written some bad data to META/ROOT but it's difficult to understand the order in which things happened. One option is to dump the HLog contents from the servers that hosted META at that time, but then it's interspersed with all other data. It would be nice to add a Log4j Logger to which we log all edits being applied to META and ROOT in textual form at DEBUG level. Then it would be easier to do a cluster-wide log grep to see what happened when. -- This message was sent by Atlassian JIRA (v6.3.4#6332)