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 96165105C2 for ; Tue, 10 Dec 2013 18:44:08 +0000 (UTC) Received: (qmail 58731 invoked by uid 500); 10 Dec 2013 18:44:07 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 58697 invoked by uid 500); 10 Dec 2013 18:44:07 -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 58648 invoked by uid 99); 10 Dec 2013 18:44:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 18:44:07 +0000 Date: Tue, 10 Dec 2013 18:44:07 +0000 (UTC) From: "Bill Havanki (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1923) warning at the end of a MapReduce job 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-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844521#comment-13844521 ] Bill Havanki commented on ACCUMULO-1923: ---------------------------------------- The extra ZK instances are being created by {{AccumuloInputFormat}} ({{InputFormatBase}}, actually) and {{AccumuloOutputFormat}}, so this is not as simple a fix as it initially seemed. > warning at the end of a MapReduce job > ------------------------------------- > > Key: ACCUMULO-1923 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1923 > Project: Accumulo > Issue Type: Bug > Components: client > Environment: development single node, hadoop 2.2, > Reporter: Eric Newton > Assignee: Bill Havanki > Fix For: 1.4.5, 1.5.1, 1.6.0 > > > While running the randomwalk tests I saw this at the end of a map/reduce job: > {noformat} > 22 16:56:30,583 [client.ZooKeeperInstance] WARN : ZooKeeperInstance being cleaned up without being closed. Please remember to call close() before dereferencing to clean up threads. > {noformat} > This came just after the warning: > {noformat} > 22 16:56:31,742 [sequential.MapRedVerify] DEBUG: Dropping table: sequential_hostname_1385157013877_MR > {noformat} -- This message was sent by Atlassian JIRA (v6.1.4#6159)