.
>
> On Wed, Oct 27, 2010 at 2:09 PM, Chris Oei wrote:
> > Hi all,
> >
> > I'm getting the following when I try to bootstrap my Cassandra cluster on
> a
> > Windows
> > machine.
> >
> > INFO 11:47:10,300 Joining: sleeping 3 ms for pen
supported by cassandra. If you
> interesting a cant send patch to you which solve this problem. Why so? i
> don't know this question to developers of cassandra
>
> 2010/10/27 Chris Oei
>
> Hi all,
>>
>> I'm getting the following when I try to bootstrap my Cassan
Hi all,
I'm getting the following when I try to bootstrap my Cassandra cluster on a
Windows
machine.
INFO 11:47:10,300 Joining: sleeping 3 ms for pending range setup
INFO 11:47:40,302 Bootstrapping
ERROR 11:47:40,453 Fatal exception in thread Thread[Thread-5,5,main]
java.lang.AssertionError:
Thanks Gary and Jonathan. Yeah, I'm planning on switching to Hector sometime
soon;
I started with Thrift mostly because I wanted to see what was going on
underneath
the hood before using a higher-level interface. I suppose now is as good a
time to
switch as any.
Thanks,
Chris
On Mon, Oct 25, 2010
So, I'm a bit puzzled about how to change my old 0.6 code to 0.7.
In 0.6, I used:
client.batch_mutate(keySpace, mutationMap, ConsistencyLevel.ONE);
But in 0.7, batch_mutate no longer has a keyspace argument, so I used:
client.batch_mutate(mutationMap, ConsistencyLevel.ONE);
Not surprisingl
Hi all,
I'm trying to figure out whether I should migrate from 0.6.5 to 0.6.6 or go
directly to 0.7 when it's production-ready.
Any new word on when the 0.7 stable release will be?
Also, once 0.7 is officially released, will 0.6 still be maintained (sort of
like Ubuntu's long-term releases), or