Gary Dusbabek <gdusbabek <at> gmail.com> writes:

> 
> *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 <jbellis <at> gmail.com> 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 <julie.sugar <at> nextcentury.com>
wrote:
> >> The loop is in IncomingStreamReader.java, line 62, a 3-line while loop.
> >> bytesRead is not changing.  pendingFile.getExpectedBytes() returns
> >> 7,161,538,639 but bytesRead is stuck at 2,147,483,647.
> >>
> 
> 

Thanks for your help, Gary and Jonathon.

We updated the JVM to get rid of the Value too large exception (which it did -
yay!) and are still running with Cassandra 0.6.2 I have not been able to
duplicate the tight loop problem. 

We did try out the in-progress Cassandra 0.6.3 (off the 0.6 SVN) yesterday but
unfortunately can't tell you if the problem is gone because I am seeing a lot
more timeouts on reads (retrying up to 10 times then quitting) so I haven't been
able to get the database fully populated. I'm trying it again this morning.  If
problems persist with the in-progress version, I'll drop back to 0.6.2 and do
some torture writing and see if the problem truly went away just by updating the
JVM. 

Thanks for all of your suggestions!
Julie 

Reply via email to