Re: Bootstrap failures: unable to find sufficient sources for streaming range

2014-08-15 Thread Peter Haggerty
I'll add that while we don't see either of the nodes with the range that failed marked as down one of them *does* appear to have a late arrival of the cluster of UP messages that happens just after the bootstrap fails: $ egrep 'JOIN|Illegal|10.11.12.14|10.11.12.13' system.log | grep -v ^DEBUG IN

Re: Bootstrap failures: unable to find sufficient sources for streaming range

2014-08-15 Thread Peter Haggerty
Neither of the two nodes identified as having the range that IllegalStateException reports are mentioned by FailureDetector.java. There are 5 endpoints that FailureDetector says are 'unknown endpoint' but all of them are reported as "UP" by Gossiper.java before the "schema complete, ready to boots

Re: question about OpsCenter agent

2014-08-15 Thread Clint Kelly
Thanks, Mark, this was exactly what I needed! On Thu, Aug 14, 2014 at 11:54 PM, Mark Reddy wrote: > Hi Clint, > > You need to configure the datastax-agents so they know what machine > OpsCenter is running on. To do this you will need to edit the address.yaml > of the datastax-agent, located in /v

Re: Best practices for frequently updated columns

2014-08-15 Thread Philo Yang
The write performance of INSERT or UPDATE is very high in C*, but if you update too often the row you update frequently will be in many SSTables so the read latency and system load will be increased until these SSTables are compacted into one single file. I think you can use redis (or memcache) to

Re: Could table partitioning be implemented using a customer compaction strategy?

2014-08-15 Thread DuyHai Doan
Check that: https://issues.apache.org/jira/browse/CASSANDRA-6602 There is a patch for a compaction strategy dedicated to time series data. The discussion is also interesting in the comments. On Fri, Aug 15, 2014 at 6:28 AM, Kevin Burton wrote: > We use log structured tables to hold logs for

Re: Bootstrap failures: unable to find sufficient sources for streaming range

2014-08-15 Thread Mark Reddy
Hi Peter, At the time of the IllegalStateException, do you see the node that it should be streaming from marked as down by the failure detector? Mark On Fri, Aug 15, 2014 at 5:45 AM, Peter Haggerty wrote: > When adding nodes via bootstrap to a 27 node 2.0.9 cluster with a > cluster-wide phi_