Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Cannot Reproduce
-
None
-
Single node cluster running Ubuntu Lucid using CSharp Thrift
-
Low
Description
Priority: Minor - I rated this as minor as a workaround is present in that the ConsistencyLevel can be set to ONE.
I have my replication factor set to 1 (default) as I only have 1 node in the cluster.
While attempting to use Cassandra 0.6.5 with the thrift interface I believe I have found an issue with batch_mutate. I attempted to execute a batch_mutate using a ConsistencyLevel of QUORUM. The log (when configured for debug level output) shows that the insert happened and when I run a get, the debug log shows that it is gathering those columns but no value is ever returned. Then if I change the ConsistencyLevel to ONE the get is successful.
I am not very familiar with Cassandra yet, but this is an unexpected behavior as far as I am concerned. I would at least expect an error message. If additional details are needed, please let me know.