Re: does Net::Cassandra work for 0.6.3?

2010-07-21 Thread Alexander Rothenberg
I installed thrift now and generated the perl-interface which is different to the one used in Net::Cassandra, so i would not recommend using it for any current recent versions since its depending on cassandra 0.5. On Tuesday 20 July 2010 16:15:58 Alexander Rothenberg wrote: Hi, we consider

Re: Bootstrap question

2010-07-21 Thread Gary Dusbabek
Anthony, I think you're seeing the results of CASSANDRA-1221. Each node has two connections with its peers. One connection is used for gossip, the other for exchanging commands. What you see with 1221 is the command socket getting 'stuck' after a peer is convicted by gossip and then recovers.

Re: Re: What is consuming the heap?

2010-07-21 Thread Jonathan Ellis
On Tue, Jul 20, 2010 at 11:33 PM, Peter Schuller peter.schul...@infidyne.com wrote:  INFO [GC inspection] 2010-07-21 01:01:49,661 GCInspector.java (line 110) GC for ConcurrentMarkSweep: 11748 ms, 413673472 reclaimed leaving 9779542600 used; max is 10873667584 ERROR [Thread-35] 2010-07-21 

Re: how come some nodes will drop nodes from the ring and not others?

2010-07-21 Thread Carlos Alvarez
On Tue, Jul 20, 2010 at 8:20 PM, Dathan Pattishall datha...@gmail.com wrote: No did not copy the data directories from one node to another. This data is new data, newly created from scratch. I ussualy see this behaviour after a node shutdown/startup but it tends to disappear over time

Re: Estimated release for Cassandra 0.6.4

2010-07-21 Thread S Ahmed
So is it a good estimate to give about 1 month per +.1 release? i.e. 7.0 should be around October/November? (btw great work, keep it up!) On Wed, Jul 21, 2010 at 12:15 AM, CassUser CassUser cassu...@gmail.comwrote: Thanks Eric. On Tue, Jul 20, 2010 at 8:14 PM, Eric Evans

Re: Bootstrap question

2010-07-21 Thread Anthony Molinaro
Sure, looks like that's in 0.6.4, so I'll probably just rebuild my server based on the 0.6 branch, unless you want me to test just the patch for 1221? Most likely won't get a chance to try until tomorrow, so let me know. Thanks, -Anthony On Wed, Jul 21, 2010 at 06:58:13AM -0500, Gary Dusbabek

Re: setting up a cluster

2010-07-21 Thread Aaron Morton
This page may help http://wiki.apache.org/cassandra/MultinodeClusterit goes through the settings to change in storage-config.xmlHave not used it on EC2 so cannot help there. AaronOn 22 Jul, 2010,at 08:34 AM, S Ahmed sahmed1...@gmail.com wrote:Is this the onlydocumentationon startup up a

Cassandra committing massive virtual memory

2010-07-21 Thread Amit Sinha
We are seeing cassandra using very high virtual memory. One server in the cluster shows 90GB and the other shows about 70GB of committed virtual memory. The real memory used is less than 1GB. The Xmx is 4GB. The physical memory on the machine is 32GB and the swap space on the machine is around

Re: Cassandra committing massive virtual memory

2010-07-21 Thread Aaron Morton
Are you using mmap or auto DiskAccessMode ?There is a known issue with memory mapped file access taking up a lot of memory. See CASSANDRA-1214 https://issues.apache.org/jira/browse/CASSANDRA-1214 there is also some discussion in the mail list here. Try setting the DiskAccessMode to standardAaronOn

Re: Is it possible to read from one row, several SuperColumns with all their Columns in one call?

2010-07-21 Thread Aaron Morton
Take a look at the get_slice function http://wiki.apache.org/cassandra/APIYou could send one with a ColumnParent that only specifies the ColumnFamily and a SlicePredicate with a SliceRange where the start and finish values are empty strings. Set the count to an appropriate level to get them all

CRUD test

2010-07-21 Thread Oleg Tsvinev
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