Hi, Ross.
We had the same problem under the same version of Cassandra. We opted to copy
ALL the stables from the old cluster to each new node, then run nodetool
refresh. The missing rows have appeared after this procedure.
Best regards,
Francisco.
On Nov 27, 2013, at 7:49 PM, Ross Black wro
Hi Tyler,
Thanks (somehow I missed that ticket when I searched for sstableloader
bugs).
I will retry with 1.2.12 when we get a chance to upgrade. In the meantime
I have switched to loading data via the normal client API (slower but
reliable).
Ross
On 28 November 2013 03:45, Tyler Hobbs wrot
On Wed, Nov 27, 2013 at 2:47 AM, Turi, Ferenc (GE Power & Water, Non-GE) <
ferenc.t...@ge.com> wrote:
> Did you try to use CQL2 tables?
>
>
>
> /create the CF / table using “cqlsh -2”.
>
>
>
> We experienced the same but using CQL2 helped us.
>
CQL2 is a historical footnote and is likely to be r
On Wed, Nov 27, 2013 at 3:12 AM, Ross Black wrote:
> Using Cassandra 1.2.10, I am trying to load sstable data into a cluster of
> 6 machines.
This may be affecting you:
https://issues.apache.org/jira/browse/CASSANDRA-6272
Using 1.2.12 for the sstableloader process should work.
--
Tyler Hobb
Hi Ross,
Did you try to use CQL2 tables?
/create the CF / table using "cqlsh -2".
We experienced the same but using CQL2 helped us.
Ferenc
From: Ross Black [mailto:ross.w.bl...@gmail.com]
Sent: Wednesday, November 27, 2013 10:12 AM
To: user@cassandra.apache.org
Subject: data dr
Hi,
Using Cassandra 1.2.10, I am trying to load sstable data into a cluster of
6 machines.
The machines are using vnodes, and are configured with
NetworkTopologyStrategy replication=3 and LeveledCompactionStrategy on the
tables being loaded.
The sstable data was generated using SSTableSimpleUnsort