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 F112510472 for ; Tue, 2 Dec 2014 17:06:13 +0000 (UTC) Received: (qmail 45691 invoked by uid 500); 2 Dec 2014 17:06:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 45644 invoked by uid 500); 2 Dec 2014 17:06:13 -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 45630 invoked by uid 99); 2 Dec 2014 17:06:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2014 17:06:13 +0000 Date: Tue, 2 Dec 2014 17:06:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-12607) TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0 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-12607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231747#comment-14231747 ] Ted Yu edited comment on HBASE-12607 at 12/2/14 5:05 PM: --------------------------------------------------------- As I stated above, there is no known solution which changes the timeout on DFCClient w.r.t. the retrying behavior. Due to this limitation, test change seems the way to go. was (Author: yuzhihong@gmail.com): As I stated above, there is solution which changes the timeout on DFCClient w.r.t. the retrying behavior. Due to this limitation, test change seems the way to go. > TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0 > ----------------------------------------------------------------- > > Key: HBASE-12607 > URL: https://issues.apache.org/jira/browse/HBASE-12607 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Attachments: 12607-v1.txt, org.apache.hadoop.hbase.util.TestHBaseFsck-output.txt > > > TestHBaseFsck#testParallelHbck consistently fails on both Linux and Mac. > I added more logging as shown below: > {code} > HBaseFsck h1 = hbck1.get(); > HBaseFsck h2 = hbck2.get(); > LOG.warn("h1: " + h1); > LOG.warn("h2: " + h2); > {code} > I saw the following in test output: > {code} > 2014-12-01 14:58:44,728 WARN [main] util.TestHBaseFsck(576): h1: org.apache.hadoop.hbase.util.HBaseFsck@72aa738e > 2014-12-01 14:58:44,729 WARN [main] util.TestHBaseFsck(577): h2: org.apache.hadoop.hbase.util.HBaseFsck@186e2ce6 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)