Re: atomicity of writes

2010-04-29 Thread Jonathan Ellis
On Thu, Apr 29, 2010 at 8:01 AM, Boris Shulman wrote: > Hi, > I've noticed that the writing commit log is performed for a 'row', > i.e. list of ColumnFamilies for a key in: 'public > CommitLogSegment.CommitLogContext write(RowMutation rowMutation, > Object serializedRow).' > Does that mean that wr

atomicity of writes

2010-04-29 Thread Boris Shulman
Hi, I've noticed that the writing commit log is performed for a 'row', i.e. list of ColumnFamilies for a key in: 'public CommitLogSegment.CommitLogContext write(RowMutation rowMutation, Object serializedRow).' Does that mean that writes are atomic for a row and not for a CF? What will happen if a f

Build failed in Hudson: Cassandra #420

2010-04-29 Thread Apache Hudson Server
See Changes: [jbellis] merge from 0.6 [jbellis] merge from 0.6 [jbellis] write mutation length in commitlog as int, not long patch by jbellis; reviewed by gdusbabek for CASSANRA-1032 [jbellis] redo "add crc to commitlogheader,"