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 45522200D41 for ; Wed, 8 Nov 2017 00:12:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 43C95160C00; Tue, 7 Nov 2017 23:12:40 +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 88829160BED for ; Wed, 8 Nov 2017 00:12:39 +0100 (CET) Received: (qmail 60163 invoked by uid 500); 7 Nov 2017 23:12:38 -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 60152 invoked by uid 99); 7 Nov 2017 23:12:38 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 23:12:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E2359C1A1A for ; Tue, 7 Nov 2017 23:12:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id pMzg4rRLpWZb for ; Tue, 7 Nov 2017 23:12:36 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2FA8462880 for ; Tue, 7 Nov 2017 22:52:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7731CE0E4D for ; Tue, 7 Nov 2017 22:52:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2E8C72419F for ; Tue, 7 Nov 2017 22:52:00 +0000 (UTC) Date: Tue, 7 Nov 2017 22:52:00 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18624) Added support for clearing BlockCache based on table name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Nov 2017 23:12:40 -0000 [ https://issues.apache.org/jira/browse/HBASE-18624?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D162= 43061#comment-16243061 ]=20 Andrew Purtell commented on HBASE-18624: ---------------------------------------- [~zyork] No strong opinion but I think next opportunity for a 1.x will be 1= .5.=20 > Added support for clearing BlockCache based on table name > --------------------------------------------------------- > > Key: HBASE-18624 > URL: https://issues.apache.org/jira/browse/HBASE-18624 > Project: HBase > Issue Type: Sub-task > Affects Versions: 2.0.0, 1.3.0 > Reporter: Ajay Jadhav > Assignee: Zach York > Fix For: 2.0.0, 3.0.0 > > Attachments: HBASE-18624.branch-1.001.patch, HBASE-18624.master.0= 01.patch, HBASE-18624.master.002.patch, HBASE-18624.master.003.patch, HBASE= -18624.master.004.patch, HBASE-18624.master.005.patch, HBASE-18624.master.0= 06.patch, HBASE-18624.master.007.patch, HBASE-18624.master.008.patch, HBASE= -18624.master.009.patch, HBASE-18624.master.010.patch, HBASE-18624.master.0= 11.patch, HBASE-18624.master.012.patch, HBASE-18624.master.013.patch > > > Bulk loading the primary HBase cluster triggers a lot of compactions resu= lting in archival/ creation > of multiple HFiles. This process will cause a lot of items to become stal= e in replica=E2=80=99s BlockCache. > This patch will help users to clear the block cache for a given table by = either using shell or API. -- This message was sent by Atlassian JIRA (v6.4.14#64029)