Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88E6FCF41 for ; Fri, 14 Nov 2014 15:06:14 +0000 (UTC) Received: (qmail 98928 invoked by uid 500); 14 Nov 2014 15:06:12 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 98863 invoked by uid 500); 14 Nov 2014 15:06:12 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 98851 invoked by uid 99); 14 Nov 2014 15:06:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2014 15:06:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shahab.yunus@gmail.com designates 209.85.215.50 as permitted sender) Received: from [209.85.215.50] (HELO mail-la0-f50.google.com) (209.85.215.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2014 15:05:45 +0000 Received: by mail-la0-f50.google.com with SMTP id hs14so9015240lab.9 for ; Fri, 14 Nov 2014 07:04:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Z3uL7REOv8D1AUmN0hBEC2SpfCAAqyc0DYPtaBmj2ZY=; b=vFz07/khugbV5xaportiZ97mz1YYRj58UGVXmxoIRzo7zPc6FsSxJB8vq/13kIuevR viFizZhQFoEmIpxTiAaEj3nph152ATDm5mwxuaWN0FMLJQfVOGpXgqWp+3Nl1vBvNvbe umSNbQGKtoWRn621zXjNT9H+zJlvJ9+bAVezU86X89zUca7uKHzzCZGtQgiKZfRNyQcQ wXTGz1PZRtDMOAudnXa7zq952n1gkfdukPnPFd9y/dv3PuTqpExAAUNL9dm5qI8SRzMR zDZimcqPtKhYxeoTr8rJb9XmRiXDjtwTeVzaAuWrkXx6FPfx2KDkhOtxUMWMwmjncUSa l9rg== MIME-Version: 1.0 X-Received: by 10.112.63.70 with SMTP id e6mr2268093lbs.93.1415977454668; Fri, 14 Nov 2014 07:04:14 -0800 (PST) Received: by 10.25.210.1 with HTTP; Fri, 14 Nov 2014 07:04:14 -0800 (PST) In-Reply-To: References: Date: Fri, 14 Nov 2014 10:04:14 -0500 Message-ID: Subject: Re: Forcibly merging regions From: Shahab Yunus To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11c3ee743211460507d2f166 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3ee743211460507d2f166 Content-Type: text/plain; charset=UTF-8 Related to this...can hbase.hregion.max.filesize setting prevent merging of table regions? Or regions are merged anyway but they get split again during compaction? Regards, Shahab On Fri, Nov 14, 2014 at 9:41 AM, Shahab Yunus wrote: > The documentation of online merge tool (merge_region) states that if we > forcibly merge regions (by setting the 3rd attribute as true) then it can > create overlapping regions. if this happens then will this render the > region or table unusable or it is just a performance hit? I mean how bigger > of a deal it is? > > Actually, we are merging regions using the programmatic API for this and > setting this flag ('forcible') as false. But for some tables (we haven't > figured out a pattern yet, data is still accessible), merge of regions do > not happen at all. Afterwards we tried with this flag = true, and it still > doesn't merge them. > > CDH 5.1.0 > (Hbase is 0.98.1-cdh5.1.0) > > Regards, > Shahab > --001a11c3ee743211460507d2f166--