Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A5E5798E for ; Sat, 22 Oct 2011 06:02:59 +0000 (UTC) Received: (qmail 93413 invoked by uid 500); 22 Oct 2011 06:02:59 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 93363 invoked by uid 500); 22 Oct 2011 06:02:59 -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 93326 invoked by uid 99); 22 Oct 2011 06:02:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2011 06:02:58 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2011 06:02:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B0D3F3160FA for ; Sat, 22 Oct 2011 06:00:35 +0000 (UTC) Date: Sat, 22 Oct 2011 06:00:35 +0000 (UTC) From: "Dave Brosius (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1192153194.4369.1319263235725.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <825485602.4368.1319263235406.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3396) [patch] push down assignments to scopes where they are needed 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-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-3396: ------------------------------------ Attachment: assignment_scope.diff > [patch] push down assignments to scopes where they are needed > ------------------------------------------------------------- > > Key: CASSANDRA-3396 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3396 > Project: Cassandra > Issue Type: Improvement > Components: Documentation & website > Affects Versions: 1.0.0 > Reporter: Dave Brosius > Priority: Trivial > Attachments: assignment_scope.diff > > > Code makes assignments at a scope where that assignment may not be needed, patch pushes these assignments down to where conditionals has prescribed that the assignment will be used. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira