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 B75DB10F11 for ; Tue, 15 Oct 2013 14:12:47 +0000 (UTC) Received: (qmail 77884 invoked by uid 500); 15 Oct 2013 14:12:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 77863 invoked by uid 500); 15 Oct 2013 14:12:46 -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 77302 invoked by uid 99); 15 Oct 2013 14:12:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 14:12:44 +0000 Date: Tue, 15 Oct 2013 14:12:44 +0000 (UTC) From: "Jason Brown (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6124) Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally 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-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795213#comment-13795213 ] Jason Brown commented on CASSANDRA-6124: ---------------------------------------- It is starting to look like LOCAL_ONE is useful. We have some internal users that we startled to realize that once we opened up a second datacenter, that their 99%ile was not as as consistent as before. I do have an alternate solution to that in my back pocket ... but +1 to building in a CL.LOCAL_ONE > Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally > ------------------------------------------------------------------------------------- > > Key: CASSANDRA-6124 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6124 > Project: Cassandra > Issue Type: Improvement > Components: Hadoop > Reporter: Patricio Echague > Priority: Minor > Labels: hadoop > Fix For: 1.2.12 > > Attachments: CASSANDRA-6124.diff, CASSANDRA-6124-v2.diff > > > Our production environment looks like this: > - 6 cassandra nodes (online DC) > - 3 cassandra nodes (offline DC) > - Hadoop cluster. > we are interested in connecting to the offline DC from hadoop (not colocated with cassandra offline dc) > I've tested this patch and seems to work with our 1.2.5 deployment. > Kindly review. -- This message was sent by Atlassian JIRA (v6.1#6144)