Skip Menu |

This queue is for tickets about the DBD-Cassandra CPAN distribution.

Report information
The Basics
Id: 104550
Status: resolved
Priority: 0/
Queue: DBD-Cassandra

People
Owner: Nobody in particular
Requestors: dshultz [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.13
Fixed in: (no value)



Subject: CONSISTENCY_ONE is redefined
The CONSISTENCY_ONE constant is first defined as having a value of 1, and then as having a value of 10. I suspect you actually meant for the 2nd instance to be CONSISTENCY_LOCAL_ONE => 10 as per the v3 spec at: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec
On Tue May 19 15:28:34 2015, DSHULTZ wrote: Show quoted text
> The CONSISTENCY_ONE constant is first defined as having a value of 1, > and then as having a value of 10. I suspect you actually meant for the > 2nd instance to be CONSISTENCY_LOCAL_ONE => 10 as per the v3 spec at: > https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec
Oops, sloppy. Thanks for noticing, fix is pushed to git and I will package a 0.14 as soon as the other issues you flagged have been fixed.