Re: Netflix/Astynax Client for Cassandra

2013-02-10 Thread Renato Marroquín Mogrovejo
Sorry to hijack into this email thread, but what are the use cases/benefits of using the new binary protocol? and why doesn't Cassandra offer a drive as a project driver? Renato M. 2013/2/8 aaron morton : > I'm going to guess Netflix are running Astynax in production with Cassandra > 1.1. > > ch

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread aaron morton
I'm going to guess Netflix are running Astynax in production with Cassandra 1.1. cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 8/02/2013, at 6:50 AM, Cassa L wrote: > Thank you all for the responses to this threa

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Cassa L
Thank you all for the responses to this thread. I am planning to use Cassandra 1.1.9 with Astynax. Does anyone has Cassandra 1.x version running in production with astynax? Did you come across any show-stopper issues? Thanks LCassa On Thu, Feb 7, 2013 at 8:50 AM, Bartłomiej Romański wrote: >

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Bartłomiej Romański
Hi, Does anyone know how about virtual nodes support in Astynax? Are they handled correctly? Especially with ConnectionPoolType.TOKEN_AWARE? Thanks, BR

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Gabriel Ciuloaica
I've sen t an update earlier to be more specific that CQL3 is not properly supported by Astyanax. But I was not able to connect, because of a change into Cassandra 1.2.1, where the connection request is verified. https://issues.apache.org/jira/browse/CASSANDRA-5172 Thanks, Gabi On 2/7/13 4:54 P

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Brian O'Neill
Incidentally, we run Astyanax against 1.2.1. We haven't had any issues. When running against 1.2.0, we ran into this: https://github.com/Netflix/astyanax/issues/191 -brian --- Brian O'Neill Lead Architect, Software Development Health Market Science The Science of Better Results 2700 Horizon Dr

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Peter Lin
if i'm not mistaken, isn't this due to limitations of thrift versus binary protocol? That's my understanding from datastax blogs. unless someone really needs all the features of 1.2 like asynchronous queries, astyanax and hector should work fine. On Thu, Feb 7, 2013 at 1:20 AM, Gabriel Ciuloaica

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Everton Lima
Anyone knows when astyanax will support Cassandra 1.2 ? 2013/2/7 Vivek Mishra > Kundera 2.3 is also upgraded for Cassandra 1.2(except CQL binary protocol). > > -Vivek > > > On Thu, Feb 7, 2013 at 11:50 AM, Gabriel Ciuloaica > wrote: > >> Astyanax is not working with Cassandra 1.2.1. Only java-

Re: Netflix/Astynax Client for Cassandra

2013-02-06 Thread Vivek Mishra
Kundera 2.3 is also upgraded for Cassandra 1.2(except CQL binary protocol). -Vivek On Thu, Feb 7, 2013 at 11:50 AM, Gabriel Ciuloaica wrote: > Astyanax is not working with Cassandra 1.2.1. Only java-driver is > working very well with both Cassandra 1.2 and 1.2.1. > > Cheers, > Gabi > > On 2/7/1

Re: Netflix/Astynax Client for Cassandra

2013-02-06 Thread Gabriel Ciuloaica
Astyanax is not working with Cassandra 1.2.1. Only java-driver is working very well with both Cassandra 1.2 and 1.2.1. Cheers, Gabi On 2/7/13 8:16 AM, Michael Kjellman wrote: It's a really great library and definitely recommended by me and many who are reading this. And if you are just starti

Re: Netflix/Astynax Client for Cassandra

2013-02-06 Thread Michael Kjellman
It's a really great library and definitely recommended by me and many who are reading this. And if you are just starting out on 1.2.1 with C* you might also want to evaluate https://github.com/datastax/java-driver and the new binary protocol. Best, michael From: Cassa L mailto:lcas...@gmail.co