RE: [VOTE] 0.7.0 RC1
-1 bin/config-converter failed: see https://issues.apache.org/jira/browse/CASSANDRA-1655 -Original Message- From: "Eric Evans" Sent: Friday, October 22, 2010 10:28pm To: dev@cassandra.apache.org Subject: [VOTE] 0.7.0 RC1 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]: http://goo.gl/zLY0 (CHANGES.txt) [2]: http://goo.gl/U5Fo (NEWS.txt) -- Eric Evans eev...@rackspace.com
RE: [VOTE] 0.7.0 RC1
Also, client connections fail immediately with a version mismatch: something is not kosher with the Thrift build. Poor cats. -Original Message- From: "Stu Hood" Sent: Saturday, October 23, 2010 11:28am To: dev@cassandra.apache.org Subject: RE: [VOTE] 0.7.0 RC1 -1 bin/config-converter failed: see https://issues.apache.org/jira/browse/CASSANDRA-1655 -Original Message- From: "Eric Evans" Sent: Friday, October 22, 2010 10:28pm To: dev@cassandra.apache.org Subject: [VOTE] 0.7.0 RC1 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]: http://goo.gl/zLY0 (CHANGES.txt) [2]: http://goo.gl/U5Fo (NEWS.txt) -- Eric Evans eev...@rackspace.com
RE: [VOTE] 0.7.0 RC1
On Sat, 2010-10-23 at 11:44 -0500, Stu Hood wrote: > Also, client connections fail immediately with a version mismatch: > something is not kosher with the Thrift build. Poor cats. Not seeing this, the system tests pass here. -- Eric Evans eev...@rackspace.com
Re: a bug in Hinted handoff
You're right, it looks like a bad backport since the 0.7 code is correct. Patch attached to https://issues.apache.org/jira/browse/CASSANDRA-1656 On Fri, Oct 22, 2010 at 8:11 PM, Chen Xinli wrote: > 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 SliceQueryFilter(tableName, new >> > QueryPath(cfs.getColumnFamilyName()), startColumn, >> > ArrayUtils.EMPTY_BYTE_ARRAY, false, PAGE_SIZE); >> > ColumnFamily cf = cfs.getColumnFamily(filter); >> > if (pagingFinished(cf, startColumn)) >> > break; >> > >> > tableName should be key. >> > >> >> In 0.6, the HH schema is a SCF, where the row key is the keyspace for which >> the hints belong, the supercolumn name is the row key the hint belongs to, >> and the subcolumns are the IP addresses of the destinations. What >> sendMessage is doing here is using the keyspace (tableName) as the row key, >> which is correct. >> >> -Brandon >> > > You are talking about fetching row keys and IP from HINTS column family; > using tableName as row key is correct there. > This logic is in method deliverHintsToEndpoint > > In sendMessage, using tableName as row key obviously is wrong. I think it > was caused by copying-sourcecode. > > -- > Best Regards, > Chen Xinli > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com
RE: [VOTE] 0.7.0 RC1
I was able to reproduce it with: > bin/cassandra -f > bin/cassandra-cli --host localhost --port 9160 Client prints: > Exception retrieving information about the cassandra node, check you > have connected to the thrift port. Server prints: > TProtocolException: Missing version in readMessageBegin, old client? -Original Message- From: "Eric Evans" Sent: Saturday, October 23, 2010 11:49am To: dev@cassandra.apache.org Subject: RE: [VOTE] 0.7.0 RC1 On Sat, 2010-10-23 at 11:44 -0500, Stu Hood wrote: > Also, client connections fail immediately with a version mismatch: > something is not kosher with the Thrift build. Poor cats. Not seeing this, the system tests pass here. -- Eric Evans eev...@rackspace.com
Re: [VOTE] 0.7.0 RC1
Are you seeing this just on the artifacts or on trunk? Trunk gives me $ bin/cassandra-cli --host localhost Connected to: "Test Cluster" on localhost/9160 [defa...@unknown] create keyspace Keyspace1 80379cab-ded6-11df-b235-e700f669bcfc On Sat, Oct 23, 2010 at 11:44 AM, Stu Hood wrote: > Also, client connections fail immediately with a version mismatch: something > is not kosher with the Thrift build. Poor cats. > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 11:28am > To: dev@cassandra.apache.org > Subject: RE: [VOTE] 0.7.0 RC1 > > -1 > > bin/config-converter failed: see > https://issues.apache.org/jira/browse/CASSANDRA-1655 > > -Original Message- > From: "Eric Evans" > Sent: Friday, October 22, 2010 10:28pm > To: dev@cassandra.apache.org > Subject: [VOTE] 0.7.0 RC1 > > > 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]: http://goo.gl/zLY0 (CHANGES.txt) > [2]: http://goo.gl/U5Fo (NEWS.txt) > > -- > Eric Evans > eev...@rackspace.com > > > > > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com
Re: [VOTE] 0.7.0 RC1
I'm only seeing the problem with the artifacts. -Original Message- From: "Jonathan Ellis" Sent: Saturday, October 23, 2010 1:51pm To: "dev" Subject: Re: [VOTE] 0.7.0 RC1 Are you seeing this just on the artifacts or on trunk? Trunk gives me $ bin/cassandra-cli --host localhost Connected to: "Test Cluster" on localhost/9160 [defa...@unknown] create keyspace Keyspace1 80379cab-ded6-11df-b235-e700f669bcfc On Sat, Oct 23, 2010 at 11:44 AM, Stu Hood wrote: > Also, client connections fail immediately with a version mismatch: something > is not kosher with the Thrift build. Poor cats. > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 11:28am > To: dev@cassandra.apache.org > Subject: RE: [VOTE] 0.7.0 RC1 > > -1 > > bin/config-converter failed: see > https://issues.apache.org/jira/browse/CASSANDRA-1655 > > -Original Message- > From: "Eric Evans" > Sent: Friday, October 22, 2010 10:28pm > To: dev@cassandra.apache.org > Subject: [VOTE] 0.7.0 RC1 > > > 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]: http://goo.gl/zLY0 (CHANGES.txt) > [2]: http://goo.gl/U5Fo (NEWS.txt) > > -- > Eric Evans > eev...@rackspace.com > > > > > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com
Re: [VOTE] 0.7.0 RC1
And as the last variable, the src artifact builds and does not exhibit the problem, so this is very likely a problem with the classes in the bin artifact. -Original Message- From: "Stu Hood" Sent: Saturday, October 23, 2010 1:59pm To: dev@cassandra.apache.org Subject: Re: [VOTE] 0.7.0 RC1 I'm only seeing the problem with the artifacts. -Original Message- From: "Jonathan Ellis" Sent: Saturday, October 23, 2010 1:51pm To: "dev" Subject: Re: [VOTE] 0.7.0 RC1 Are you seeing this just on the artifacts or on trunk? Trunk gives me $ bin/cassandra-cli --host localhost Connected to: "Test Cluster" on localhost/9160 [defa...@unknown] create keyspace Keyspace1 80379cab-ded6-11df-b235-e700f669bcfc On Sat, Oct 23, 2010 at 11:44 AM, Stu Hood wrote: > Also, client connections fail immediately with a version mismatch: something > is not kosher with the Thrift build. Poor cats. > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 11:28am > To: dev@cassandra.apache.org > Subject: RE: [VOTE] 0.7.0 RC1 > > -1 > > bin/config-converter failed: see > https://issues.apache.org/jira/browse/CASSANDRA-1655 > > -Original Message- > From: "Eric Evans" > Sent: Friday, October 22, 2010 10:28pm > To: dev@cassandra.apache.org > Subject: [VOTE] 0.7.0 RC1 > > > 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]: http://goo.gl/zLY0 (CHANGES.txt) > [2]: http://goo.gl/U5Fo (NEWS.txt) > > -- > Eric Evans > eev...@rackspace.com > > > > > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com
Re: [VOTE] 0.7.0 RC1
Ack. This was a framed transport problem... the config converter will leave people in a state where the cli won't connect by default. I guess it's a known issue. Sorry! -Original Message- From: "Stu Hood" Sent: Saturday, October 23, 2010 2:03pm To: dev@cassandra.apache.org Subject: Re: [VOTE] 0.7.0 RC1 And as the last variable, the src artifact builds and does not exhibit the problem, so this is very likely a problem with the classes in the bin artifact. -Original Message- From: "Stu Hood" Sent: Saturday, October 23, 2010 1:59pm To: dev@cassandra.apache.org Subject: Re: [VOTE] 0.7.0 RC1 I'm only seeing the problem with the artifacts. -Original Message- From: "Jonathan Ellis" Sent: Saturday, October 23, 2010 1:51pm To: "dev" Subject: Re: [VOTE] 0.7.0 RC1 Are you seeing this just on the artifacts or on trunk? Trunk gives me $ bin/cassandra-cli --host localhost Connected to: "Test Cluster" on localhost/9160 [defa...@unknown] create keyspace Keyspace1 80379cab-ded6-11df-b235-e700f669bcfc On Sat, Oct 23, 2010 at 11:44 AM, Stu Hood wrote: > Also, client connections fail immediately with a version mismatch: something > is not kosher with the Thrift build. Poor cats. > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 11:28am > To: dev@cassandra.apache.org > Subject: RE: [VOTE] 0.7.0 RC1 > > -1 > > bin/config-converter failed: see > https://issues.apache.org/jira/browse/CASSANDRA-1655 > > -Original Message- > From: "Eric Evans" > Sent: Friday, October 22, 2010 10:28pm > To: dev@cassandra.apache.org > Subject: [VOTE] 0.7.0 RC1 > > > 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]: http://goo.gl/zLY0 (CHANGES.txt) > [2]: http://goo.gl/U5Fo (NEWS.txt) > > -- > Eric Evans > eev...@rackspace.com > > > > > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com
Re: [VOTE] 0.7.0 RC1
Maybe we should set the new value to unframed always and include a warning if that's not what their 0.6 value was. On Sat, Oct 23, 2010 at 2:08 PM, Stu Hood wrote: > Ack. This was a framed transport problem... the config converter will leave > people in a state where the cli won't connect by default. I guess it's a > known issue. > > Sorry! > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 2:03pm > To: dev@cassandra.apache.org > Subject: Re: [VOTE] 0.7.0 RC1 > > And as the last variable, the src artifact builds and does not exhibit the > problem, so this is very likely a problem with the classes in the bin > artifact. > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 1:59pm > To: dev@cassandra.apache.org > Subject: Re: [VOTE] 0.7.0 RC1 > > I'm only seeing the problem with the artifacts. > > -Original Message- > From: "Jonathan Ellis" > Sent: Saturday, October 23, 2010 1:51pm > To: "dev" > Subject: Re: [VOTE] 0.7.0 RC1 > > Are you seeing this just on the artifacts or on trunk? > > Trunk gives me > > $ bin/cassandra-cli --host localhost > Connected to: "Test Cluster" on localhost/9160 > [defa...@unknown] create keyspace Keyspace1 > 80379cab-ded6-11df-b235-e700f669bcfc > > > On Sat, Oct 23, 2010 at 11:44 AM, Stu Hood wrote: >> Also, client connections fail immediately with a version mismatch: something >> is not kosher with the Thrift build. Poor cats. >> >> -Original Message- >> From: "Stu Hood" >> Sent: Saturday, October 23, 2010 11:28am >> To: dev@cassandra.apache.org >> Subject: RE: [VOTE] 0.7.0 RC1 >> >> -1 >> >> bin/config-converter failed: see >> https://issues.apache.org/jira/browse/CASSANDRA-1655 >> >> -Original Message- >> From: "Eric Evans" >> Sent: Friday, October 22, 2010 10:28pm >> To: dev@cassandra.apache.org >> Subject: [VOTE] 0.7.0 RC1 >> >> >> 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]: http://goo.gl/zLY0 (CHANGES.txt) >> [2]: http://goo.gl/U5Fo (NEWS.txt) >> >> -- >> Eric Evans >> eev...@rackspace.com >> >> >> >> >> >> > > > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of Riptano, the source for professional Cassandra support > http://riptano.com > > > > > > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com
Re: [VOTE] 0.7.0 RC1
Sounds reasonable: https://issues.apache.org/jira/browse/CASSANDRA-1659 -Original Message- From: "Jonathan Ellis" Sent: Saturday, October 23, 2010 5:08pm To: "dev" Subject: Re: [VOTE] 0.7.0 RC1 Maybe we should set the new value to unframed always and include a warning if that's not what their 0.6 value was. On Sat, Oct 23, 2010 at 2:08 PM, Stu Hood wrote: > Ack. This was a framed transport problem... the config converter will leave > people in a state where the cli won't connect by default. I guess it's a > known issue. > > Sorry! > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 2:03pm > To: dev@cassandra.apache.org > Subject: Re: [VOTE] 0.7.0 RC1 > > And as the last variable, the src artifact builds and does not exhibit the > problem, so this is very likely a problem with the classes in the bin > artifact. > > -Original Message- > From: "Stu Hood" > Sent: Saturday, October 23, 2010 1:59pm > To: dev@cassandra.apache.org > Subject: Re: [VOTE] 0.7.0 RC1 > > I'm only seeing the problem with the artifacts. > > -Original Message- > From: "Jonathan Ellis" > Sent: Saturday, October 23, 2010 1:51pm > To: "dev" > Subject: Re: [VOTE] 0.7.0 RC1 > > Are you seeing this just on the artifacts or on trunk? > > Trunk gives me > > $ bin/cassandra-cli --host localhost > Connected to: "Test Cluster" on localhost/9160 > [defa...@unknown] create keyspace Keyspace1 > 80379cab-ded6-11df-b235-e700f669bcfc > > > On Sat, Oct 23, 2010 at 11:44 AM, Stu Hood wrote: >> Also, client connections fail immediately with a version mismatch: something >> is not kosher with the Thrift build. Poor cats. >> >> -Original Message- >> From: "Stu Hood" >> Sent: Saturday, October 23, 2010 11:28am >> To: dev@cassandra.apache.org >> Subject: RE: [VOTE] 0.7.0 RC1 >> >> -1 >> >> bin/config-converter failed: see >> https://issues.apache.org/jira/browse/CASSANDRA-1655 >> >> -Original Message- >> From: "Eric Evans" >> Sent: Friday, October 22, 2010 10:28pm >> To: dev@cassandra.apache.org >> Subject: [VOTE] 0.7.0 RC1 >> >> >> 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]: http://goo.gl/zLY0 (CHANGES.txt) >> [2]: http://goo.gl/U5Fo (NEWS.txt) >> >> -- >> Eric Evans >> eev...@rackspace.com >> >> >> >> >> >> > > > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of Riptano, the source for professional Cassandra support > http://riptano.com > > > > > > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com