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 5015F186E3 for ; Tue, 4 Aug 2015 13:29:10 +0000 (UTC) Received: (qmail 7527 invoked by uid 500); 4 Aug 2015 13:29:05 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 7490 invoked by uid 500); 4 Aug 2015 13:29:05 -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 7476 invoked by uid 99); 4 Aug 2015 13:29:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 13:29:05 +0000 Date: Tue, 4 Aug 2015 13:29:05 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-8143) Partitioner should not be accessed through StorageService 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-8143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653628#comment-14653628 ] Aleksey Yeschenko commented on CASSANDRA-8143: ---------------------------------------------- Committed to cassandra-3.0 as {{64e93a76d8065e2cadeffbc04d28c995dcc9bc0c}} and merged into trunk, thanks. I think this is all. > Partitioner should not be accessed through StorageService > --------------------------------------------------------- > > Key: CASSANDRA-8143 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8143 > Project: Cassandra > Issue Type: Improvement > Reporter: Branimir Lambov > Assignee: Branimir Lambov > Fix For: 3.0 beta 1 > > > The configured partitioner is no longer the only partitioner in use in the database, as e.g. index tables use LocalPartitioner. > To make sure the correct partitioner is used for each table, accesses of StorageService.getPartitioner() should be replaced with retrieval of the CFS-specific partitioner. -- This message was sent by Atlassian JIRA (v6.3.4#6332)