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 1022EF2CA for ; Mon, 6 May 2013 05:46:03 +0000 (UTC) Received: (qmail 96415 invoked by uid 500); 6 May 2013 05:45:52 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 95667 invoked by uid 500); 6 May 2013 05:45:51 -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 95637 invoked by uid 99); 6 May 2013 05:45:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 05:45:50 +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 (athena.apache.org: domain of ramkrishna.s.vasudevan@gmail.com designates 209.85.216.177 as permitted sender) Received: from [209.85.216.177] (HELO mail-qc0-f177.google.com) (209.85.216.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 05:45:45 +0000 Received: by mail-qc0-f177.google.com with SMTP id d10so1556041qca.8 for ; Sun, 05 May 2013 22:45:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=81dGUF1Iwk/UwFHsd/xxmWK4IofyTxaHSRm1aBk6ens=; b=xroYbIPF+etPByqWElSZXSj7z8G+8n/9F2B9dskGUdtqso03GZ8KOnxB/MhQsisg/H 2ruHi2i8XuU1IL60EyllWA7vJ5UQviDJ/2ufD+9ConHJncDTfwPS8XbjxlBLL5nazkNj eM45sVqTxxnBzufWsB8abnTSX9ULMCKQGCPI+ew15spxyw2HAWo1nySH1M4rdgNykaMn WZv83p4B8we7GUFYlQdc+M4sZJxKxiyRP2Owvq/9XBkYsGmT1zi/aLehkPomCpzRTvEq E/DIJZ+C7n6UZA7EOlNZL/zr8HYvchZTzSVzeG1fmF8smhCB8/bTlDCA1GjRzX20zmn9 3gOw== MIME-Version: 1.0 X-Received: by 10.224.59.83 with SMTP id k19mr21879086qah.53.1367819124933; Sun, 05 May 2013 22:45:24 -0700 (PDT) Received: by 10.49.75.133 with HTTP; Sun, 5 May 2013 22:45:24 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 May 2013 11:15:24 +0530 Message-ID: Subject: Re: Cached an already cached block (HBASE-5285) From: ramkrishna vasudevan To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf3074b9d60f0f1b04dc0635d1 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074b9d60f0f1b04dc0635d1 Content-Type: text/plain; charset=ISO-8859-1 Just to confirm you are getting this with LruBlockCache? If with LruBlockCache then the issue is critical. Because we have faced similar issue with OffHeapCache. But that is not yet stable as far as i know. Regards Ram On Mon, May 6, 2013 at 10:45 AM, Viral Bajaria wrote: > Hi, > > I have been consistently hitting the following error in one of my QA > clusters. I came across two JIRAs, the first one (HBASE-3466) was closed > saying "Cannot Reproduce" but a new one was re-opened under HBASE-5285. > > I am using HBase 0.94.4 and Hadoop 1.0.4 > 24 region servers (8 cores, 8GB RAM) > > In HBASE-5285, Ted Yu has commented that it could be due to a hash code > collision. But if caching is enabled, wouldn't it return the block with > which it's hash collides when we check the cache for block existence ? It > should not even hit the code that tries to put into cache method unless and > until there is some concurrency issue. > > Also HBASE-5285 states that it occurred during compaction for the reporter, > but in my cluster I have disabled compaction, so this error happens with > not just compaction. > > Let me know if you need any more information. I can volunteer to submit a > patch if we can find the root cause. > > Thanks, > Viral > --20cf3074b9d60f0f1b04dc0635d1--