Re: Hector question under cassandra 0.7

2010-11-02 Thread Ran Tavory
u...@cass to bcc Indeed, the KeyspaceOperator isn't thread safe. (and in recent revisions it was extracted to an interface at http://github.com/rantav/hector/blob/master/src/main/java/me/prettyprint/hector/api/Keyspace.javaand implementation at http://github.com/rantav/hector/blob/master/src/main/

Re: Hector question under cassandra 0.7

2010-10-20 Thread Ned Wolpert
I figure I'd reply to my own question in case this helps others. Talking on the IRC, having one KeyspaceOperator per thread (via ThreadLocal) makes sense. On Wed, Oct 20, 2010 at 9:13 AM, Ned Wolpert wrote: > Folks- > > I'm finally upgrading the grails-cassandra plugin for 0.7, and wanted to >

Hector question under cassandra 0.7

2010-10-20 Thread Ned Wolpert
Folks- I'm finally upgrading the grails-cassandra plugin for 0.7, and wanted to understand a bit more on the usage of the Cluster and KeyspaceOperator . Is the cluster object retrieved from HFactor.createCluster() thread safe, and is the KeyspaceOperator required to only be in one thread? Or are