Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 92825 invoked from network); 18 Jun 2010 20:46:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 20:46:32 -0000 Received: (qmail 71773 invoked by uid 500); 18 Jun 2010 20:46:31 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 71736 invoked by uid 500); 18 Jun 2010 20:46:30 -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 71728 invoked by uid 99); 18 Jun 2010 20:46:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 20:46:30 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gdusbabek@gmail.com designates 209.85.211.190 as permitted sender) Received: from [209.85.211.190] (HELO mail-yw0-f190.google.com) (209.85.211.190) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 20:46:25 +0000 Received: by ywh28 with SMTP id 28so1549138ywh.28 for ; Fri, 18 Jun 2010 13:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RpE8Ne7MoXMSc9owg+xKOcXbPvt0RjNwvIrckD3mY14=; b=avY5Y/udwfs9U1bor+CtazruqdLWTs5HjYIPSu19lng10UWNdwgDtoqJ8ZP95YCPIR wJZB9nrXiDO+MHATzaVHDvB8c6wmSXEf+iXq+IQ1hYZq9taBiYIQVT3Tfa7eVt7xvp2z WdDd3zUaZij1yC6rD+W2qR1TmfLAA2gmGbJjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=r6ln8IiDMb46DyZah1q109YONrE+Itjkdjs+mKE05op5I09terzTsnEbOVrQR3REzX V1vGoxjqsm3QweDdm/bJO7h9oee2UwvpO1h1yrqDmZEmaFsqxeFrNgx/JctJSn+HjiWH V/k0Z3QTXdJVpZEcl0tRN2LAGtmhLVB24kE80= MIME-Version: 1.0 Received: by 10.150.61.9 with SMTP id j9mr1571122yba.388.1276893964223; Fri, 18 Jun 2010 13:46:04 -0700 (PDT) Received: by 10.151.11.12 with HTTP; Fri, 18 Jun 2010 13:46:04 -0700 (PDT) Reply-To: gdusbabek@gmail.com In-Reply-To: References: Date: Fri, 18 Jun 2010 15:46:04 -0500 Message-ID: Subject: Re: java.lang.RuntimeException: java.io.IOException: Value too large for defined data type From: Gary Dusbabek To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable *Hopefully* fixed. I was never able to duplicate the problem on my workstation, but I had a pretty good idea what was causing the problem. Julie, if you're in a position to apply and test the fix, it would help help us make sure we've got this one nailed down. Gary. On Thu, Jun 17, 2010 at 00:33, Jonathan Ellis wrote: > That is consistent with the > https://issues.apache.org/jira/browse/CASSANDRA-1169 bug I mentioned, > that is fixed in the 0.6 svn branch. > > On Wed, Jun 16, 2010 at 10:51 PM, Julie wro= te: >> The loop is in IncomingStreamReader.java, line 62, a 3-line while loop. >> bytesRead is not changing. =A0pendingFile.getExpectedBytes() returns >> 7,161,538,639 but bytesRead is stuck at 2,147,483,647. >>