Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D69B0D304 for ; Wed, 15 Aug 2012 15:16:38 +0000 (UTC) Received: (qmail 20095 invoked by uid 500); 15 Aug 2012 15:16:38 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 19974 invoked by uid 500); 15 Aug 2012 15:16:38 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 19965 invoked by uid 99); 15 Aug 2012 15:16:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 15:16:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 11E972C5BE1 for ; Wed, 15 Aug 2012 15:16:38 +0000 (UTC) Date: Thu, 16 Aug 2012 02:16:38 +1100 (NCT) From: "Billie Rinaldi (JIRA)" To: dev@accumulo.apache.org Message-ID: <1508676425.13974.1345043798073.JavaMail.jiratomcat@arcas> In-Reply-To: <393552525.2947.1337964863102.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Assigned] (ACCUMULO-607) BatchScanner sometimes logs error when closed 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-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi reassigned ACCUMULO-607: --------------------------------------- Assignee: (was: Billie Rinaldi) > BatchScanner sometimes logs error when closed > --------------------------------------------- > > Key: ACCUMULO-607 > URL: https://issues.apache.org/jira/browse/ACCUMULO-607 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.0, 1.3.5 > Reporter: Keith Turner > Fix For: 1.5.0 > > > The batch scanner has a threadpool. When the batch scanner is closed it calls shutdownNow() on this threadpool, which interrupts all of the threads. If a user does not read all data from a batch scanner and calls close, thens its likely that the background threads are still busy and will be interrupted. This is a normal course of business, so there is no need to log an exception for these interrupted excpetions. Some places in the code do log an error when these exceptions occur. > One place is where the background code calls UtilWaitThread.sleep(). There may be other places. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira