Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Marcus Eriksson
+1 On Tue, Jul 9, 2013 at 11:20 AM, Sylvain Lebresne wrote: > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Gary Dusbabek
+1 On Jul 9, 2013 3:21 AM, "Sylvain Lebresne" wrote: > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but the > c

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Brandon Williams
+1 On Tue, Jul 9, 2013 at 4:20 AM, Sylvain Lebresne wrote: > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but t

Re: Configuration of network connectors

2013-07-09 Thread Gary Dusbabek
You'd still end up needing to fork tests because of the singleton problem. (Google that one.) I say this without trying, but it shouldn't be terribly hard for you to code up some fixture classes that allow you to test the storage layer, so long as you can tolerate each test running in a forked VM.

Re: Configuration of network connectors

2013-07-09 Thread Łukasz Dywicki
Jeremy, Sadly it does not cover our case. We have unit tests and we want to test really basic things like mappings of data contained in cassandra to our model. For that we don't need cluster at all because in unit tests we don't want to test data distribution. We also would like to run everythin

Composite Key Overload

2013-07-09 Thread Darren Lee
Hi Everyone, I have a CF which currently has a large composite key. Let's say it has 5 components, A,B,C,D,E. I know I need to be able to query and find all rows where A,B,C equal a certain value. And I also need to query when A,B,C,D are a certain value. Traditionally what is the best approac

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Eric Evans
[ Sylvain Lebresne ] > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but the > current goal is first and foremost

Re: org.apache.cassandra.cli.CliTest:testCli is failing

2013-07-09 Thread Jonathan Ellis
CliTest passes for me and the buildbots on trunk. Are you running Windows? On Tue, Jul 9, 2013 at 2:43 AM, Suresh Sajja wrote: > Hi, > > I checked out fresh sources from git. I am trying to run unit tests by > executing > > $ant test > > but the CliTest is failing. > > The log trace is attached

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Jonathan Ellis
+1 On Jul 9, 2013 4:21 AM, "Sylvain Lebresne" wrote: > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but the > c

Re: Configuration of network connectors

2013-07-09 Thread Jeremy Hanna
Have you seen https://github.com/pcmanus/ccm as described in http://www.datastax.com/dev/blog/ccm-a-development-tool-for-creating-local-cassandra-clusters or does that not fit your use case? On 9 Jul 2013, at 14:02, Łukasz Dywicki wrote: > Hello, > First of all I would like to say hello to cas

Configuration of network connectors

2013-07-09 Thread Łukasz Dywicki
Hello, First of all I would like to say hello to cassandra user and developer community. :) I write because we are using Cassandra in our unit tests and we have some troubles with network connectivity. We ca not run multiple cassandra instances during tests because we would need to randomize co

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Jason Brown
+1. Woo-hoo! On Tue, Jul 9, 2013 at 4:45 AM, Carl Yeksigian wrote: > +1 > > > On Tue, Jul 9, 2013 at 5:20 AM, Sylvain Lebresne >wrote: > > > Cassandra 2.0 is coming along but we now need wider testing. So I propose > > the > > following artifacts for release as 2.0.0-beta1. Let it be clear tha

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Carl Yeksigian
+1 On Tue, Jul 9, 2013 at 5:20 AM, Sylvain Lebresne wrote: > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but

Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Murali
+1 On Tue, Jul 9, 2013 at 2:50 PM, Sylvain Lebresne wrote: > Cassandra 2.0 is coming along but we now need wider testing. So I propose > the > following artifacts for release as 2.0.0-beta1. Let it be clear that it is > only > a beta (and the first one at that), so we know it's not perfect, but t

org.apache.cassandra.cli.CliTest:testCli is failing

2013-07-09 Thread Suresh Sajja
Hi, I checked out fresh sources from git. I am trying to run unit tests by executing $ant test but the CliTest is failing. The log trace is attached below. Can someone help me if i am missing any configs. Thank you. ERROR [FlushWriter:1] 2013-07-09 15:03:28,428 SSTable.java (line 306) Missin

[VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-09 Thread Sylvain Lebresne
Cassandra 2.0 is coming along but we now need wider testing. So I propose the following artifacts for release as 2.0.0-beta1. Let it be clear that it is only a beta (and the first one at that), so we know it's not perfect, but the current goal is first and foremost to get better testing. sha1: fcd