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 E20AD18FD4 for ; Wed, 18 Nov 2015 12:20:11 +0000 (UTC) Received: (qmail 98997 invoked by uid 500); 18 Nov 2015 12:20:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98940 invoked by uid 500); 18 Nov 2015 12:20:11 -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 98629 invoked by uid 99); 18 Nov 2015 12:20:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 12:20:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 287162C1F71 for ; Wed, 18 Nov 2015 12:20:11 +0000 (UTC) Date: Wed, 18 Nov 2015 12:20:11 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14689) Addendum and unit test for HBASE-13471 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-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010882#comment-15010882 ] Hudson commented on HBASE-14689: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1134 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1134/]) Revert "HBASE-14689 Addendum and unit test for HBASE-13471" (enis: rev ea3c2e9064ca290d57c2bbbef6adf3cc89270138) * hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java > Addendum and unit test for HBASE-13471 > -------------------------------------- > > Key: HBASE-14689 > URL: https://issues.apache.org/jira/browse/HBASE-14689 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16 > > Attachments: hbase-14689_v1-branch-1.1.patch, hbase-14689_v1-branch-1.1.patch, hbase-14689_v1.patch > > > One of our customers ran into HBASE-13471, which resulted in all the handlers getting blocked and various other issues. While backporting the issue, I noticed that there is one more case where we might go into infinite loop. In case a row lock cannot be acquired (due to a previous leak for example which we have seen in Phoenix before) this will cause similar infinite loop. -- This message was sent by Atlassian JIRA (v6.3.4#6332)