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 A53711798C for ; Fri, 20 Feb 2015 00:05:12 +0000 (UTC) Received: (qmail 24665 invoked by uid 500); 20 Feb 2015 00:05:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24617 invoked by uid 500); 20 Feb 2015 00:05:12 -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 24604 invoked by uid 99); 20 Feb 2015 00:05:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2015 00:05:12 +0000 Date: Fri, 20 Feb 2015 00:05:11 +0000 (UTC) From: "zhangduo (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13072) BucketCache.evictBlock returns true if block does not exist 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-13072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangduo updated HBASE-13072: ----------------------------- Attachment: HBASE-13072-0.98.patch Patch for 0.98 > BucketCache.evictBlock returns true if block does not exist > ----------------------------------------------------------- > > Key: HBASE-13072 > URL: https://issues.apache.org/jira/browse/HBASE-13072 > Project: HBase > Issue Type: Bug > Components: BlockCache > Affects Versions: 1.0.0, 2.0.0, 0.98.10, 1.1.0 > Reporter: zhangduo > Assignee: zhangduo > Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.11 > > Attachments: HBASE-13072-0.98.patch, HBASE-13072.patch > > > The comment of BlockCache.evictBlock says 'true if block existed and was evicted, false if not' but BucketCache does not follow it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)