Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 19400 invoked from network); 13 May 2009 20:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 20:59:08 -0000 Received: (qmail 37039 invoked by uid 500); 13 May 2009 20:59:08 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 36971 invoked by uid 500); 13 May 2009 20:59:08 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 36960 invoked by uid 99); 13 May 2009 20:59:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 20:59:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,FB_WORD1_END_DOLLAR X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 20:59:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB937234C056 for ; Wed, 13 May 2009 13:58:45 -0700 (PDT) Message-ID: <1467448458.1242248325898.JavaMail.jira@brutus> Date: Wed, 13 May 2009 13:58:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1418) Transacitonal improvments and fixes In-Reply-To: <1652975547.1242242326227.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709120#action_12709120 ] stack commented on HBASE-1418: ------------------------------ Clint, I get this when I try to apply it: {code} durruti:0.19 stack$ patch -p0 < ~/Desktop/1418-0.19.diff patching file src/java/org/apache/hadoop/hbase/regionserver/tableindexed/IndexedRegion.java patch: **** malformed patch at line 23: Index: src/java/org/apache/hadoop/hbase/regionserver/tableindexed/IndexedRegionServer.java {code} Does it work for you? > Transacitonal improvments and fixes > ----------------------------------- > > Key: HBASE-1418 > URL: https://issues.apache.org/jira/browse/HBASE-1418 > Project: Hadoop HBase > Issue Type: Improvement > Components: client, regionserver > Reporter: Clint Morgan > Fix For: 0.19.2 > > Attachments: 1418-0.19.diff > > > A number of improvements and fixes to the transactional server: > - Use a lease listener to detect and remove dead transactions > - Handle splitting/closing during transactions > - improve 2-phase commit protocol to save some traffic for read only commits > - expose as a JTA resource so we can work with other transactional resources > - additional logging -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.