Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 94918 invoked from network); 9 Oct 2009 02:19:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 02:19:55 -0000 Received: (qmail 11197 invoked by uid 500); 9 Oct 2009 02:19:55 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 11150 invoked by uid 500); 9 Oct 2009 02:19:55 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 11140 invoked by uid 99); 9 Oct 2009 02:19:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 02:19:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 02:19:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4DD03234C04B for ; Thu, 8 Oct 2009 19:19:31 -0700 (PDT) Message-ID: <1102143051.1255054771310.JavaMail.jira@brutus> Date: Thu, 8 Oct 2009 19:19:31 -0700 (PDT) From: "Eric Evans (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-477) clean up bootstrap code In-Reply-To: <106978439.1255015111390.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.