Re: a bug in Hinted handoff

2010-10-22 Thread Chen Xinli
2010/10/22 Brandon Williams > On Fri, Oct 22, 2010 at 3:28 AM, Chen Xinli wrote: > > > Hi, > > > > I'm using 0.6.6 and find hinted handoff never work. > > > > In HintedHandOffManager.java # sendMessage(InetAddress endPoint, String > > tableNam

a bug in Hinted handoff

2010-10-22 Thread Chen Xinli
false, PAGE_SIZE); ColumnFamily cf = cfs.getColumnFamily(filter); if (pagingFinished(cf, startColumn)) break; tableName should be key. -- Best Regards, Chen Xinli

Re: when will cassandra 0.7 be realeased?

2010-09-16 Thread Chen Xinli
Thanks Jonathan. I can do testing with beta, then upgrade to final version in Oct. 2010/9/17 Jonathan Ellis > I don't recommend using the betas for anything but testing. > > We should see 0.7 final in October. > > On Wed, Sep 15, 2010 at 10:27 PM, Chen Xinli wrote: > >

when will cassandra 0.7 be realeased?

2010-09-15 Thread Chen Xinli
Hi, We are going to use cassandra in our production env, and want to use the feature defining keyspace on the fly. When the 0.7 version will be released? or just beta is ok? Thanks. -- Best Regards, Chen Xinli

Re: cassandra for a inbox search with high reading qps

2010-08-20 Thread Chen Xinli
Thanks for the update. I got the idea; it also works in our case. I read the last post by Rob; this feature has been posted before, and there seems no such an easy way to figure it out. Any way, the manual operation can solve our problem. Thanks a lot! 2010/8/20 Oleg Anastasjev > Chen Xi

Re: cassandra for a inbox search with high reading qps

2010-08-19 Thread Chen Xinli
2010/8/19 Oleg Anastasjev > Chen Xinli gmail.com> writes: > > > > > Hi, > > > > Despite our use cases, is't it a good feature to disable reading when a > node > > is doing hinted handoff, just like bootstraping? > > It will be very useful f

Re: cassandra for a inbox search with high reading qps

2010-08-18 Thread Chen Xinli
ement this feature if it's useful. 2010/8/18 Chen Xinli > Thanks for your reply. > > Cassandra, in our case, is used for searching purposes not for data > storage. > We can build the cassandra keyspace data daily/weekly when system load is > lower. > > We have modified t

Fwd: goods search with cassandra

2010-07-19 Thread Chen Xinli
Can someone give me some advices? Thanks! -- Forwarded message -- From: Chen Xinli Date: 2010/7/19 Subject: goods search with cassandra To: u...@cassandra.apache.org Hi, I want to implement goods search with cassandra; and I have some confusings. Can someone help me out? The