0.6.6 is the right version to use.
On Wed, Nov 3, 2010 at 5:43 PM, Maifi Khan wrote:
> Aha. We have 0.6.2
> So 0.6.3 is the right version to use?
>
> thanks
> Maifi
>
> On Wed, Nov 3, 2010 at 4:34 PM, Jonathan Ellis wrote:
>> You are looking at obsolete code.
>>
>> CHANGES.txt
>> 0.6.3
>> * don
Aha. We have 0.6.2
So 0.6.3 is the right version to use?
thanks
Maifi
On Wed, Nov 3, 2010 at 4:34 PM, Jonathan Ellis wrote:
> You are looking at obsolete code.
>
> CHANGES.txt
> 0.6.3
> * don't reject reads at CL.ALL (CASSANDRA-1152)
>
>
> On Wed, Nov 3, 2010 at 5:27 PM, Maifi Khan wrote:
>> H
You are looking at obsolete code.
CHANGES.txt
0.6.3
* don't reject reads at CL.ALL (CASSANDRA-1152)
On Wed, Nov 3, 2010 at 5:27 PM, Maifi Khan wrote:
> Hi
> Inside org.apache.cassandra.thrift, in CassandraServer.java, it seems
> that read operation for Consistency level "all" is not supporte
Hi
Inside org.apache.cassandra.thrift, in CassandraServer.java, it seems
that read operation for Consistency level "all" is not supported.
Is this the case?
Does this mean there is no way to read from all the copy? if there
are 3 copies of data, I would like to read all of them.
I gave the cod