Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 2054 invoked from network); 1 May 2010 20:02:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 May 2010 20:02:17 -0000 Received: (qmail 45868 invoked by uid 500); 1 May 2010 20:02:17 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 45834 invoked by uid 500); 1 May 2010 20:02:17 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 45826 invoked by uid 99); 1 May 2010 20:02:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 20:02:17 +0000 X-ASF-Spam-Status: No, hits=-1376.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 20:02:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o41K1u8N029995 for ; Sat, 1 May 2010 20:01:56 GMT Message-ID: <12612981.1211272744116103.JavaMail.jira@thor> Date: Sat, 1 May 2010 16:01:56 -0400 (EDT) From: "stack (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Updated: (HBASE-2493) [Transactional Contrib] Avoid unsafe concurrent use of HTable. 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-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2493: ------------------------- Fix Version/s: (was: 0.20.5) Applied to 0.20 branch. Moving it out to 0.21. > [Transactional Contrib] Avoid unsafe concurrent use of HTable. > -------------------------------------------------------------- > > Key: HBASE-2493 > URL: https://issues.apache.org/jira/browse/HBASE-2493 > Project: Hadoop HBase > Issue Type: Bug > Components: contrib > Affects Versions: 0.20.3 > Reporter: Clint Morgan > Assignee: Clint Morgan > Fix For: 0.21.0 > > Attachments: hbase-2493.diff > > > We use it in an unsafe manner in HBasedBackedTransactionalLogger and in IndexedRegion. On upgrading from 20.1 to 0.20.4-RC I start to get CME's in HTable. > Fix by moving to an HTablePool. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.