Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 80078 invoked from network); 22 Jul 2010 01:30:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jul 2010 01:30:33 -0000 Received: (qmail 96635 invoked by uid 500); 22 Jul 2010 01:30:31 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 96597 invoked by uid 500); 22 Jul 2010 01:30:31 -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 96589 invoked by uid 99); 22 Jul 2010 01:30:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 01:30:31 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of oleg.tsvinev@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 01:30:23 +0000 Received: by gxk1 with SMTP id 1so4339807gxk.31 for ; Wed, 21 Jul 2010 18:29:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=BQTVhHFXJ6dECvFvK9FhGyoedQcL3naQluumNesOXvU=; b=I5jtJr/ILwYhCVygi+61/GNTU9/BFrTa1ul1ZojrDQQceW85U8u5Gr9PQas2YaCDnD C/CEeKgOyAWLQVIu5+S2HcSQsaaJ7B0k/P17I1r4Es+NXORj1ZwiW3jn6ATSnFD86IYX 0gXl3/m2Us/QwcODR1GtqptEbmmCi8Ed3SDc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=K9VGz34Xydkf12otYOnawb3sy0Z+/7vUIuyy7Awd1GyaDCZHTptvzvYY5HjpMK5QIf exrioaxsbuzn59jFg5u0JU+t/Lu1LgxKu7+sNwVRV6yyZ/TUzf3D1T9Nmck1980ISux2 gspkiakLwC9b/qKPKt7GZe6A+4HNPt03iEUSY= MIME-Version: 1.0 Received: by 10.90.120.12 with SMTP id s12mr1770324agc.156.1279762153244; Wed, 21 Jul 2010 18:29:13 -0700 (PDT) Received: by 10.90.174.2 with HTTP; Wed, 21 Jul 2010 18:29:13 -0700 (PDT) Date: Wed, 21 Jul 2010 18:29:13 -0700 Message-ID: Subject: CRUD test From: Oleg Tsvinev To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=0016361e7f088a875c048befd886 X-Virus-Checked: Checked by ClamAV on apache.org --0016361e7f088a875c048befd886 Content-Type: text/plain; charset=UTF-8 Hi there, I'm trying to implement a simple CRUD service based on Cassandra. I use Hector client. While writing tests, I found out that if I create a few columns using API, then delete them from cassandra-cli and and re-create them using the same code (same key, etc), I can never get these new columns back using cassandra-cli. I tried to set different consistency levels but it did not change anything. I am never able to insert to these columns again from my code, although cassandra-cli can insert them. I thought it might have something to do with eventual consistency but even after waiting hours, nothing changes. I have only one node (one cassandra sever) running on 64-bit Ubunutu, if it matters. I added my keyspace and couple of column families pretty much following defaults in storage-conf.xml. Thanks, Oleg --0016361e7f088a875c048befd886 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi there,

I'm trying to implement a simple CRUD serv= ice based on Cassandra. I use Hector client.

While= writing tests, I found out that if I create a few columns using API, then = delete them from cassandra-cli and=C2=A0and re-create them using the same c= ode (same key, etc), I can never get =C2=A0these new columns back using cas= sandra-cli. I tried to set different consistency levels but it did not chan= ge anything. I am never able to insert to these columns again from my code,= although=C2=A0cassandra-cli can insert them.

I =C2=A0 thought it might have something to do with eve= ntual consistency but even after waiting hours, nothing changes.
=
I have only one node (one cassandra sever) running on 64-bit= Ubunutu, if it matters. I added my keyspace and couple of column families = pretty much following defaults in storage-conf.xml.

Thanks,
=C2=A0=C2=A0Oleg

--0016361e7f088a875c048befd886--