Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C739C96A6 for ; Fri, 2 Mar 2012 10:18:53 +0000 (UTC) Received: (qmail 98814 invoked by uid 500); 2 Mar 2012 10:18:51 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 98793 invoked by uid 500); 2 Mar 2012 10:18:51 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 98784 invoked by uid 99); 2 Mar 2012 10:18:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 10:18:51 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mccloud35@gmail.com designates 209.85.213.44 as permitted sender) Received: from [209.85.213.44] (HELO mail-yw0-f44.google.com) (209.85.213.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 10:18:46 +0000 Received: by yhpp34 with SMTP id p34so771565yhp.31 for ; Fri, 02 Mar 2012 02:18:25 -0800 (PST) Received-SPF: pass (google.com: domain of mccloud35@gmail.com designates 10.236.161.232 as permitted sender) client-ip=10.236.161.232; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mccloud35@gmail.com designates 10.236.161.232 as permitted sender) smtp.mail=mccloud35@gmail.com; dkim=pass header.i=mccloud35@gmail.com Received: from mr.google.com ([10.236.161.232]) by 10.236.161.232 with SMTP id w68mr12362118yhk.56.1330683505860 (num_hops = 1); Fri, 02 Mar 2012 02:18:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=p/I7/KjoNH27HrnV29wtsVeRNq674QINvNXQco74k6k=; b=uJBufVmVE5euoLW1bFFNXAZ32ASdB78oPnL+bbpG62wzqPV7w5/TRROdBmtSBZUii4 3r5DILQCwwUH+bV/h+fdtrsA/9Z2NquBjYbcOJG2T/mYchzoLPVfPDmmqNbJ8NZ/WHRv Kd4olj2es4nayKXWGtaGBKJcZXm7/3VqPTegoMIBsqpy2nsrjFpZbul/N/E6aEEDbr6r YQZhsHskDQy7AWHiiuvGpc5/WLKNrUJNjl32UMXWti2PXvIE5wU6STGJsOeC7WKl4QTp dXon0eM5+e8olPzf2R36nVglVehbl5xMEmcQvErqumi3CcDerA6GaDqyyR712hTLZZVI m+HQ== MIME-Version: 1.0 Received: by 10.236.161.232 with SMTP id w68mr9779279yhk.56.1330683505809; Fri, 02 Mar 2012 02:18:25 -0800 (PST) Received: by 10.236.177.4 with HTTP; Fri, 2 Mar 2012 02:18:25 -0800 (PST) Date: Fri, 2 Mar 2012 15:48:25 +0530 Message-ID: Subject: Way to force the propagation of a schema change? From: Tharindu Mathew To: user Content-Type: multipart/alternative; boundary=20cf305e21d9ac1a7704ba3fe592 X-Virus-Checked: Checked by ClamAV on apache.org --20cf305e21d9ac1a7704ba3fe592 Content-Type: text/plain; charset=ISO-8859-1 Hi everyone, I add a column family dynamically and notice that when describe schema versions return 2 values. Then it quickly changes back to 1. Sometimes this stays at 2 and does not change. Then I cannot insert values to the created column family, as it causes an exception. Is there a way to force the schema propagation through the thrift API (not the CLI)? Thanks in advance. -- Regards, Tharindu blog: http://mackiemathew.com/ --20cf305e21d9ac1a7704ba3fe592 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi everyone,

I add a column family dynamically and notice that when = describe schema versions return 2 values. Then it quickly changes back to 1= . Sometimes this stays at 2 and does not change. Then I cannot insert value= s to the created column family, as it causes an exception.

Is there a way to force the schema propagation through the thrift API (= not the CLI)?

Thanks in advance.

--
Regard= s,

Tharindu


--20cf305e21d9ac1a7704ba3fe592--