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 794E7D2EB for ; Tue, 9 Oct 2012 21:42:05 +0000 (UTC) Received: (qmail 32616 invoked by uid 500); 9 Oct 2012 21:42:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32585 invoked by uid 500); 9 Oct 2012 21:42:05 -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 32576 invoked by uid 99); 9 Oct 2012 21:42:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 21:42:05 +0000 Date: Tue, 9 Oct 2012 21:42:05 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <1289950229.16880.1349818925177.JavaMail.jiratomcat@arcas> In-Reply-To: <1121380956.132.1349431923662.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6956) Do not return back to HTablePool closed connections 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-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472779#comment-13472779 ] stack commented on HBASE-6956: ------------------------------ You have a patch Igor? > Do not return back to HTablePool closed connections > --------------------------------------------------- > > Key: HBASE-6956 > URL: https://issues.apache.org/jira/browse/HBASE-6956 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.90.6 > Reporter: Igor Yurinok > > Sometimes we see a lot of Exception about closed connections: > {code} > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation@553fd068 closed > org.apache.hadoop.hbase.client.ClosedConnectionException: org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation@553fd068 closed > {code} > After investigation we assumed that it occurs because closed connection returns back into HTablePool. > For our opinion best solution is check whether the table is closed in method HTablePool.putTable and if true don't add it into the queue and release such HTableInterface. > But unfortunatly right now there are no access to HTable#closed field through HTableInterface -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira