Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13CCD10119 for ; Fri, 3 Jan 2014 01:53:51 +0000 (UTC) Received: (qmail 64557 invoked by uid 500); 3 Jan 2014 01:53:50 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 64509 invoked by uid 500); 3 Jan 2014 01:53:50 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 64382 invoked by uid 99); 3 Jan 2014 01:53:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 01:53:50 +0000 Date: Fri, 3 Jan 2014 01:53:50 +0000 (UTC) From: "Dave Marion (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2069) ThriftTransportPool too aggressive in closing 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/ACCUMULO-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861091#comment-13861091 ] Dave Marion commented on ACCUMULO-2069: --------------------------------------- I'm also starting to think that this issue is wrapped up in the larger Closeable discussion. It appears that the ThriftTransportPool closes thrift connections after 3 seconds because there is no close method on the client objects. > ThriftTransportPool too aggressive in closing connections > --------------------------------------------------------- > > Key: ACCUMULO-2069 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2069 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.4 > Reporter: Dave Marion > Fix For: 1.7.0 > > > org.apache.accumulo.core.client.impl.ThriftTransportPool closes unused thrift connections after 3 seconds of inactivty. This can impact performance by causing tablet server connections to be constantly torn down and set up. Think of the case where you have a MTBW writer with a small number of threads and a moderate amount of tservers. Make the timeout configurable. -- This message was sent by Atlassian JIRA (v6.1.5#6160)