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 EC7139C7D for ; Sun, 15 Apr 2012 22:47:37 +0000 (UTC) Received: (qmail 96919 invoked by uid 500); 15 Apr 2012 22:47:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96880 invoked by uid 500); 15 Apr 2012 22:47:37 -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 96871 invoked by uid 99); 15 Apr 2012 22:47:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 22:47:37 +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; Sun, 15 Apr 2012 22:47:36 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BCF6536C7C8 for ; Sun, 15 Apr 2012 22:47:16 +0000 (UTC) Date: Sun, 15 Apr 2012 22:47:16 +0000 (UTC) From: "Jonathan Hsieh (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <309131797.27160.1334530036775.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2074519028.25777.1334427196955.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased 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-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-5793: ---------------------------------- Resolution: Fixed Fix Version/s: 0.96.0 0.94.0 0.92.2 0.90.7 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Committed to 0.90/0.92/0.94/0.96/ > TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased > ----------------------------------------------------------------------- > > Key: HBASE-5793 > URL: https://issues.apache.org/jira/browse/HBASE-5793 > Project: HBase > Issue Type: Sub-task > Affects Versions: 0.96.0 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0 > > Attachments: hbase-5793.patch > > > After the HBASE-5747 modification, this one particular case hangs. > {code} > mvn test -PlocalTests -Dtest=TestHBaseFsck > {code} > It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout. HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira