You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/08/30 00:47:32 UTC

[jira] Resolved: (CASSANDRA-399) Consisteny Level of ZERO blocks for ack on Commit Log

     [ https://issues.apache.org/jira/browse/CASSANDRA-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-399.
--------------------------------------

    Resolution: Fixed

Committed before I saw Sandeep's objection.  But insert -- the method that handles ConsistencyLevel.ZERO -- is the wrong place to do this.  If you want any blocking you need to use ONE or higher, that's how it's supposed to work.

> Consisteny Level of ZERO blocks for ack on Commit Log
> -----------------------------------------------------
>
>                 Key: CASSANDRA-399
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-399
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.4
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-399-If-consistency-level-is-set-to-ZERO-an.patch
>
>
> If consistency level is set to ZERO and endpoint is local, clients must wait for a write to the commit log. We need to remove this special case, and just send through MessagingService.getMessagingInstance().sendOneWay.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.