connecting to wrong IP?

2011-12-03 Thread Radim Kolar
C:\cassandra\bin>nodetool -h 10.0.0.9 repair Starting NodeTool Error connection to remote JMX agent! java.rmi.ConnectException: Connection refused to host: 192.168.140.1; nested exc eption is: java.net.ConnectException: Connection timed out: connect at sun.rmi.transport.tcp.TCPE

Re: Cassandra DataModeling recommendations

2011-12-03 Thread Boris Yen
Not sure I understand your use case, but I think you could use a composite column instead of composite key. For example, UserID:{ TimeUUID1:CartID1, TimeUUID2:CartID2, TimeUUID3:CartID3, } This way, you could do a slice query on the time if you do not need all the carts, and you coul

Re: Repair failure under 0.8.6

2011-12-03 Thread Maxim Potekhin
Thank you Peter. Before I look into details as you suggest, may I ask what you mean "automatically restarted"? They way the box and Cassandra are set up in my case is such that the death of either if final. Also, how do I look for full GC? I just realized that in the latest install, I might have

Re: Repair failure under 0.8.6

2011-12-03 Thread Peter Schuller
Filed https://issues.apache.org/jira/browse/CASSANDRA-3569 to fix it so that streams don't die due to conviction. -- / Peter Schuller (@scode, http://worldmodscode.wordpress.com)

Re: Repair failure under 0.8.6

2011-12-03 Thread Peter Schuller
> quite understand how Cassandra declared a node dead (in the below). Was is a > timeout? How do I fix that? I was about to respond to say that repair doesn't fail just due to failure detection, but this appears to have been broken by CASSANDRA-2433 :( Unless there is a subtle bug the exception y

Repair failure under 0.8.6

2011-12-03 Thread Maxim Potekhin
Please help -- I've been having pretty consistent failures that look like this one. Don't know how to proceed. Below text comes from the system log. The cluster was all up before and after the attempted repair, so I don't quite understand how Cassandra declared a node dead (in the below). Was is

RE: [RELEASE] Apache Cassandra 1.0.5 released

2011-12-03 Thread mike.li
Hi Zhong Li, When I used stress tool to test, I got: Operation [15] retried 10 times - error inserting key 0015 ((InvalidRequestException): unconfigured columnfamily Standard1) Operation [37] retried 10 times - error inserting key 0037 ((InvalidRequestException): unconfigured columnfamily Stan

Re: Insufficient disk space to flush

2011-12-03 Thread Alexandru Dan Sicoe
Understood. Thanks Edward! On Sat, Dec 3, 2011 at 6:35 AM, Edward Capriolo wrote: > There is no way to set a max size on an sstable file. If your Cassandra > data directory is not your / filesystem you could reformat it as ext4 (or > at least ext3 with better options) > > > On Fri, Dec 2, 2011 at