This is something that could easily be improved in cqlsh. I'll get a ticket
open today.
Adam
On Wed, Dec 17, 2014 at 8:38 AM, nitin padalia
wrote:
> Thanks! Michael.
> On Dec 17, 2014 8:02 PM, "Laing, Michael"
> wrote:
>
>> http://datastax.github.io/python-driver/api/cassandra.html
>>
>> On We
Thanks! Michael.
On Dec 17, 2014 8:02 PM, "Laing, Michael" wrote:
> http://datastax.github.io/python-driver/api/cassandra.html
>
> On Wed, Dec 17, 2014 at 9:27 AM, nitin padalia
> wrote:
>>
>> Thanks! Philip/Ryan,
>> Ryan I am using single Datacenter.
>> Philip could you point some link where we
http://datastax.github.io/python-driver/api/cassandra.html
On Wed, Dec 17, 2014 at 9:27 AM, nitin padalia
wrote:
>
> Thanks! Philip/Ryan,
> Ryan I am using single Datacenter.
> Philip could you point some link where we could see those enums.
> -Nitin
> On Dec 17, 2014 7:14 PM, "Philip Thompson"
Thanks! Philip/Ryan,
Ryan I am using single Datacenter.
Philip could you point some link where we could see those enums.
-Nitin
On Dec 17, 2014 7:14 PM, "Philip Thompson"
wrote:
> I believe the problem here is that the consistency level it is showing you
> is not the number of nodes that need to
I believe the problem here is that the consistency level it is showing you
is not the number of nodes that need to respond, but the enum value that
corresponds to QUORUM internally. If you would like, you can file an
improvement request on the Apache Cassandra Jira.
On Wed, Dec 17, 2014 at 12:47 A
DO you have 2 data centers?
QUORUM is (total_replicas/2)+1
You may want LOCAL_QUORUM
On Tue, Dec 16, 2014 at 11:47 PM, nitin padalia
wrote:
>
> Hi,
>
> When I set Consistency to QUORUM in cqlsh command line. It says
> consistency is set to quorum.
>
> cqlsh:testdb> CONSISTENCY QUORUM ;
> Consist
Hi,
When I set Consistency to QUORUM in cqlsh command line. It says
consistency is set to quorum.
cqlsh:testdb> CONSISTENCY QUORUM ;
Consistency level set to QUORUM.
However when I check it back using CONSISTENCY command on the prompt
it says consistency is 4. However it should be 2 as my replic