Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 51866 invoked from network); 9 Apr 2010 13:44:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Apr 2010 13:44:13 -0000 Received: (qmail 14319 invoked by uid 500); 9 Apr 2010 13:44:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 13794 invoked by uid 500); 9 Apr 2010 13:44:12 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 13785 invoked by uid 99); 9 Apr 2010 13:44:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 13:44:12 +0000 X-ASF-Spam-Status: No, hits=-1255.5 required=10.0 tests=ALL_TRUSTED,AWL 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 Apr 2010 13:44:11 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A051234C4C5 for ; Fri, 9 Apr 2010 13:43:51 +0000 (UTC) Message-ID: <1411338423.7081270820631171.JavaMail.jira@brutus.apache.org> Date: Fri, 9 Apr 2010 13:43:51 +0000 (UTC) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-962) Schema definition propagation should happen before obtaining a bootstrap token. In-Reply-To: <969401033.50731270670434274.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855395#action_12855395 ] Hudson commented on CASSANDRA-962: ---------------------------------- Integrated in Cassandra #402 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/402/]) announce version early during startup. Patch by Gary Dusbabek, reviewed by Jonathan Ellis. CASSANDRA-962 > Schema definition propagation should happen before obtaining a bootstrap token. > ------------------------------------------------------------------------------- > > Key: CASSANDRA-962 > URL: https://issues.apache.org/jira/browse/CASSANDRA-962 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 0.7 > Reporter: Gary Dusbabek > Assignee: Gary Dusbabek > Priority: Minor > Fix For: 0.7 > > Attachments: 0001-announce-version-early-during-startup.patch > > > There is no reason for this not to happen. We spend 90 seconds waiting around for load information anyway. It would be nice to use some of that time to get the schema in place. > CASSANDRA-785 expects this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.