Grails Cassandra plugin 0.6 compatible

2010-04-09 Thread Ned Wolpert
Folks- Complete an upgrade to the grails Cassandra plugin I've been working on to make it compatible with Cassandra 0.6. Let me know if anyone is having trouble with it. Thanks -- Virtually, Ned Wolpert "Settle thy studies, Faustus, and begin..." --Marlowe

Re: Grails Cassandra plugin

2010-03-15 Thread Ned Wolpert
Ran- Is it possible to make perf4j optional? I can include it in the grails plugin if not. On Sun, Mar 14, 2010 at 12:08 PM, Ned Wolpert wrote: > Sure, I'll create a bug for it on github. But basically if you get a client > from a pool of servers with one server (["localhost:9160"]) and make a

Re: Grails Cassandra plugin

2010-03-14 Thread Ned Wolpert
Sure, I'll create a bug for it on github. But basically if you get a client from a pool of servers with one server (["localhost:9160"]) and make a request, then restart cassandra, then make another, it fails for me. Let me do a bit more testing then I'll file a bug with details. On Sat, Mar 13, 20

Re: Grails Cassandra plugin

2010-03-13 Thread Ran Tavory
I have not seen this issue, no, so it's not a known issue. Can you specify the exact scenario? (or preferably file a bug for hector on github)? Thanks, and sorry for the delay, I'm no travel... On Fri, Mar 12, 2010 at 5:19 PM, Ned Wolpert wrote: > I added an issue in my github project for the upd