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 BCCB46EDB for ; Wed, 22 Jun 2011 04:36:14 +0000 (UTC) Received: (qmail 36942 invoked by uid 500); 22 Jun 2011 04:36:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36806 invoked by uid 500); 22 Jun 2011 04:36:09 -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 36797 invoked by uid 99); 22 Jun 2011 04:36:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 04:36:08 +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; Wed, 22 Jun 2011 04:36:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5D5E44277AA for ; Wed, 22 Jun 2011 04:35:47 +0000 (UTC) Date: Wed, 22 Jun 2011 04:35:47 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <823805932.27345.1308717347379.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2072822346.17439.1308361667407.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4003) Cleanup Calls Conservatively On 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-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053040#comment-13053040 ] stack commented on HBASE-4003: ------------------------------ @Karthick Do you want to update the patch then before I commit? > Cleanup Calls Conservatively On Timeout > --------------------------------------- > > Key: HBASE-4003 > URL: https://issues.apache.org/jira/browse/HBASE-4003 > Project: HBase > Issue Type: Bug > Components: client > Affects Versions: 0.90.3 > Reporter: Karthick Sankarachary > Assignee: Karthick Sankarachary > Fix For: 0.90.4 > > Attachments: HBASE-4003.patch > > > In the event of a socket timeout, the {{HBaseClient}} iterates over the outstanding calls (on that socket), and notifies them that a {{SocketTimeoutException}} has occurred. Ideally, we should be cleanup up just those calls that have been outstanding for longer than the specified socket timeout. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira