Re: strange gossip messages after node reboot with different ip

2012-05-08 Thread Piavlo
On 05/01/2012 04:16 AM, aaron morton wrote: Gossip information about a node can stay in the cluster for up to 3 days. How long has this been going on for ? This has been going for over a week already without any signs of slow down, all nodes that have changed ip popup as UP/DEAD endlessly. Any

RE: cassandra1.1 can't start

2012-05-08 Thread Pierre Chalamet
This looks like CASSANDRA-4201 where map() was failing with oom under 32 bits jvm. Jonathan provided a patch for that. You can apply it on top of 1.1. - Pierre From: cyril auburtin [mailto:cyril.aubur...@gmail.com] Sent: mardi 8 mai 2012 08:56 To: user@cassandra.apache.org Subject: Re: ca

Re: cassandra1.1 can't start

2012-05-08 Thread cyril auburtin
ah thx yes that's true I forgot to say we are using 32bits Java, we should use 64 now that everything is stable with 64bit thx 2012/5/8 Pierre Chalamet > This looks like CASSANDRA-4201 where map() was failing with oom under 32 > bits jvm. > > Jonathan provided a patch for that. You can appl

Re: Timeout Exception in get_slice

2012-05-08 Thread aaron morton
If I was rebuilding my power after spending the first thousand years of the Third Age as a shapeless evil I would cast my Eye of Fire in the direction of the filthy little multi_gets. A node can fail to respond to a query with rpc_timeout for two reasons: either the command did not run or the

[RELEASE] Apache Cassandra 1.0.10 released

2012-05-08 Thread Sylvain Lebresne
The Cassandra team is pleased to announce the release of Apache Cassandra version 1.0.10. Cassandra is a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. You can read more here: http://cassan

Re: [RELEASE] Apache Cassandra 1.0.10 released

2012-05-08 Thread Jonas Borgström
Hi, Can someone give some more details about the CASSANDRA-4116 bug fixed in this release? Could this cause resurrection of deleted data for example? https://issues.apache.org/jira/browse/CASSANDRA-4116 / Jonas On 2012-05-08 11:04 , Sylvain Lebresne wrote: > The Cassandra team is pleased to an

Re: count after truncate NOT zero

2012-05-08 Thread aaron morton
> Some 'feature' for future implementation, maybe? imho truncation working as a meta data operation is the correct approach. It's generally used in testing and development. It deletes the data and removes the SSTables, giving you a clean state. A CF level tombstone would mean that reads had to

enforcing ordering

2012-05-08 Thread Franc Carter
Hi, I'm wondering if there is a common 'pattern' to address a scenario we will have to deal with. We will be storing a set of Column/Value pairs per Key where the Column/Values are read from a set of files that we download regularly. We need the loading to be resilient and we can receive correcti

Re: using the proxy on the cli or configHelper to connect to cassandra server

2012-05-08 Thread aaron morton
There is no support in the cli for using a socks proxy. You would need to add it. Take a look in CliMain.java Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 8/05/2012, at 10:00 AM, Shawna Qian wrote: > Hello: > > In our cassandra sett

Re: getting status of long running repair

2012-05-08 Thread aaron morton
When you look in the logs please let me know if you see this error… https://issues.apache.org/jira/browse/CASSANDRA-4223 I look at nodetool compactionstats (for the Merkle tree phase), nodetool netstats for the streaming, and this to check for streaming progress: while true; do date; diff <(nod

Re: enforcing ordering

2012-05-08 Thread aaron morton
Can you store the corrections in a separate CF? When the client reads the key, reads from the original the corrects CF at the same time. Apply the correction only on the client side. When you have confirmed the ingest has completed, run a background jobs to apply the corrections, store the up

Re: enforcing ordering

2012-05-08 Thread Franc Carter
On Tue, May 8, 2012 at 8:09 PM, aaron morton wrote: > Can you store the corrections in a separate CF? > Yes, I thought of that, but that turns on read in to two ;-( > > When the client reads the key, reads from the original the corrects CF at > the same time. Apply the correction only on the cl

Use-case: multi-instance webshop

2012-05-08 Thread R. Verlangen
Hi there, I'm working on a datamodel for a multi-website, multi-customer system. Things we would like to do: - search products (lucene / solr / solandra) - multi-filter (e.g. categories) - reviews - voting I can't really see how to do the filtering of the products by categories and even things li

RE: sstableloader 1.1 won't stream

2012-05-08 Thread Pieter Callewaert
I've updated all nodes to 1.1 but I keep getting the same problem... Any other thoughts about this? Kind regards, Pieter -Original Message- From: Benoit Perroud [mailto:ben...@noisette.ch] Sent: maandag 7 mei 2012 22:21 To: user@cassandra.apache.org Subject: Re: sstableloader 1.1 won't s

Re: [RELEASE] Apache Cassandra 1.0.10 released

2012-05-08 Thread Sam Tunnicliffe
Hi Jonas, the bug that was fixed in 4116 meant that the max timestamp recorded for an sstable didn't consider any tombstones from row deletions. This meant that from some queries, some sstables were not being read when they should have been. I couldn't say categorically that this would cause the d

Re: Timeout Exception in get_slice

2012-05-08 Thread Luís Ferreira
Maybe one of the problems is that I am reading the columns in a row and the rows themselves in batches, using the count attribute in the SliceRange and by changing the start column or the corresponding for rows with the KeyRange. According to your blog post, using start key to read for millions

Re: Failing to delete commitlog at startup/shutdown (Windows)

2012-05-08 Thread Conan Cook
Hi Steve, Thanks for your reply, sorry for the delay in getting back to you. We're actually doing something very similar already, using Hector's EmbeddedServerHelper (it's basically the same, maybe it came from the same code). Unfortunately whilst writing this our internet went down and I someti

Re: getting status of long running repair

2012-05-08 Thread Bill Au
There are no error message in my log. I ended up restarting all the nodes in my cluster. After that I was able to run repair successfully on one of the node. It took about 40 minutes. Feeling lucky I ran repair on another node and it is stuck again. tpstats show 1 active and 1 pending AntiEntro

Re: Error deleting column families with 1.1

2012-05-08 Thread aaron morton
Could you please create a ticket for this on https://issues.apache.org/jira/browse/CASSANDRA Please include: * operating system * keyspace / column family definition * output of of "ls -lah" for the "/var/lib/cassandra/data/Disco/Client/" directory after the error occurs. Thanks --

Re: getting status of long running repair

2012-05-08 Thread Vijay
What is the version you are using? is it Multi DC setup? Are you seeing a lot of dropped Mutations/Messages? Are the nodes going up and down all the time while the repair is running? Regards, On Tue, May 8, 2012 at 2:05 PM, Bill Au wrote: > There are no error message in my log. > > I ended u

Re: [RELEASE] Apache Cassandra 1.0.10 released

2012-05-08 Thread Radim Kolar
Dne 8.5.2012 15:25, Sam Tunnicliffe napsal(a): I couldn't say categorically that this would cause the deleted data to reappear in read results, but I can see how it could do. You think it can remove long standing problems with counters?

Re: Failing to delete commitlog at startup/shutdown (Windows)

2012-05-08 Thread Tamar Fraenkel
What I do, is that I have VmWare player with VM running Cassandra localy on my laptop. This is useful when there is no internet connection and works fine for me. *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54