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 1E6C519667 for ; Thu, 28 Apr 2016 00:15:14 +0000 (UTC) Received: (qmail 60552 invoked by uid 500); 28 Apr 2016 00:15:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60496 invoked by uid 500); 28 Apr 2016 00:15: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 60438 invoked by uid 99); 28 Apr 2016 00:15:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 00:15:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 52B152C1F6A for ; Thu, 28 Apr 2016 00:15:13 +0000 (UTC) Date: Thu, 28 Apr 2016 00:15:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15645) hbase.rpc.timeout is not used in operations of HTable 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-15645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261271#comment-15261271 ] Hudson commented on HBASE-15645: -------------------------------- SUCCESS: Integrated in HBase-1.1-JDK7 #1706 (See [https://builds.apache.org/job/HBase-1.1-JDK7/1706/]) Label the new methods on Table introduced by HBASE-15645 as (stack: rev 6b54917d520d32d00f5b4e9420e0d4894aaa34e8) * hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java > hbase.rpc.timeout is not used in operations of HTable > ----------------------------------------------------- > > Key: HBASE-15645 > URL: https://issues.apache.org/jira/browse/HBASE-15645 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 1.3.0, 1.2.1, 1.0.3, 1.1.4 > Reporter: Phil Yang > Assignee: Phil Yang > Priority: Critical > Fix For: 2.0.0, 1.3.0, 1.0.4, 1.4.0, 1.1.5, 1.2.2 > > Attachments: HBASE-15645-branch-1-v1.patch, HBASE-15645-branch-1.0-v1.patch, HBASE-15645-branch-1.1-v1.patch, HBASE-15645-branch-1.2-v1.patch, HBASE-15645-v1.patch, HBASE-15645-v2.patch, HBASE-15645-v3.patch, HBASE-15645-v4.patch, lable.patch > > > While fixing HBASE-15593, I find that we use operationTimeout as the timeout of Get operation rpc call (hbase.client.scanner.timeout.period is used in scan rpc), not the hbase.rpc.timeout. > This can be verified by add one line in TestHCM.setUpBeforeClass(): > {code} > TEST_UTIL.getConfiguration().setLong(HConstants.HBASE_RPC_TIMEOUT_KEY, 3000); > {code} > and then run testOperationTimeout(), the test passes but it should have failed because we should get rpc timeout first after 3 seconds then client should retry and timeout again and again until operationTimeout or max retries reached. > If I port this test to 0.98, it will fail as expected. -- This message was sent by Atlassian JIRA (v6.3.4#6332)