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 3CEE0DBDB for ; Wed, 28 Nov 2012 15:13:00 +0000 (UTC) Received: (qmail 76073 invoked by uid 500); 28 Nov 2012 15:13:00 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 75989 invoked by uid 500); 28 Nov 2012 15:12:59 -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 75818 invoked by uid 99); 28 Nov 2012 15:12:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 15:12:58 +0000 Date: Wed, 28 Nov 2012 15:12:58 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: <972747439.32797.1354115578921.JavaMail.jiratomcat@arcas> In-Reply-To: <1727774158.30051.1354057618321.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (ACCUMULO-882) Investigate making batch scanner and batch writer timeout idle threads 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-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505525#comment-13505525 ] Hudson commented on ACCUMULO-882: --------------------------------- Integrated in Accumulo-Trunk #568 (See [https://builds.apache.org/job/Accumulo-Trunk/568/]) ACCUMULO-882 made batch writer threads idle out (Revision 1414719) Result = SUCCESS kturner : Files : * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchWriter.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/SimpleThreadPool.java > Investigate making batch scanner and batch writer timeout idle threads > ---------------------------------------------------------------------- > > Key: ACCUMULO-882 > URL: https://issues.apache.org/jira/browse/ACCUMULO-882 > Project: Accumulo > Issue Type: Improvement > Affects Versions: 1.4.0 > Reporter: Keith Turner > Fix For: 1.5.0 > > > It may be possible to configure the thread pools used by batch scanner and batch writer such that threads idle out if the user forgets to call close. User should still call close because the threads may continue doing work and using resources if they do not. But in some cases making this change will help when the user does forget to close. -- 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