Re: [VOTE] 0.7.4

2011-03-15 Thread Sylvain Lebresne
+1 On Mon, Mar 14, 2011 at 11:17 PM, Gary Dusbabek wrote: > +1 > On Mar 11, 2011 6:47 PM, "Eric Evans" wrote: >> >> It's that time again. I propose the following for release as 0.7.4. >> What say you? >> >> SVN: >> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1080811 >> 0.7

Build failed in Jenkins: Cassandra-0.7 #381

2011-03-15 Thread Apache Hudson Server
See Changes: [gdusbabek] do not instrument *Token classes. patch by gdusbabek, reviewed by jbellis. CASSANDRA-2258 -- [...truncated 1623 lines...] [junit] Testsuite: org.apache.cassandra

Build failed in Jenkins: Cassandra #777

2011-03-15 Thread Apache Hudson Server
See Changes: [gdusbabek] do not instrument the *Token classes. patch by gdusbabek, reviewed by jbellis. CASSANDRA-2258 -- [...truncated 1852 lines...] [junit] Testsuite: org.apache.cassandr

Re: [VOTE] 0.7.4

2011-03-15 Thread Eric Evans
On Fri, 2011-03-11 at 18:50 -0600, Eric Evans wrote: > SVN: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1080811 > 0.7.4 artifacts: http://people.apache.org/~eevans > > The vote will be open for 72 hours. I count 5 binding +1s and 1 other, with no -1s; The vote passes. I'

Jenkins build is back to normal : Cassandra-0.7 #382

2011-03-15 Thread Apache Hudson Server
See

Build failed in Jenkins: Cassandra-0.7 #383

2011-03-15 Thread Apache Hudson Server
See Changes: [brandonwilliams] Add comments to topology file about ipv6 configuration. Patch by Eric Tamme, reviewed by brandonwilliams for CASSANDRA-2329 -- [...truncated 1642 lines...]

Build failed in Jenkins: Cassandra-0.7 #384

2011-03-15 Thread Apache Hudson Server
See Changes: [brandonwilliams] Queue secondary indexes for flush before the parent. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-2330 [brandonwilliams] Allow Hadoop jobs to set the consistency level. Patch by Eldon S

Build failed in Jenkins: Cassandra #778

2011-03-15 Thread Apache Hudson Server
See Changes: [jbellis] merge from 0.7 [jbellis] merge from 0.7 -- [...truncated 1872 lines...] [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest [junit] Tests run: 2, Fail

Build failed in Jenkins: Cassandra-0.7 #385

2011-03-15 Thread Apache Hudson Server
See Changes: [jbellis] add memtable_flush_queue_size defaulting to 4 patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2333 -- [...truncated 1642 lines...] [junit] Tests run: 10

Build failed in Jenkins: Cassandra-0.6 #62

2011-03-15 Thread Apache Hudson Server
See Changes: [jbellis] shut down server for OOM on a Thrift thread patch by jbellis; reviewed by tjake for CASSANDRA-2269 -- [...truncated 1316 lines...] [javadoc] Loading source file

Jenkins build is back to normal : Cassandra-0.7 #386

2011-03-15 Thread Apache Hudson Server
See

Build failed in Jenkins: Cassandra-0.7 #387

2011-03-15 Thread Apache Hudson Server
See Changes: [jbellis] reduce contention on Table.flusherLock patch by Stu Hood and jbellis; reviewed by slebresne for CASSANDRA-1954 -- [...truncated 1642 lines...] [junit] Tests run: 10

batch inserts in cassandra 0.7

2011-03-15 Thread Anurag Gujral
Hi All, I am moving from cassandra 0.6 to 0.7 I was using function send_batch_inserts to do batch inserts in cassandra 0.6 when I moved to 0.7 I dont see the function send_batch_insert is there a way to do batch inserts in cassandra 0.7 using thrift-0.0.5. Thanks Anurag

Fwd: batch inserts in cassandra 0.7

2011-03-15 Thread aaron morton
batch_insert was depricated in 0.6, you should have been using batch_mutate http://wiki.apache.org/cassandra/API Aaron Begin forwarded message: > From: Anurag Gujral > Date: 16 March 2011 10:04:56 GMT+13:00 > To: dev@cassandra.apache.org > Subject: batch inserts in cassandra 0.7 > Reply-To: de

Build failed in Jenkins: Cassandra #779

2011-03-15 Thread Apache Hudson Server
See Changes: [jbellis] merge from 0.7 -- [...truncated 1871 lines...] [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time e

Build failed in Jenkins: Cassandra #780

2011-03-15 Thread Apache Hudson Server
See Changes: [eevans] fix broken test that just now fails, why? Patch by eevans -- [...truncated 1871 lines...] [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest [junit] T

re-using Cassandra's Bloom Filter

2011-03-15 Thread Chris Burroughs
Hello all, Persuaded by Jonathan Ellis post [1] we started using Cassandra Bloom Filter implementation [2] when the need for one arose (which worked great by the way). That work grew into a stand alone library for tackling a related set of problems that we hope others find useful and are releasin

Jenkins build is back to normal : Cassandra #781

2011-03-15 Thread Apache Hudson Server
See

Build failed in Jenkins: Cassandra-0.7-Coverage #5

2011-03-15 Thread Apache Hudson Server
See Changes: [jbellis] reduce contention on Table.flusherLock patch by Stu Hood and jbellis; reviewed by slebresne for CASSANDRA-1954 [jbellis] r/m obsolete assert patch by jbellis; reviewed by Peter Schuller for CASSANDRA-2

Jenkins build is back to stable : Cassandra-Coverage #6

2011-03-15 Thread Apache Hudson Server
See

get_string_property in 0.6

2011-03-15 Thread Anurag Gujral
Hi All, I am working on porting my cassandra application to work with cassandra version 0.7 from cassandra version 0.6. Is there any function corresponding to function get_string_property(which is available in 0.6) in 0.7. Thanks a ton, Anurag > >

Getting list of active cassandra nodes

2011-03-15 Thread Anurag Gujral
Hi All, How can I get the list of active cassandra nodes using cassandra api 0.7. Thanks a ton, Anurag

Re: get_string_property in 0.6

2011-03-15 Thread Jonathan Ellis
[moving to user list] the things we used to expose as strings now have proper data types and their own methods, e.g. describe_cluster_name, describe_version, etc. On Tue, Mar 15, 2011 at 8:40 PM, Anurag Gujral wrote: > Hi All, >           I am working on porting my cassandra application to work

Build failed in Jenkins: Cassandra #782

2011-03-15 Thread Apache Hudson Server
See Changes: [brandonwilliams] Twisted driver for CQL Patch by brandonwilliams, reviewed by eevans for CASSANDRA-2022 -- [...truncated 1881 lines...] [junit] Testsuite: org.apache.cassandra.i

Re: re-using Cassandra's Bloom Filter

2011-03-15 Thread Jonathan Ellis
Great! Glad someone took me up on that. :) On Tue, Mar 15, 2011 at 6:10 PM, Chris Burroughs wrote: > Hello all, > > Persuaded by Jonathan Ellis post [1] we started using Cassandra Bloom > Filter implementation [2] when the need for one arose (which worked > great by the way).  That work grew into