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 37A7A175D1 for ; Mon, 20 Apr 2015 23:26:04 +0000 (UTC) Received: (qmail 90272 invoked by uid 500); 20 Apr 2015 23:25:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90220 invoked by uid 500); 20 Apr 2015 23:25:59 -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 90208 invoked by uid 99); 20 Apr 2015 23:25:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 23:25:59 +0000 Date: Mon, 20 Apr 2015 23:25:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13514) Fix test failures in TestScannerHeartbeatMessages caused by incorrect setting of hbase.rpc.timeout 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-13514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503932#comment-14503932 ] Hudson commented on HBASE-13514: -------------------------------- FAILURE: Integrated in HBase-1.2 #9 (See [https://builds.apache.org/job/HBase-1.2/9/]) HBASE-13514 Fix test failures in TestScannerHeartbeatMessages caused by incorrect setting of hbase.rpc.timeout (Jonathan Lawlor) (tedyu: rev cac134c14af9df7d4219bd77abf817a84c975499) * hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScannerHeartbeatMessages.java > Fix test failures in TestScannerHeartbeatMessages caused by incorrect setting of hbase.rpc.timeout > -------------------------------------------------------------------------------------------------- > > Key: HBASE-13514 > URL: https://issues.apache.org/jira/browse/HBASE-13514 > Project: HBase > Issue Type: Sub-task > Affects Versions: 1.1.0, 1.2.0 > Reporter: Jonathan Lawlor > Assignee: Jonathan Lawlor > Priority: Minor > Fix For: 2.0.0, 1.1.0, 1.2.0 > > Attachments: HBASE-13514-branch-1.1.patch, HBASE-13514-branch-1.patch, HBASE-13514.patch > > > The test inside TestScannerHeartbeatMessages is failing because the configured value of "hbase.rpc.timeout" cannot be less than 2 seconds in branch-1 and branch-1.1 but the test expects that it can be set to 0.5 seconds. This is because of the field MIN_RPC_TIMEOUT in {{RpcRetryingCaller}} which exists in branch-1 and branch-1.1 but is no longer in master. -- This message was sent by Atlassian JIRA (v6.3.4#6332)