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
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
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
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)
> 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
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
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
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