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 8E50C11941 for ; Fri, 8 Aug 2014 08:03:13 +0000 (UTC) Received: (qmail 26372 invoked by uid 500); 8 Aug 2014 08:03:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26323 invoked by uid 500); 8 Aug 2014 08:03:13 -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 26309 invoked by uid 99); 8 Aug 2014 08:03:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 08:03:13 +0000 Date: Fri, 8 Aug 2014 08:03:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11701) Start and end of memstore flush log should be on the same level 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-11701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090450#comment-14090450 ] Hudson commented on HBASE-11701: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #416 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/416/]) HBASE-11701 Start and end of memstore flush log should be on the same level (Esteban Gutierrez) (apurtell: rev 800000c1e6724d90bb74af34238ce6336ced05ec) * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java > Start and end of memstore flush log should be on the same level > --------------------------------------------------------------- > > Key: HBASE-11701 > URL: https://issues.apache.org/jira/browse/HBASE-11701 > Project: HBase > Issue Type: Improvement > Components: Usability > Reporter: Esteban Gutierrez > Assignee: Esteban Gutierrez > Priority: Trivial > Fix For: 0.99.0, 2.0.0, 0.98.6 > > Attachments: HBASE-11701.patch > > > Currently the start of the memstore flush is done in DEBUG level and when it finishes is done in INFO. Both should be done in the same level. -- This message was sent by Atlassian JIRA (v6.2#6252)