Hi Denise, in my case its a small blob I am writing (should be around 100 bytes):
CREATE TABLE "Lock" ( lockname varchar, id varchar, value blob, PRIMARY KEY (lockname, id) ) WITH COMPACT STORAGE AND COMPRESSION = { 'sstable_compression' : 'SnappyCompressor', 'chunk_length_kb' : '8' }; You ask because large values are known to cause issues? Anything special you have in mind? kind regards, Christian On Fri, Apr 15, 2016 at 2:42 PM, Denise Rogers <datag...@aol.com> wrote: > Also, what type of data were you reading/writing? > > Regards, > Denise > > Sent from mi iPad > > On Apr 15, 2016, at 8:29 AM, horschi <hors...@gmail.com> wrote: > > Hi Jan, > > were you able to resolve your Problem? > > We are trying the same and also see a lot of WriteTimeouts: > WriteTimeoutException: Cassandra timeout during write query at consistency > SERIAL (2 replica were required but only 1 acknowledged the write) > > How many clients were competing for a lock in your case? In our case its > only two :-( > > cheers, > Christian > > > On Tue, Sep 24, 2013 at 12:18 AM, Robert Coli <rc...@eventbrite.com> > wrote: > >> On Mon, Sep 16, 2013 at 9:09 AM, Jan Algermissen < >> jan.algermis...@nordsc.com> wrote: >> >>> I am experimenting with C* 2.0 ( and today's java-driver 2.0 snapshot) >>> for implementing distributed locks. >>> >> >> [ and I'm experiencing the problem described in the subject ... ] >> >> >>> Any idea how to approach this problem? >>> >> >> 1) Upgrade to 2.0.1 release. >> 2) Try to reproduce symptoms. >> 3) If able to, file a JIRA at >> https://issues.apache.org/jira/secure/Dashboard.jspa including repro >> steps >> 4) Reply to this thread with the JIRA ticket URL >> >> =Rob >> >> >> > >