Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E41F3200B29 for ; Thu, 30 Jun 2016 17:01:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E2C08160A71; Thu, 30 Jun 2016 15:01:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 379A4160A06 for ; Thu, 30 Jun 2016 17:01:11 +0200 (CEST) Received: (qmail 59968 invoked by uid 500); 30 Jun 2016 15:01:10 -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 59921 invoked by uid 99); 30 Jun 2016 15:01:10 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2016 15:01:10 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 28C3F2C029E for ; Thu, 30 Jun 2016 15:01:10 +0000 (UTC) Date: Thu, 30 Jun 2016 15:01:10 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16155) Compacting Memstore : Few log improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 30 Jun 2016 15:01:12 -0000 [ https://issues.apache.org/jira/browse/HBASE-16155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-16155: ----------------------------------- Attachment: HBASE-16155.patch > Compacting Memstore : Few log improvements > ------------------------------------------ > > Key: HBASE-16155 > URL: https://issues.apache.org/jira/browse/HBASE-16155 > Project: HBase > Issue Type: Sub-task > Affects Versions: 2.0.0 > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Attachments: HBASE-16155.patch > > > When testing this I can see large log files for RS. Many log lines in INFO level which can be lower level > LOG.info("FLUSHING TO DISK: region "+ getRegionServices().getRegionInfo() > .getRegionNameAsString() + "store: "+ getFamilyName()); > To be DEBUG > LOG.info("IN-MEMORY FLUSH: Pushing active segment into compaction pipeline, " + > "and initiating compaction."); > To be DEBUG > LOG.info("Swapping pipeline suffix with compacted item. " > +"Just before the swap the number of segments in pipeline is:" > +versionedList.getStoreSegments().size() > +", and the number of cells in new segment is:"+segment.getCellsCount()); > To be DEBUG > LOG.info("Suffix size: "+ suffixSize+" compacted item size: "+newSize+ > " globalMemstoreSize: "+globalMemstoreSize); > To be DEBUG > LOG.info("Starting the MemStore in-memory compaction for store " + > compactingMemStore.getStore().getColumnFamilyName()); > To be DEBUG > And one now in DEBUG can be better at INFO level > LOG.debug("Setting in-memory flush size threshold to " + inmemoryFlushSize); -- This message was sent by Atlassian JIRA (v6.3.4#6332)