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 0AD8D91F8 for ; Tue, 17 Jan 2012 14:21:18 +0000 (UTC) Received: (qmail 57180 invoked by uid 500); 17 Jan 2012 14:21:15 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 57042 invoked by uid 500); 17 Jan 2012 14:21:14 -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 57034 invoked by uid 99); 17 Jan 2012 14:21:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 14:21:13 +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 (athena.apache.org: domain of chihoub.houssem@gmail.com designates 209.85.160.172 as permitted sender) Received: from [209.85.160.172] (HELO mail-gy0-f172.google.com) (209.85.160.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 14:21:08 +0000 Received: by ghrr16 with SMTP id r16so831689ghr.31 for ; Tue, 17 Jan 2012 06:20:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=oOM1y+34/rrHT8sruNtFD/hwxa3VvoqutWmx3iLsEy4=; b=HDGEl5Nv1RqrZXOe6P5BIblGpYa/O8T2+BzVzAxXX7frNpRr0qratWSk25bj4Yhp04 ZPYcoz0pik4LkDrEzwoBccpASpetX90hdCL0uyiTUMutEqsLq7jC1EMdr+KNSIOX8glw cUXIN5n85gDP/x+HyvooyxQ7p/ORKSNUqaWW8= MIME-Version: 1.0 Received: by 10.101.51.12 with SMTP id d12mr3569817ank.69.1326810048037; Tue, 17 Jan 2012 06:20:48 -0800 (PST) Received: by 10.146.230.8 with HTTP; Tue, 17 Jan 2012 06:20:47 -0800 (PST) Date: Tue, 17 Jan 2012 15:20:47 +0100 Message-ID: Subject: Can't find a keyspace created on a different node in the same cassandra cluster From: Houssem Chihoub To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001636eee1839903cc04b6ba09a4 --001636eee1839903cc04b6ba09a4 Content-Type: text/plain; charset=ISO-8859-1 Hello, I deployed a 6 node cassandra cluster (cassandra-1.0.2) on Grid'5000 (the french grid). I used hostnames instead of IPs. When i create a new keyspace on one cassandra node (i use the cassandra client 'cassandra-cli') it's visible just on that node but not the others. after the creation i get that it's agreed on in the cluster CREATE KEYSPACE space1 ... ; e4780dd0-4114-11e1-0000-242d50cf1fb7 Waiting for schema agreement... ... schemas agree across the cluster When i run SHOW KEYSPACES on the same node i get this : Keyspace: space1: Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy Durable Writes: true Options: [datacenter1:1] Column Families: but on the other nodes i don't get anything and i can't use the already created keyspace!!! Here are some configuration parameters in cassandra.yaml is: seeds: 'sol-7.sophia.grid5000.fr' listen_address: localhost rpc_address: 0.0.0.0 endpoint_snitch: org.apache.cassandra.locator.RackInferringSnitch request_scheduler: org.apache.cassandra.scheduler.NoScheduler Does anyone anyone know encountred this or knows how to solve this issue Best regards --001636eee1839903cc04b6ba09a4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I deployed a 6 node cassandra cluster (cassandra-1.0.2) on Gr= id'5000 (the french grid). I used hostnames instead of IPs.
When i c= reate a new keyspace on one=A0 cassandra node (i use the cassandra client &= #39;cassandra-cli') it's visible just on that node but not the othe= rs.

after the creation i get that it's agreed on in the cluster
CREATE KEYSPACE space1
...=A0=A0=A0 ;
e4780dd0-4114-11e1-0000-242d50= cf1fb7
Waiting for schema agreement...
... schemas agree across the c= luster


When i run SHOW KEYSPACES on the same node i get this :

Keys= pace: space1:
=A0 Replication Strategy: org.apache.cassandra.locator.Net= workTopologyStrategy
=A0 Durable Writes: true
=A0=A0=A0 Options: [dat= acenter1:1]
=A0 Column Families:

but on the other nodes i don't get anything= and i can't use the already created keyspace!!!

Here are some c= onfiguration parameters in cassandra.yaml is:

seeds: 'sol-7.sophia.grid5000.fr'
listen_address: localhost
rpc_address: 0.0.0.0
endpoint_snitch: org.a= pache.cassandra.locator.RackInferringSnitch
request_scheduler: org.apach= e.cassandra.scheduler.NoScheduler

Does anyone anyone know encountred= this or knows how to solve this issue

Best regards
--001636eee1839903cc04b6ba09a4--