You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2011/04/13 01:47:05 UTC

[jira] [Created] (CASSANDRA-2464) Distributed test for read repair

Distributed test for read repair
--------------------------------

                 Key: CASSANDRA-2464
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
             Project: Cassandra
          Issue Type: Test
            Reporter: Stu Hood
            Assignee: Stu Hood
             Fix For: 0.8


See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2464) Distributed test for read repair

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

Stu Hood updated CASSANDRA-2464:
--------------------------------

    Attachment:     (was: 0001-Distributed-test-for-read-repair.txt)

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>              Labels: test
>             Fix For: 0.8
>
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2464) Distributed test for read repair

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

Stu Hood updated CASSANDRA-2464:
--------------------------------

    Attachment: 0001-Distributed-test-for-read-repair.txt

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>              Labels: test
>             Fix For: 0.8
>
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2464) Distributed test for read repair

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

Pavel Yaskevich commented on CASSANDRA-2464:
--------------------------------------------

LGTM, but maybe it's better to replace Thread.sleep(10000); with following changes - replace client to needsrepair node and make repeating read with interval in like 3 secs with consistency level ONE?

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>              Labels: test
>             Fix For: 0.8.1
>
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CASSANDRA-2464) Distributed test for read repair

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

Jonathan Ellis reassigned CASSANDRA-2464:
-----------------------------------------

    Assignee: Michael Allen  (was: Stu Hood)

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>            Assignee: Michael Allen
>              Labels: test
>             Fix For: 0.8.2
>
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2464) Distributed test for read repair

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

Stu Hood updated CASSANDRA-2464:
--------------------------------

    Attachment: 0001-Distributed-test-for-read-repair.txt

Adds a test for read repair... I haven't actually run it against trunk since I'm trying to figure out a Whirr issue, but it works in our branch (which is still using old Whirr).

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>              Labels: test
>             Fix For: 0.8
>
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2464) Distributed test for read repair

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

Stu Hood commented on CASSANDRA-2464:
-------------------------------------

Shoot.. I just realized that "wipeHosts" will knock out the system table as well, so the downed node might try to bootstrap when it returns. Needs parameters.

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>              Labels: test
>             Fix For: 0.8.1
>
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CASSANDRA-2464) Distributed test for read repair

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

Jonathan Ellis resolved CASSANDRA-2464.
---------------------------------------

       Resolution: Later
    Fix Version/s:     (was: 0.8.5)
         Assignee:     (was: Michael Allen)

Let's revisit when we have a better dtest framework.

> Distributed test for read repair
> --------------------------------
>
>                 Key: CASSANDRA-2464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Stu Hood
>              Labels: test
>         Attachments: 0001-Distributed-test-for-read-repair.txt
>
>
> See title.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira