Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E43FC17B68 for ; Mon, 30 Mar 2015 20:23:14 +0000 (UTC) Received: (qmail 78367 invoked by uid 500); 30 Mar 2015 20:23:11 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 78321 invoked by uid 500); 30 Mar 2015 20:23:11 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 78311 invoked by uid 99); 30 Mar 2015 20:23:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 20:23:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of duncan.sands@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-wi0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 20:22:45 +0000 Received: by wicne17 with SMTP id ne17so42642wic.0 for ; Mon, 30 Mar 2015 13:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=WgCFO5dKnP9Zdrq7pwsTh6tNMf+UtAWw/r3RsX8gmRY=; b=PTxPRmUeUwO7qLfo+aOZ+wZ4mN6rXceTATzHw46ZBzoQRnzGt1iG6AURG0G+Ci7JGk 3d7s56qStGR6ZaafQtTRM2sVvExRG2hGsTdv85if9dxgadc5Exknle/afpS698vk3276 YBn3Epx+BOTO8fmMbauk6/OrWtyn/QGOjC+j2f7aRPcEMK73602mqc84Phv12jC6ki+J 3gblL8lFSh0NROZfrvuS5UGxxe2dIfk0Y5A7hjnbWgSxAbBKIZbvV1Ew4c9sozGWthwH ZJpfCtCdNJn3IaX7G+1VqtJOmQnl8ccXhmovKwlnwWQBQC9DtxapGs0sSjfZVfqykNsQ X0mw== X-Received: by 10.180.14.7 with SMTP id l7mr26299805wic.40.1427746828754; Mon, 30 Mar 2015 13:20:28 -0700 (PDT) Received: from ?IPv6:2a01:e35:2e83:a840:80a4:1c10:74ed:4c67? ([2a01:e35:2e83:a840:80a4:1c10:74ed:4c67]) by mx.google.com with ESMTPSA id ga8sm17189994wib.11.2015.03.30.13.20.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 13:20:28 -0700 (PDT) Message-ID: <5519B00B.9090306@gmail.com> Date: Mon, 30 Mar 2015 22:20:27 +0200 From: Duncan Sands User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: nodetool cleanup error References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Amlan, On 30/03/15 22:12, Amlan Roy wrote: > Hi, > > I have added new nodes to an existing cluster and ran the �nodetool cleanup�. I > am getting the following error. Wanted to know if there is any solution to it. > > Regards, > Amlan > > Error occurred during cleanup > java.util.concurrent.ExecutionException: java.lang.AssertionError: Memory was freed this is fixed in 2.0.13. Best wishes, Duncan.