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 CD2A6200D33 for ; Wed, 8 Nov 2017 21:14:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CBAFC160BDA; Wed, 8 Nov 2017 20:14:04 +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 1FAF01609E0 for ; Wed, 8 Nov 2017 21:14:03 +0100 (CET) Received: (qmail 49845 invoked by uid 500); 8 Nov 2017 20:14:03 -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 49834 invoked by uid 99); 8 Nov 2017 20:14:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2017 20:14:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8402B1A3509 for ; Wed, 8 Nov 2017 20:14:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id giqWZR55_P5J for ; Wed, 8 Nov 2017 20:14:01 +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 6894A5F2AC for ; Wed, 8 Nov 2017 20:14: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 A4CE2E0662 for ; Wed, 8 Nov 2017 20:14: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 6032423F05 for ; Wed, 8 Nov 2017 20:14:00 +0000 (UTC) Date: Wed, 8 Nov 2017 20:14:00 +0000 (UTC) From: "Chia-Ping Tsai (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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: Wed, 08 Nov 2017 20:14:05 -0000 [ https://issues.apache.org/jira/browse/HBASE-18624?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18624: ----------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Push to branch-2 and master. Thanks for the great patch, and see you in the= followup.:) [~zyork]=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)