[
https://issues.apache.org/jira/browse/CASSANDRA-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920945#action_12920945
]
Hudson commented on CASSANDRA-1607:
-----------------------------------
Integrated in Cassandra #565 (See
[https://hudson.apache.org/hudson/job/Cassandra/565/])
> Remove ConsistencyLevel.ZERO
> ----------------------------
>
> Key: CASSANDRA-1607
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1607
> Project: Cassandra
> Issue Type: Improvement
> Components: API
> Affects Versions: 0.3
> Reporter: Brandon Williams
> Assignee: Jonathan Ellis
> Fix For: 0.7.0
>
> Attachments: 1607.txt
>
>
> I've never heard of a valid use case for CL.ZERO, but I've seen countless
> people run OOM from using it. Each time, I tell them to use ONE instead and
> they do, clearly because they don't know why they chose ZERO to begin with.
> If someone does figure out a use case for this in the future, they can
> describe_ring, hash the key themselves to find the correct node, and use
> CL.ONE with the commit log in periodic mode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.