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/11/25 17:41:39 UTC

[jira] Created: (CASSANDRA-584) add read support for ConsistencyLevel.ALL

add read support for ConsistencyLevel.ALL
-----------------------------------------

                 Key: CASSANDRA-584
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-584
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
            Priority: Minor
             Fix For: 0.9


currently consistency_level parameter only supports ONE or QUORUM; this should be easy to fix by making the number of replicas to wait for in QuorumResponseHandler specifiable by the caller rather than hard-coded to majority-of-replicas

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


[jira] Commented: (CASSANDRA-584) add read support for ConsistencyLevel.ALL

Posted by "Chris Goffinet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787928#action_12787928 ] 

Chris Goffinet commented on CASSANDRA-584:
------------------------------------------

+1

> add read support for ConsistencyLevel.ALL
> -----------------------------------------
>
>                 Key: CASSANDRA-584
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-584
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 584.patch
>
>
> currently consistency_level parameter only supports ONE or QUORUM; this should be easy to fix by making the number of replicas to wait for in QuorumResponseHandler specifiable by the caller rather than hard-coded to majority-of-replicas

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


[jira] Commented: (CASSANDRA-584) add read support for ConsistencyLevel.ALL

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788074#action_12788074 ] 

Hudson commented on CASSANDRA-584:
----------------------------------

Integrated in Cassandra #282 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/282/])
    support ConsistencyLevel.ALL on read.  patch by jbellis; reviewed by goffinet for 


> add read support for ConsistencyLevel.ALL
> -----------------------------------------
>
>                 Key: CASSANDRA-584
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-584
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 584.patch
>
>
> currently consistency_level parameter only supports ONE or QUORUM; this should be easy to fix by making the number of replicas to wait for in QuorumResponseHandler specifiable by the caller rather than hard-coded to majority-of-replicas

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


[jira] Assigned: (CASSANDRA-584) add read support for ConsistencyLevel.ALL

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-584:
----------------------------------------

    Assignee: Jonathan Ellis

> add read support for ConsistencyLevel.ALL
> -----------------------------------------
>
>                 Key: CASSANDRA-584
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-584
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.9
>
>
> currently consistency_level parameter only supports ONE or QUORUM; this should be easy to fix by making the number of replicas to wait for in QuorumResponseHandler specifiable by the caller rather than hard-coded to majority-of-replicas

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


[jira] Updated: (CASSANDRA-584) add read support for ConsistencyLevel.ALL

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-584:
-------------------------------------

    Fix Version/s:     (was: 0.9)
                   0.5

> add read support for ConsistencyLevel.ALL
> -----------------------------------------
>
>                 Key: CASSANDRA-584
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-584
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>
> currently consistency_level parameter only supports ONE or QUORUM; this should be easy to fix by making the number of replicas to wait for in QuorumResponseHandler specifiable by the caller rather than hard-coded to majority-of-replicas

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


[jira] Updated: (CASSANDRA-584) add read support for ConsistencyLevel.ALL

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-584:
-------------------------------------

    Attachment: 584.patch

> add read support for ConsistencyLevel.ALL
> -----------------------------------------
>
>                 Key: CASSANDRA-584
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-584
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 584.patch
>
>
> currently consistency_level parameter only supports ONE or QUORUM; this should be easy to fix by making the number of replicas to wait for in QuorumResponseHandler specifiable by the caller rather than hard-coded to majority-of-replicas

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