Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5A3D7200BAE for ; Fri, 14 Oct 2016 05:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5570A160AF6; Fri, 14 Oct 2016 03:41:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C1DCC160AE4 for ; Fri, 14 Oct 2016 05:41:21 +0200 (CEST) Received: (qmail 9063 invoked by uid 500); 14 Oct 2016 03:41:20 -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 9032 invoked by uid 99); 14 Oct 2016 03:41:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 03:41:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 82B102C4C71 for ; Fri, 14 Oct 2016 03:41:20 +0000 (UTC) Date: Fri, 14 Oct 2016 03:41:20 +0000 (UTC) From: "Heng Chen (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16664) Timeout logic in AsyncProcess is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 14 Oct 2016 03:41:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574072#comment-15574072 ] Heng Chen commented on HBASE-16664: ----------------------------------- I think we should add the setXXTimeout interface in Table for branch-1.1 and branch-1.2, otherwise we could not control operationTimeout for batch and singleRequest > Timeout logic in AsyncProcess is broken > --------------------------------------- > > Key: HBASE-16664 > URL: https://issues.apache.org/jira/browse/HBASE-16664 > Project: HBase > Issue Type: Bug > Reporter: Phil Yang > Assignee: Phil Yang > Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.8 > > Attachments: 1.patch, HBASE-16664-branch-1-v1.patch, HBASE-16664-branch-1-v1.patch, HBASE-16664-branch-1-v2.patch, HBASE-16664-branch-1.1-v1.patch, HBASE-16664-branch-1.2-v1.patch, HBASE-16664-branch-1.3-v1.patch, HBASE-16664-branch-1.3-v2.patch, HBASE-16664-branch-1.3.v3.patch, HBASE-16664-branch-1.v3.patch, HBASE-16664-v1.patch, HBASE-16664-v2.patch, HBASE-16664-v3.patch, HBASE-16664-v4.patch, HBASE-16664-v5.patch, HBASE-16664-v6.patch, HBASE-16664-v7.patch, testhcm.patch > > > Rpc/operation timeout logic in AsyncProcess is broken. And Table's set*Timeout does not take effect in its AP or BufferedMutator. -- This message was sent by Atlassian JIRA (v6.3.4#6332)