Failing tests 2016-09-01

2016-09-01 Thread Joel Knighton
cassandra-3.9 - No new runs trunk === testall: All passed! === dtest: Failed, likely due to test environment/configuration issues. === novnode: 1 failu

Re: CQL Collections appear slow

2016-09-01 Thread Tyler Hobbs
On Wed, Aug 31, 2016 at 11:56 PM, Ben Frank wrote: > Interestingly it's still dog slow while (presumably) doing the > deserialization in python, so although the trace reports good results it's > still taking ~3 seconds to load data into python wall clock time. > If you're not doing this already,

Re: Gossip 2.0

2016-09-01 Thread Eric Evans
On Thu, Sep 1, 2016 at 7:02 AM, Jason Brown wrote: > have opened up CASSANDRA-12345... Nice; What did you do, camp on the "create" button until after 12344 was submitted? :) -- Eric Evans john.eric.ev...@gmail.com

Re: Gossip 2.0

2016-09-01 Thread Jeremiah D Jordan
He denied it when I asked him that earlier. But we know he did. http://wilderness.apache.org/channels/?f=cassandra-dev/2016-09-01#1472732219 > On Sep 1, 2016, at 11:02 AM, Eric Evans wrote: > > On Thu, Sep 1, 2016 a

Gossip 2.0

2016-09-01 Thread Jason Brown
Hi all, One of the problems I been thinking about for quite a while is how to improve the efficacy of cassandra's gossip, especially when dealing with large clusters (greater than 1,000 nodes). By reducing gossip overhead we can implement new features that require data to be disseminated cluster-w

Re: Help requested: o.a.c.cql3.validation unit tests periodically hang

2016-09-01 Thread Benjamin Lerer
o.a.c.cql3.validation contains a lot of tests. Most of them are not real unittest in the sense that they start and use a C* server. I am not sure of how it is done but if we ran multiple tests in parallel we have to be carefull that those test do not interfer with each others. For example, some tes