Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0334E199C4 for ; Mon, 29 Feb 2016 15:57:25 +0000 (UTC) Received: (qmail 60629 invoked by uid 500); 29 Feb 2016 15:57:21 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 60581 invoked by uid 500); 29 Feb 2016 15:57:19 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 60551 invoked by uid 99); 29 Feb 2016 15:57:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Feb 2016 15:57:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1D56F2C1F5D for ; Mon, 29 Feb 2016 15:57:18 +0000 (UTC) Date: Mon, 29 Feb 2016 15:57:18 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11243) Memory LEAK CqlInputFormat 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/CASSANDRA-11243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172046#comment-15172046 ] Aleksey Yeschenko commented on CASSANDRA-11243: ----------------------------------------------- This looks a lot like CASSANDRA-10837, which should be included in 3.3. [~alexliu68] Any chance you could have a look at this? > Memory LEAK CqlInputFormat > -------------------------- > > Key: CASSANDRA-11243 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11243 > Project: Cassandra > Issue Type: Bug > Environment: Ubuntu 14.04.04 LTS > Hadoop 2.7 > Cassandra 3.3 > Reporter: Matteo Zuccon > > Error: "util.ResourceLeakDetector: LEAK: You are creating too many HashedWheelTimer instances. HashedWheelTimer is a shared resource that must be reused across the JVM,so that only a few instances are created" > Using CqlInputFormat.Class as input format for an Hadoop Mapreduce program (on distributed Hadoop Cluster) gives a memory leak error. > Version of the library used: > > org.apache.cassandra > cassandra-all > 3.3 > > The same jar is working on a single node Hadoop configuration, the memory leak error show up in the cluster hadoop configuration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)