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 D0B704F4B for ; Thu, 7 Jul 2011 18:37:40 +0000 (UTC) Received: (qmail 39093 invoked by uid 500); 7 Jul 2011 18:37:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38773 invoked by uid 500); 7 Jul 2011 18:37:38 -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 38762 invoked by uid 99); 7 Jul 2011 18:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 18:37:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 18:37:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D86DD4CD76 for ; Thu, 7 Jul 2011 18:37:16 +0000 (UTC) Date: Thu, 7 Jul 2011 18:37:16 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <1362171272.8398.1310063836883.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <607547126.19984.1305656507706.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (HBASE-3893) HRegion.internalObtainRowLock shouldn't wait forever 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-3893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-3893: ----------------------------- Assignee: Ted Yu > HRegion.internalObtainRowLock shouldn't wait forever > ---------------------------------------------------- > > Key: HBASE-3893 > URL: https://issues.apache.org/jira/browse/HBASE-3893 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.90.2 > Reporter: Jean-Daniel Cryans > Assignee: Ted Yu > Priority: Blocker > Fix For: 0.90.4 > > Attachments: 3893.txt > > > We just had a weird episode where one user was trying to insert a lot of data with overlapping keys into a single region (all of that is a separate problem), and the region server rapidly filled up all it's handlers + queues with those calls. Basically it wasn't deadlocked but almost. > Worse, now that we have a 60 seconds socket timeout the clients were eventually getting the timeout and then retrying another call to that same region server. > We should have a timeout on lockedRows.wait() in HRegion.internalObtainRowLock in order to survive this better. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira