Re: Migration from 6.X to 7.X

2010-09-07 Thread Edward Capriolo
On Mon, Sep 6, 2010 at 8:39 PM, Jonathan Ellis wrote: > On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote: >> I was not aware of that. Also is the default for 6.o non framed and >> 7.o framed? > > Yes. > >>I was thinking possibly replace cassanda.client detect the >> server version and use re

Re: Migration from 6.X to 7.X

2010-09-06 Thread Jonathan Ellis
On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote: > I was not aware of that. Also is the default for 6.o non framed and > 7.o framed? Yes. >I was thinking possibly replace cassanda.client detect the > server version and use reflection. This would have to be tested; the speed penalty for us

Re: Migration from 6.X to 7.X

2010-09-06 Thread Benjamin Black
Welcome to Thrift. On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote: > > I was not aware of that. Also is the default for 6.o non framed and > 7.o framed? I was thinking possibly replace cassanda.client detect the > server version and use reflection. This way hector sees the same > interface

Re: Migration from 6.X to 7.X

2010-09-06 Thread Edward Capriolo
On Monday, September 6, 2010, Jonathan Ellis wrote: > Thrift does not support method overloading (methods with the same name > but different parameters). > > On Mon, Sep 6, 2010 at 9:09 AM, Edward Capriolo wrote: >> On Mon, Sep 6, 2010 at 3:33 AM, Ran Tavory wrote: >>> we don't have one version

Re: Migration from 6.X to 7.X

2010-09-06 Thread Jonathan Ellis
Thrift does not support method overloading (methods with the same name but different parameters). On Mon, Sep 6, 2010 at 9:09 AM, Edward Capriolo wrote: > On Mon, Sep 6, 2010 at 3:33 AM, Ran Tavory wrote: >> we don't have one version that supports both versions. >> you can hack it if you downloa

Re: Migration from 6.X to 7.X

2010-09-06 Thread Edward Capriolo
On Mon, Sep 6, 2010 at 3:33 AM, Ran Tavory wrote: > we don't have one version that supports both versions. > you can hack it if you download the source code (create two java package > trees for 0.6.0 and 0.7.0) but it's not on the shelf, sorry... > > On Mon, Sep 6, 2010 at 12:39 AM, Edward Capriol