Re: How to unit test my code calling Cassandra with Thift

2010-02-13 Thread Ran Tavory
I've committed to trunk all the required code and posted about it, hope you find it useful http://prettyprint.me/2010/02/14/running-cassandra-as-an-embedded-service/ On Sun, Jan 24, 2010 at 12:20 PM, Richard Grossman wrote: > Great Ran, > > I think I've missed the .setDaemon to keep the server a

Re: TimeOutExceptions and Cluster Performance

2010-02-13 Thread Stu Hood
The combination of 'too many open files' and lots of memtable flushes could mean you have tons and tons of sstables on disk. This can make reads especially slow. If you are seeing the timeouts on reads a lot more often than on writes, then this explanation might make sense, and you should watch