Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 8150 invoked from network); 10 Sep 2010 04:06:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 04:06:49 -0000 Received: (qmail 53109 invoked by uid 500); 10 Sep 2010 04:06:47 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 52964 invoked by uid 500); 10 Sep 2010 04:06:44 -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 52948 invoked by uid 99); 10 Sep 2010 04:06:43 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 04:06:43 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 04:06:21 +0000 Received: by vws10 with SMTP id 10so2270938vws.31 for ; Thu, 09 Sep 2010 21:06:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=CvWg6WD69V+ZbhlorLJmA+/zylxzbO2s5mgMotEnX0Y=; b=SSJ9x52tf3XcFfJU6kd4CITydZMMShOcPW7Nr70ZdEN+kj1kPWfQNeLo2jfvhJwSR1 G+WwpIIDbgs5ZSZ+/0SBvV0P3aHLKav0e8R2BXMM2jL27Sj8eJ0zq0myHLnqr38ZFtxg D85Qxd+eBE47wXssKD0qBU4Tu5yyTmbgI4iQU= 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; b=XWwtcmeHYChoLsWzYEFTzseBA/4pnw7c7vqf2r32l2sH2JIMO1lMT+Udp8/ldhXCW8 210KeJuCzZEB7XNPYvGXf9gfj8umKL8yryBt5qUTt3fGaKUUq0oS5N19UP7aXK1GlGWj hpwtnJfn1qxc0Qyk2wknsV+14ewV/e9bGfXz8= Received: by 10.220.62.205 with SMTP id y13mr133478vch.155.1284091560096; Thu, 09 Sep 2010 21:06:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.182.193 with HTTP; Thu, 9 Sep 2010 21:05:39 -0700 (PDT) In-Reply-To: References: From: Jonathan Ellis Date: Thu, 9 Sep 2010 23:05:39 -0500 Message-ID: Subject: Re: IOException: Value too large for defined data type (Cassandra 0.6.5) To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org In the past that has meant "you need to upgrade to the latest JDK." On Thu, Sep 9, 2010 at 10:17 PM, Gurpreet Singh wrote: > I am using Cassandra 0.6.5, and playing with bootstrapping, decommissioning > nodes. > The latest one i hit is the exception down below. I got this exception twice > on the source machine while streaming, in 2 different scenarios (both > involved streaming though) > 1. Bootstrapping another machine from the source > 2. Decommissioning the source machine > I am finally moving out of that machine to a larger machine, by just scping > the data out. > Some information about the machines in the cluster, in case that is of any > help. > This machine is a 4 gig RAM box, 32 bit, debian machine. Cassandra was > started with 2 gigs. > The other 2 machines in the cluster are 16 gig RAM box, 64 bit, debian. > I searched around and saw that someone has encountered this issue before, > but the fix is supposed to be in an earlier version of cassandra, and hence > this email. > ERROR [MESSAGE-STREAMING-POOL:1] 2010-09-09 19:27:09,110 > DebuggableThreadPoolExecutor.java (line 101) Error in ThreadPoolExecutor > java.lang.RuntimeException: java.io.IOException: Value too large for defined > data type > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.io.IOException: Value too large for defined data type > at sun.nio.ch.FileChannelImpl.transferTo0(Native Method) > at sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:418) > at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:519) > at org.apache.cassandra.net.FileStreamTask.stream(FileStreamTask.java:96) > at > org.apache.cassandra.net.FileStreamTask.runMayThrow(FileStreamTask.java:64) > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) > ... 3 more > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com