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 148A2186AF for ; Wed, 12 Aug 2015 23:26:46 +0000 (UTC) Received: (qmail 12642 invoked by uid 500); 12 Aug 2015 23:26:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 12593 invoked by uid 500); 12 Aug 2015 23:26:45 -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 12577 invoked by uid 99); 12 Aug 2015 23:26:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 23:26:45 +0000 Date: Wed, 12 Aug 2015 23:26:45 +0000 (UTC) From: "Alex Liu (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-10058) Close Java driver Client object in Hadoop and Pig classes 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-10058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-10058: --------------------------------- Attachment: CASSANDRA-10058-2.2.txt > Close Java driver Client object in Hadoop and Pig classes > --------------------------------------------------------- > > Key: CASSANDRA-10058 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10058 > Project: Cassandra > Issue Type: Bug > Components: Hadoop > Reporter: Alex Liu > Assignee: Alex Liu > Fix For: 2.2.x > > Attachments: CASSANDRA-10058-2.2.txt > > > I found that some Hadoop and Pig code in Cassandra doesn't close the Client object, that's the cause for the following errors in java driver 2.2.0-rc1. > {code} > ERROR 11:37:45 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. > {code} > We should close the Client objects. -- This message was sent by Atlassian JIRA (v6.3.4#6332)