RE: CassandraDaemon setup() method

2010-09-13 Thread Amol Deshpande
ailto:jbel...@gmail.com] Sent: Friday, September 10, 2010 12:17 PM To: dev@cassandra.apache.org Subject: Re: CassandraDaemon setup() method Sounds fine to me. On Fri, Sep 10, 2010 at 10:34 AM, Amol Deshpande wrote: > Hi, > I noticed a lot of common code in the thrift and avro > CassandraDaemon.s

Re: CassandraDaemon setup() method

2010-09-10 Thread Jonathan Ellis
Sounds fine to me. On Fri, Sep 10, 2010 at 10:34 AM, Amol Deshpande wrote: > Hi, > I noticed a lot of common code in the thrift and avro > CassandraDaemon.setup methods. Would it be possible to move those into a > commonSetup() method in the AbstractCassandraDaemon class ? This will be > helpful

CassandraDaemon setup() method

2010-09-10 Thread Amol Deshpande
Hi, I noticed a lot of common code in the thrift and avro CassandraDaemon.setup methods. Would it be possible to move those into a commonSetup() method in the AbstractCassandraDaemon class ? This will be helpful when I add a protocol buffer client-facing interface. I just tried that and in a quick