a bug in Hinted handoff

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

Re: a bug in Hinted handoff

2010-10-22 Thread Chen Xinli
2010/10/22 Brandon Williams dri...@gmail.com On Fri, Oct 22, 2010 at 3:28 AM, Chen Xinli chen.d...@gmail.com wrote: Hi, I'm using 0.6.6 and find hinted handoff never work. In HintedHandOffManager.java # sendMessage(InetAddress endPoint, String tableName, String key) QueryFilter

Re: cassandra for a inbox search with high reading qps

2010-08-19 Thread Chen Xinli
2010/8/19 Oleg Anastasjev olega...@gmail.com Chen Xinli chen.daqi at 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 for READ ONE consitency level

Re: cassandra for a inbox search with high reading qps

2010-08-18 Thread Chen Xinli
this feature if it's useful. 2010/8/18 Chen Xinli chen.d...@gmail.com 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 the cassandra code to add