Re: "CommitLog" semantics

2010-06-28 Thread Sriram Srinivasan
In batch mode, we still block while the commit log is written. See BatchCommitLogExecutorService.add(). That add() method is what gets called in Table.apply(). Ah, yes. I did see the .add(), but I missed the .get() wait on the future. Thanks much. --sriram.

Re: "CommitLog" semantics

2010-06-28 Thread Gary Dusbabek
On Mon, Jun 28, 2010 at 04:44, Sriram Srinivasan wrote: > Hiya. > > The architecture internals document and various presentations (such as > http://www.slideshare.net/jhammerb/data-presentations-cassandra-sigmod) say > something like the following: > >  ... a row mutation is first written to the c