[VOTE] 0.7.0 RC1

2010-10-22 Thread Eric Evans
We're closing in on a final; it shouldn't be long now. I propose the following for 0.7.0 Release Candidate 1. SVN: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-...@r1026517 0.7.0-rc1 artifacts: http://people.apache.org/~eevans The vote will be open for the usual 72 hours. [1]

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 > > tableName, String key) > > > > QueryFilter filter = new Slice

Re: a bug in Hinted handoff

2010-10-22 Thread 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 > tableName, String key) > > QueryFilter filter = new SliceQueryFilter(tableName, new > QueryPath(cfs.getCol

a bug in Hinted handoff

2010-10-22 Thread Chen Xinli
Hi, I'm using 0.6.6 and find hinted handoff never work. In HintedHandOffManager.java # sendMessage(InetAddress endPoint, String tableName, String key) QueryFilter filter = new SliceQueryFilter(tableName, new QueryPath(cfs.getColumnFamilyName()), startColumn, ArrayUtils.EMPTY_BYTE_ARRAY, false, P