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/10/08 17:18:31 UTC

[jira] Created: (CASSANDRA-477) clean up bootstrap code

clean up bootstrap code
-----------------------

                 Key: CASSANDRA-477
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
             Project: Cassandra
          Issue Type: Task
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis


bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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


[jira] Commented: (CASSANDRA-477) clean up bootstrap code

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

Hudson commented on CASSANDRA-477:
----------------------------------

Integrated in Cassandra #223 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/223/])
    fix regressions
patch by jbellis reviewed by Eric Evans for 
move bootstrap-related code into Bootstrapper
patch by jbellis; reviewed by Eric Evans for 


> clean up bootstrap code
> -----------------------
>
>                 Key: CASSANDRA-477
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt, 0002-move-bootstrap-startup-into-Bootstrapper.txt, 0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt, 0004-fix-regressions.txt, 0005-re-package-bootstraptest.patch
>
>
> bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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


[jira] Commented: (CASSANDRA-477) clean up bootstrap code

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

Eric Evans commented on CASSANDRA-477:
--------------------------------------

+1

> clean up bootstrap code
> -----------------------
>
>                 Key: CASSANDRA-477
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt, 0002-move-bootstrap-startup-into-Bootstrapper.txt, 0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt, 0004-fix-regressions.txt, 0005-re-package-bootstraptest.patch
>
>
> bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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


[jira] Updated: (CASSANDRA-477) clean up bootstrap code

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

Jonathan Ellis updated CASSANDRA-477:
-------------------------------------

    Attachment: 0004-fix-regressions.txt
                0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt
                0002-move-bootstrap-startup-into-Bootstrapper.txt
                0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt

> clean up bootstrap code
> -----------------------
>
>                 Key: CASSANDRA-477
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt, 0002-move-bootstrap-startup-into-Bootstrapper.txt, 0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt, 0004-fix-regressions.txt
>
>
> bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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


[jira] Resolved: (CASSANDRA-477) clean up bootstrap code

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

Jonathan Ellis resolved CASSANDRA-477.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5

committed

> clean up bootstrap code
> -----------------------
>
>                 Key: CASSANDRA-477
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt, 0002-move-bootstrap-startup-into-Bootstrapper.txt, 0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt, 0004-fix-regressions.txt, 0005-re-package-bootstraptest.patch
>
>
> bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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


[jira] Updated: (CASSANDRA-477) clean up bootstrap code

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

Jonathan Ellis updated CASSANDRA-477:
-------------------------------------

    Attachment: 0005-re-package-bootstraptest.patch

patch to move test code into correct packages

> clean up bootstrap code
> -----------------------
>
>                 Key: CASSANDRA-477
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt, 0002-move-bootstrap-startup-into-Bootstrapper.txt, 0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt, 0004-fix-regressions.txt, 0005-re-package-bootstraptest.patch
>
>
> bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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


[jira] Commented: (CASSANDRA-477) clean up bootstrap code

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

Eric Evans commented on CASSANDRA-477:
--------------------------------------

    [javac] /home/eevans/git/cassandra/test/unit/org/apache/cassandra/db/BootstrapTest.java:81: cannot find symbol
    [javac] symbol  : class BootStrapInitiateVerbHandler
    [javac] location: class org.apache.cassandra.db.Table
    [javac]         Table.BootStrapInitiateVerbHandler bivh = new Table.BootStrapInitiateVerbHandler();

> clean up bootstrap code
> -----------------------
>
>                 Key: CASSANDRA-477
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-477
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 0001-CASSANDRA-477-cleanup-rename-bootstrapper_-bootstr.txt, 0002-move-bootstrap-startup-into-Bootstrapper.txt, 0003-move-bootstrap-related-verbhandlers-and-callbacks-into.txt, 0004-fix-regressions.txt
>
>
> bootstrap code is spread around storageservice, BootStrapper, and more.  let's encapsulate this better, and make the code fit the new "node bootstraps itself on first start" model rather than the old "node joins ring and eventually an operator commands another node to bootstrap it" one.

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