You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eric Evans (JIRA)" <ji...@apache.org> on 2009/10/09 04:19:31 UTC

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

    [ 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.