Hudson build is back to normal : Cassandra-0.7 #257

2011-02-07 Thread Apache Hudson Server
See

Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-07 Thread Jonathan Ellis
Should be fixed in r1068241. Thanks! On Mon, Feb 7, 2011 at 11:57 AM, B. Todd Burruss wrote: > i got the #3 0.7.1 version and let run on our 8 node test cluster over the > weekend, doing repairs and compactions periodically. > > did see this in one of the machines' log, no other ERRORs.  not sur

Build failed in Hudson: Cassandra-0.7 #256

2011-02-07 Thread Apache Hudson Server
See Changes: [jbellis] add assert, fix generics patch by jbellis [jbellis] s/w/rw/ [jbellis] avoid silently swallowing errors patch by jbellis -- [...truncated 1584 lines...] [junit] Te

Build failed in Hudson: Cassandra-0.7 #255

2011-02-07 Thread Apache Hudson Server
See Changes: [jbellis] move id out of Message so we can do cross-DC forwarding again patch by jbellis; reviewed by gdusbabek for CASSANDRA-1530 -- [...truncated 1583 lines...] [junit] Tes

Re: Using Cassandra-cli

2011-02-07 Thread Aaron Morton
There is also extensive online help in cassandra-clihelp;AaronOn 08 Feb, 2011,at 07:24 AM, Vishal Gupta wrote:Hi, there is a README.txt file in CASSANDRA_HOME which presents clear steps to use get and set command Also i guess you need to first use Keyspace and then fire set command. Regards, vis

Re: Using Cassandra-cli

2011-02-07 Thread Vishal Gupta
Hi, there is a README.txt file in CASSANDRA_HOME which presents clear steps to use get and set command. Also i guess you need to first use Keyspace and then fire set command. Regards, vishal On Mon, Feb 7, 2011 at 11:43 PM, Eranda Sooriyabandara <0704...@gmail.com>wrote: > Hi all, > I tried Cas

Using Cassandra-cli

2011-02-07 Thread Eranda Sooriyabandara
Hi all, I tried Cassandra cli option in my machine. Here are my cli commands and the outputs. >>./cassandra-cli -host localhost -port 9160 -username eranda -keyspace keyspace1 -password eranda Keyspace 'keyspace1' not found. >>./cassandra-cli -host localhost -port 9160 Connected to: "Test Cluster

Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-07 Thread B. Todd Burruss
i got the #3 0.7.1 version and let run on our 8 node test cluster over the weekend, doing repairs and compactions periodically. did see this in one of the machines' log, no other ERRORs. not sure the affect on my data or app, but passing it along ... ERROR [EXPIRING-MAP-TIMER-2] 2011-02-06 1

Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-07 Thread Jonathan Ellis
You're right, quorum on index read is broken in the proposed artifacts, and more seriously, 1530 isn't working. Committed your patch on 2081 and re-opened 1530 (and attached a patch). On Mon, Feb 7, 2011 at 7:21 AM, aaron morton wrote: > I just re-opened CASSANDRA-2081 > https://issues.apache.o

Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-07 Thread aaron morton
I just re-opened CASSANDRA-2081 https://issues.apache.org/jira/browse/CASSANDRA-2081 there was a bug in StorageProxy.scan() that may need to be included. I listed another possible Message problem in the ticket, may pay to get someone else to give the StorageProxy a good going over. Aaron On