[
https://issues.apache.org/jira/browse/CASSANDRA-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749250#action_12749250
]
Hudson commented on CASSANDRA-399:
----------------------------------
Integrated in Cassandra #182 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/182/])
r/m special case of local destination when writing with
ConsistencyLevel.ZERO, since it causes blocking for commitlog.
(MessagingService still optimizes out the network write/read.) Patch by Chris
Goffinet; reviewed by jbellis for
> 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.