[
https://issues.apache.org/jira/browse/CASSANDRA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910666#action_12910666
]
Brandon Williams commented on CASSANDRA-1482:
---------------------------------------------
Dave, are you running this against a single node, or a cluster?
> batch_mutate silently failing
> -----------------------------
>
> Key: CASSANDRA-1482
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1482
> Project: Cassandra
> Issue Type: Bug
> Components: API, Core
> Affects Versions: 0.6.5
> Environment: Single node cluster running Ubuntu Lucid using CSharp
> Thrift
> Reporter: Lucas Nodine
> Assignee: Brandon Williams
> Priority: Minor
> Fix For: 0.6.6
>
> Attachments: 0001_consistency_level_option_for_stress.txt,
> perl_example.pm
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.