Re: [VOTE] 0.7.3 take #2

2011-03-01 Thread Jonathan Ellis
+1

On Tue, Mar 1, 2011 at 1:32 PM, Eric Evans  wrote:
>
> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> I propose the following for release as 0.7.3.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> 0.7.3 artifacts: http://people.apache.org/~eevans
>
> The vote will be open for 72 hours.
>
> Thanks.
>
> [1]: http://goo.gl/hX02M (CHANGES.txt)
> [2]: http://goo.gl/HXlNH (NEWS.txt)
>
> --
> Eric Evans
> eev...@rackspace.com
>
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of DataStax, the source for professional Cassandra support
http://www.datastax.com


Re: [VOTE] 0.7.3 take #2

2011-03-01 Thread Sylvain Lebresne
+1

On Tue, Mar 1, 2011 at 8:33 PM, Jonathan Ellis  wrote:

> +1
>
> On Tue, Mar 1, 2011 at 1:32 PM, Eric Evans  wrote:
> >
> > Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> > I propose the following for release as 0.7.3.
> >
> > SVN:
> >
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> > 0.7.3 artifacts: http://people.apache.org/~eevans
> >
> > The vote will be open for 72 hours.
> >
> > Thanks.
> >
> > [1]: http://goo.gl/hX02M (CHANGES.txt)
> > [2]: http://goo.gl/HXlNH (NEWS.txt)
> >
> > --
> > Eric Evans
> > eev...@rackspace.com
> >
> >
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder of DataStax, the source for professional Cassandra support
> http://www.datastax.com
>


Re: [VOTE] 0.7.3 take #2

2011-03-01 Thread Stephen Connolly
I'll see if I can stage while hanging around Dublin Airport after that data
roaming costs are prohibitive

-Stephen

On 1 March 2011 19:32, Eric Evans  wrote:

>
> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> I propose the following for release as 0.7.3.
>
> SVN:
>
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> 0.7.3 artifacts: http://people.apache.org/~eevans
>
> The vote will be open for 72 hours.
>
> Thanks.
>
> [1]: http://goo.gl/hX02M (CHANGES.txt)
> [2]: http://goo.gl/HXlNH (NEWS.txt)
>
> --
> Eric Evans
> eev...@rackspace.com
>
>


Re: [VOTE] 0.7.3 take #2

2011-03-01 Thread Stephen Connolly
On 1 March 2011 19:32, Eric Evans  wrote:

>
> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> I propose the following for release as 0.7.3.
>
> SVN:
>
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> 0.7.3 artifacts: http://people.apache.org/~eevans
>
> The vote will be open for 72 hours.
>
> Thanks.
>
> [1]: http://goo.gl/hX02M (CHANGES.txt)
> [2]: http://goo.gl/HXlNH (NEWS.txt)
>
> --
> Eric Evans
> eev...@rackspace.com
>
>
Artifacts staged for promotion to maven central repository:

https://repository.apache.org/content/repositories/orgapachecassandra-001/

*Description:*

apache cassandra 0.7.3 take #2

*Details:*

The following artifacts have been staged to the org.apache.cassandra-001
(u:stephenc)
 repository.

archetype-catalog.xml
apache-cassandra-0.7.3-src.tar.gz.asc
apache-cassandra-0.7.3.pom.asc
apache-cassandra-0.7.3-bin.tar.gz.asc
apache-cassandra-0.7.3.pom
apache-cassandra-0.7.3-src.tar.gz
apache-cassandra-0.7.3-bin.tar.gz
cassandra-all-0.7.3.pom
cassandra-all-0.7.3-javadoc.jar.asc
cassandra-all-0.7.3.jar.asc
cassandra-all-0.7.3.jar
cassandra-all-0.7.3-sources.jar
cassandra-all-0.7.3-javadoc.jar
cassandra-all-0.7.3-sources.jar.asc
cassandra-all-0.7.3.pom.asc


Re: [VOTE] 0.7.3 take #2

2011-03-03 Thread Shotaro Kamio
Hi,

I'm testing 0.7.3 take#2 with multi node installation.

I tried to read data using hector with quorum consistency after
millions of data were put into cassandra. It looked ok at first. But,
after a while, the client received many TimedOutException. When I
looked into cassandra log, the following error is recorded in many of
nodes.
Have anyone seen this error?

ERROR [RequestResponseStage:67] 2011-03-04 00:10:32,062
AbstractCassandraDaemon.java (line 114) Fatal exception in thread
Thread[RequestResponseStage:67,5,main]
java.lang.AssertionError
at 
org.apache.cassandra.service.ReadCallback.response(ReadCallback.java:127)
at 
org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:49)
at 
org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)


Thanks,
Shotaro



On Wed, Mar 2, 2011 at 1:31 PM, Stephen Connolly
 wrote:
> On 1 March 2011 19:32, Eric Evans  wrote:
>
>>
>> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
>> I propose the following for release as 0.7.3.
>>
>> SVN:
>>
>> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
>> 0.7.3 artifacts: http://people.apache.org/~eevans
>>
>> The vote will be open for 72 hours.
>>
>> Thanks.
>>
>> [1]: http://goo.gl/hX02M (CHANGES.txt)
>> [2]: http://goo.gl/HXlNH (NEWS.txt)
>>
>> --
>> Eric Evans
>> eev...@rackspace.com
>>
>>
> Artifacts staged for promotion to maven central repository:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-001/
>
> *Description:*
>
> apache cassandra 0.7.3 take #2
>
> *Details:*
>
> The following artifacts have been staged to the org.apache.cassandra-001
> (u:stephenc)
>  repository.
>
> archetype-catalog.xml
> apache-cassandra-0.7.3-src.tar.gz.asc
> apache-cassandra-0.7.3.pom.asc
> apache-cassandra-0.7.3-bin.tar.gz.asc
> apache-cassandra-0.7.3.pom
> apache-cassandra-0.7.3-src.tar.gz
> apache-cassandra-0.7.3-bin.tar.gz
> cassandra-all-0.7.3.pom
> cassandra-all-0.7.3-javadoc.jar.asc
> cassandra-all-0.7.3.jar.asc
> cassandra-all-0.7.3.jar
> cassandra-all-0.7.3-sources.jar
> cassandra-all-0.7.3-javadoc.jar
> cassandra-all-0.7.3-sources.jar.asc
> cassandra-all-0.7.3.pom.asc
>



-- 
Shotaro Kamio


Re: [VOTE] 0.7.3 take #2

2011-03-04 Thread Brandon Williams
+1

On Tue, Mar 1, 2011 at 1:32 PM, Eric Evans  wrote:

>
> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> I propose the following for release as 0.7.3.
>
> SVN:
>
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> 0.7.3 artifacts: http://people.apache.org/~eevans
>
> The vote will be open for 72 hours.
>
> Thanks.
>
> [1]: http://goo.gl/hX02M (CHANGES.txt)
> [2]: http://goo.gl/HXlNH (NEWS.txt)
>
> --
> Eric Evans
> eev...@rackspace.com
>
>


Re: [VOTE] 0.7.3 take #2

2011-03-04 Thread Jake Luciani
+1

On Fri, Mar 4, 2011 at 1:00 PM, Brandon Williams  wrote:

> +1
>
> On Tue, Mar 1, 2011 at 1:32 PM, Eric Evans  wrote:
>
> >
> > Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> > I propose the following for release as 0.7.3.
> >
> > SVN:
> >
> >
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> > 0.7.3 artifacts: http://people.apache.org/~eevans
> >
> > The vote will be open for 72 hours.
> >
> > Thanks.
> >
> > [1]: http://goo.gl/hX02M (CHANGES.txt)
> > [2]: http://goo.gl/HXlNH (NEWS.txt)
> >
> > --
> > Eric Evans
> > eev...@rackspace.com
> >
> >
>



-- 
http://twitter.com/tjake


Re: [VOTE] 0.7.3 take #2

2011-03-07 Thread Tyler Hobbs
On Thu, Mar 3, 2011 at 11:24 AM, Shotaro Kamio  wrote:

> Hi,
>
> I'm testing 0.7.3 take#2 with multi node installation.
>
> I tried to read data using hector with quorum consistency after
> millions of data were put into cassandra. It looked ok at first. But,
> after a while, the client received many TimedOutException. When I
> looked into cassandra log, the following error is recorded in many of
> nodes.
> Have anyone seen this error?
>
> ERROR [RequestResponseStage:67] 2011-03-04 00:10:32,062
> AbstractCassandraDaemon.java (line 114) Fatal exception in thread
> Thread[RequestResponseStage:67,5,main]
> java.lang.AssertionError
>at
> org.apache.cassandra.service.ReadCallback.response(ReadCallback.java:127)
>at
> org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:49)
>at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
>at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>at java.lang.Thread.run(Thread.java:662)
>
>
> Thanks,
> Shotaro
>

Hi Shotaro,

I'm encountering the same issue, and I've opened
CASSANDRA-2282.
Could you comment on the ticket to document what conditions produced this
issue for you?

-- 
Tyler Hobbs
Software Engineer, DataStax 
Maintainer of the pycassa  Cassandra
Python client library