Re: How do I change the Cluster Name in the CLI?

2010-04-28 Thread yangfeng
I also want to know 2010/4/28 David Boxenhorn > When I change the cluster name in storage-conf.xml, the CLI complains that > the cluster name doesn't equal "Test Cluster". > > How do I change the cluster name that the CLI looks for? >

Re: tcp CLOSE_WAIT bug

2010-04-25 Thread yangfeng
I encountered the same problem! Hope to get some help.Tks. 2010/4/22 Ingram Chen > arh! That's right. > > I check OutboundTcpConnection and it only does closeSocket() after > something went wrong. I will log more in OutboundTcpConnection to see what > actually happens. > > Thank your help. > > >

How to increase cassandra's performance in read?

2010-04-20 Thread yangfeng
I get 10 columns Family by keys and one columns Family has 30 columns. I use multigetSlice once to get 10 column Family.but the performance is so poor. anyone has other thought to increase the performance.