Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 93207 invoked from network); 2 Mar 2010 17:16:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Mar 2010 17:16:27 -0000 Received: (qmail 59843 invoked by uid 500); 2 Mar 2010 17:16:22 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 59835 invoked by uid 500); 2 Mar 2010 17:16:22 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 59826 invoked by uid 99); 2 Mar 2010 17:16:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 17:16:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 17:16:13 +0000 Received: by wyf28 with SMTP id 28so241007wyf.6 for ; Tue, 02 Mar 2010 09:15:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ENALjIGqtnIEofGpUeCIrRiqtkXeis03eFKahvTPvj0=; b=JbIhm1ai6Rjo5MM37AjSSt3yWrJJu9C1HIWtQn445gP/+P5D+PFwxEJGsYdQZ9XNL0 TKEfcK36AtSis14Bd5HcksaDbjVVL74kzpnW4nvNBgKdRzFGpsLmB9ftfSO5shEtt1yE uWMaNaOmoawsw5B3RQeUe/f4Cc5Y1ZsYbph5I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=T2g5stlqIajOR3og7lfa9qpmQFhej93dp5hOBH45kSIXXKpIJySosmQjrmu2oewjpz TbvqU36Db6AlDPpTg5w973aQaFQhFiLNcnx+qlKEltC2xFPyxKsWKzEMayU7UfdnQ9hG G9dKQvqOcfm4xaFRb99W+BzlnqCm6mOp79RX0= MIME-Version: 1.0 Received: by 10.216.157.212 with SMTP id o62mr1740252wek.41.1267550153503; Tue, 02 Mar 2010 09:15:53 -0800 (PST) In-Reply-To: References: From: Jonathan Ellis Date: Tue, 2 Mar 2010 11:15:33 -0600 Message-ID: Subject: Re: Adjusting Token Spaces and Rebalancing Data To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Doing some googling, this is a different JRE bug than the on addressed by 795: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D6253145. It is marked fixed in JDK 6u18, so try upgrading to that. -Jonathan On Tue, Mar 2, 2010 at 10:46 AM, Jon Graham wrote: > Hello, > > I am running a 32-bit linux version 2.6.27.24. My original data set was > copied from a 64-bit cassandra cluster to a 32-bit cassandra cluster. I a= m > trying to load balance the data on a 32-bit cluster. > > Is the cassandra-795 issue applicable for 32-linux too for the 0.5.0 > release? > > Thanks, > Jon > On Mon, Mar 1, 2010 at 4:55 PM, Jonathan Ellis wrote: >> >> On Mon, Mar 1, 2010 at 5:39 PM, Jon Graham wrote: >> > Reached an EOL or something bizzare occured. Reading from: /192.168.2.= 13 >> > BufferSizeRemaining: 16 >> >> This one is harmless >> >> > java.io.IOException: Value too large for defined data type >> > =A0=A0=A0 at sun.nio.ch.FileChannelImpl.transferTo0(Native Method) >> > =A0=A0=A0 at sun.nio.ch.FileChannelImpl.transferToDirectly(Unknown Sou= rce) >> > =A0=A0=A0 at sun.nio.ch.FileChannelImpl.transferTo(Unknown Source) >> > =A0=A0=A0 at >> > org.apache.cassandra.net.TcpConnection.stream(TcpConnection.java:226) >> > =A0=A0=A0 at >> > org.apache.cassandra.net.FileStreamTask.run(FileStreamTask.java:55) >> > =A0=A0=A0 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Un= known >> > Source) >> > =A0=A0=A0 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknow= n >> > Source) >> > =A0=A0=A0 at java.lang.Thread.run(Unknown Source) >> >> This one is killing you. >> >> Are you on windows? =A0If so >> https://issues.apache.org/jira/browse/CASSANDRA-795 should fix it. >> That's in both 0.5.1 and 0.6 beta. >> >> -Jonathan > >