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 C7E23CDFA for ; Fri, 25 May 2012 11:33:28 +0000 (UTC) Received: (qmail 32387 invoked by uid 500); 25 May 2012 11:33:26 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 32090 invoked by uid 500); 25 May 2012 11:33:24 -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 32057 invoked by uid 99); 25 May 2012 11:33:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 11:33:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vic.blaga@gmail.com designates 209.85.217.172 as permitted sender) Received: from [209.85.217.172] (HELO mail-lb0-f172.google.com) (209.85.217.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 11:33:16 +0000 Received: by lbbgo11 with SMTP id go11so648406lbb.31 for ; Fri, 25 May 2012 04:32:56 -0700 (PDT) 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=sRrR+4syl2O4cohFBQJ8agCWDkold1eyIbpFDUbeENA=; b=hZ6/wA1aeyrGlV4bMTU4o6EngTLRz/S1j544KY5++GhBjUSbXX7tYSL1J70PvuiwsW cK4epLlUlBPaxtRIANfT+68hY7ulHTaF3dPc+bQjPQYktAf2R7/TVrpe+RJdseqP0ebY FFrjkh/EmIp8/uZTUSBAa7JM4IGKPLUdhESgbVhWnp0NTvh4cUQJOEEIEvQH/FRZXmDo OsZSsYbvXDcf6Dtt1taW7IchMHbBe3SUKi3+ssiWmtjawjmMN2dz8jC5DcRsjbtPczxS UWVI3QdqbF5Jvz3tZoWUoojy/nzrjoA4X3a91vkXnnEsP/qJs7eaLkLaSdZEnay8Hj5X 6WJA== MIME-Version: 1.0 Received: by 10.112.83.169 with SMTP id r9mr1343036lby.66.1337945576047; Fri, 25 May 2012 04:32:56 -0700 (PDT) Received: by 10.112.92.161 with HTTP; Fri, 25 May 2012 04:32:55 -0700 (PDT) Date: Fri, 25 May 2012 13:32:55 +0200 Message-ID: Subject: Schema changes not getting picked up from different process From: Victor Blaga To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=f46d0401fc43ca02ea04c0daba77 --f46d0401fc43ca02ea04c0daba77 Content-Type: text/plain; charset=ISO-8859-1 Hi all, This is my first message on this posting list so I'm sorry if I am breaking any rules. I just wanted to report some sort of a problem that I'm having with Cassandra. Short version of my problem: if I make changes to the schema from within a process, they do not get picked up by the other processes that are connected to the Cassandra cluster unless I trigger a reconnect. Long version: Process 1: cassandra-cli connected to cluster and keyspace Process 2: cassandra-cli connected to cluster and keyspace >From within process 1 - create column family test; >From within process 2 - describe test; - fails with an error (other query/insert methods fail as well). I'm not sure if this is indeed a bug or just a misunderstanding from my part. Regards, Victor --f46d0401fc43ca02ea04c0daba77 Content-Type: text/html; charset=ISO-8859-1 Hi all,

This is my first message on this posting list so I'm sorry if I am breaking any rules. I just wanted to report some sort of a problem that I'm having with Cassandra.
Short version of my problem: if I make changes to the schema from within a process, they do not get picked up by the other processes that are connected to the Cassandra cluster unless I trigger a reconnect.

Long version:

Process 1: cassandra-cli connected to cluster and keyspace
Process 2: cassandra-cli connected to cluster and keyspace

From within process 1 - create column family test;
From within process 2 - describe test; - fails with an error (other query/insert methods fail as well).

I'm not sure if this is indeed a bug or just a misunderstanding from my part.

Regards,
Victor
--f46d0401fc43ca02ea04c0daba77--