Re: Serial Consistency and Thrift API

2014-03-15 Thread Panagiotis Garefalakis
Thanks for all your replies. I was thinking to modify YCSB to support lightweight transactions in order to measure the overhead introduced. Since YCSB extends thrift api this is the only way to do it. I am not quite sure how to use CAS but I am now looking at it. If there is an easier way to measur

Re: Serial Consistency and Thrift API

2014-03-15 Thread Peter Lin
thanks for sharing that info. I haven't needed to use CAS yet and haven't bothered to look at it. I'll have to document that for hector. On Sat, Mar 15, 2014 at 5:45 AM, Sylvain Lebresne wrote: > On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis < > panga...@gmail.com> wrote: > >> >> Hello

Re: Serial Consistency and Thrift API

2014-03-15 Thread Sylvain Lebresne
On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis wrote: > > Hello all, > > I am running some tests in my cluster and I wanted to try some of the new > features of Cassandra like lightweight transactions and Serial Writes. > Surprisingly I found out that Serial writes are not supported by th

Re: Serial Consistency and Thrift API

2014-03-14 Thread Peter Lin
Recently I added CQL3 support to Hector, but I haven't had time to try out serial writes. On Fri, Mar 14, 2014 at 3:34 PM, Robert Coli wrote: > On Fri, Mar 14, 2014 at 11:59 AM, Panagiotis Garefalakis < > panga...@gmail.com> wrote: > >> I am running some tests in my cluster and I wanted to try

Re: Serial Consistency and Thrift API

2014-03-14 Thread Robert Coli
On Fri, Mar 14, 2014 at 11:59 AM, Panagiotis Garefalakis wrote: > I am running some tests in my cluster and I wanted to try some of the new > features of Cassandra like lightweight transactions and Serial Writes. > Surprisingly I found out that Serial writes are not supported by the > Thrift API.

Serial Consistency and Thrift API

2014-03-14 Thread Panagiotis Garefalakis
Hello all, I am running some tests in my cluster and I wanted to try some of the new features of Cassandra like lightweight transactions and Serial Writes. Surprisingly I found out that Serial writes are not supported by the Thrift API. Is there any patch available or the only way to support them