Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 69780 invoked from network); 14 Jul 2010 15:30:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 15:30:39 -0000 Received: (qmail 41126 invoked by uid 500); 14 Jul 2010 15:30:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 41089 invoked by uid 500); 14 Jul 2010 15:30:37 -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 41081 invoked by uid 99); 14 Jul 2010 15:30:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 15:30:37 +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 shimi.k@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 15:30:29 +0000 Received: by fxm1 with SMTP id 1so3541770fxm.31 for ; Wed, 14 Jul 2010 08:29:09 -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=fCTxDlW7vGOTMZ+CGAKgAGLsb+5VCPNq4olrF3T8JTc=; b=lS2RoikuDU+gxTAcpTXkyAizVlJfCJUQoOjpSteh83kqpr6EW2l1i1c1sFQUFgbtjX 7gpOwyrqrfoB8FTPgpY8PpTQHaQQry1St83ux+TeEpAGbrnm1HmMddIMfTJSbW2P3YPE GF8MlNjGY/r8kPwfPRuqzY5O74r00epktBxG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QRCekpjPDWD7FQ0a+HHSgjUwK93//zhn4Z94f9iX5WV/4JXZ7FLmDvy9XF7twd//hV W6PbHJp5ELeSdzMGh6QfJMTFo8anDiDc4c9Qo2UYgNodEqDijZXIxZoRl+V/hjPhEXjI g310GztVJs3ep/9JBwEqCTHkXbEpPUSakBD0g= MIME-Version: 1.0 Received: by 10.86.66.6 with SMTP id o6mr6453841fga.64.1279121349216; Wed, 14 Jul 2010 08:29:09 -0700 (PDT) Received: by 10.223.114.210 with HTTP; Wed, 14 Jul 2010 08:29:09 -0700 (PDT) Date: Wed, 14 Jul 2010 18:29:09 +0300 Message-ID: Subject: get_range_slices return the same rows From: shimi To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=000e0cd246cea5082d048b5aa5de X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd246cea5082d048b5aa5de Content-Type: text/plain; charset=ISO-8859-1 I wrote a code that iterate on all the rows by using get_range_slices. for the first call I use KeyRange from "" to "". for all the others I use from to "". I always get the same rows that I got in the previous iteration. I tried changing the batch size but I still gets the same results. I tried it both in single node and a cluster. I use RP with version 0.6.3 and Hector. Does anyone know how this can be done? Shimi --000e0cd246cea5082d048b5aa5de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I wrote a code that iterate on all the rows by using get_r= ange_slices.
for the first call I use KeyRange from "" to &quo= t;".
for all the others I use from <the last key that I got in t= he previous iteration> to "".
I always get the same rows that I got in the previous iteration. I tried ch= anging the batch size but I still gets the same results.
I tried it both= in single node and a cluster.
I use RP with version 0.6.3 and Hector.
Does anyone know how this can be done?

Shimi
--000e0cd246cea5082d048b5aa5de--