Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 67100 invoked from network); 23 Jul 2009 03:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jul 2009 03:22:34 -0000 Received: (qmail 66931 invoked by uid 500); 23 Jul 2009 03:23:37 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 66905 invoked by uid 500); 23 Jul 2009 03:23:37 -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 66895 invoked by uid 99); 23 Jul 2009 03:23:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2009 03:23:37 +0000 X-ASF-Spam-Status: No, hits=-1999.6 required=10.0 tests=ALL_TRUSTED,SUBJECT_FUZZY_TION 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; Thu, 23 Jul 2009 03:23:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EBAE5234C004 for ; Wed, 22 Jul 2009 20:23:14 -0700 (PDT) Message-ID: <761894362.1248319394950.JavaMail.jira@brutus> Date: Wed, 22 Jul 2009 20:23:14 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-295) Partitioner should be configured per table In-Reply-To: <387203438.1247607434888.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-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734443#action_12734443 ] Jonathan Ellis commented on CASSANDRA-295: ------------------------------------------ asdf jira ate my comment :( yes, the problem is that "one node, one token" is a fundamental assumption and for this we'd have to move to "one token per table per node" which is all kinds of hard to retrofit to the current code. the cost / benefit is too high here. > Partitioner should be configured per table > ------------------------------------------ > > Key: CASSANDRA-295 > URL: https://issues.apache.org/jira/browse/CASSANDRA-295 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Evan Weaver > Assignee: Arin Sarkissian > > Currently it must be the same for the whole cluster, which doesn't make sense. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.