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 633D4178D1 for ; Tue, 28 Apr 2015 05:54:07 +0000 (UTC) Received: (qmail 66100 invoked by uid 500); 28 Apr 2015 05:54:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66045 invoked by uid 500); 28 Apr 2015 05:54:07 -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 66034 invoked by uid 99); 28 Apr 2015 05:54:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 05:54:07 +0000 Date: Tue, 28 Apr 2015 05:54:07 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13452) HRegion warning about memstore size miscalculation is not actionable 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-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-13452: --------------------------------- Priority: Critical (was: Blocker) Fix Version/s: (was: 1.1.0) 1.1.1 1.2.0 Kicking out of 1.1.0, dropping to Critical. Do bring it back if a patch surfaces. > HRegion warning about memstore size miscalculation is not actionable > -------------------------------------------------------------------- > > Key: HBASE-13452 > URL: https://issues.apache.org/jira/browse/HBASE-13452 > Project: HBase > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Dev Lakhani > Assignee: Mikhail Antonov > Priority: Critical > Fix For: 2.0.0, 1.0.2, 1.2.0, 1.1.1 > > > During normal operation the HRegion class reports a message related to memstore flushing in HRegion.class : > if (!canFlush) { > addAndGetGlobalMemstoreSize(-memstoreSize.get()); > } else if (memstoreSize.get() != 0) { > LOG.error("Memstore size is " + memstoreSize.get()); > } > The log file is filled with lots of > Memstore size is 558744 > Memstore size is 4390632 > Memstore size is 558744 > ... > These message are uninformative, clog up the logs and offers no root cause nor solution. Maybe the message needs to be more informative, changed to WARN or some further information provided. -- This message was sent by Atlassian JIRA (v6.3.4#6332)