Re: Time to roll 1.1.12?

2013-05-22 Thread Marcus Eriksson
On Wed, May 22, 2013 at 7:35 AM, Radim Kolar wrote: > >* fsync leveled manifest to avoid corruption (CASSANDRA-5535) >> > you sure that this does not have performance impact? most filesystems sync > all their data not just one file. write to .new file and then do rename. > should be fine, th

Re: Time to roll 1.1.12?

2013-05-22 Thread Omid Aladini
Regarding fork sticking, it'd be great if we knew the scope of this: https://issues.apache.org/jira/browse/CASSANDRA-5374 which I have a snapshot for, but not yet checked if I can reproduce. On Tue, May 21, 2013 at 8:59 PM, Jonathan Ellis wrote: > CHANGES: > * Remove buggy thrift max message l

Re: Time to roll 1.1.12?

2013-05-21 Thread Sylvain Lebresne
+1. I'll cook up the artifacts and call for a vote. On Wed, May 22, 2013 at 7:35 AM, Radim Kolar wrote: > >* fsync leveled manifest to avoid corruption (CASSANDRA-5535) >> > you sure that this does not have performance impact? most filesystems sync > all their data not just one file. write

Re: Time to roll 1.1.12?

2013-05-21 Thread Radim Kolar
* fsync leveled manifest to avoid corruption (CASSANDRA-5535) you sure that this does not have performance impact? most filesystems sync all their data not just one file. write to .new file and then do rename.

Re: Time to roll 1.1.12?

2013-05-21 Thread Pavel Yaskevich
+1 On Tue, May 21, 2013 at 2:10 PM, Carl Yeksigian wrote: > +1 on the release, and +1 on the fork sticking :) > > > On Tue, May 21, 2013 at 2:59 PM, Jonathan Ellis wrote: > > > CHANGES: > > * Remove buggy thrift max message length option (CASSANDRA-5529) > > * Add retry mechanism to OTC for

Re: Time to roll 1.1.12?

2013-05-21 Thread Carl Yeksigian
+1 on the release, and +1 on the fork sticking :) On Tue, May 21, 2013 at 2:59 PM, Jonathan Ellis wrote: > CHANGES: > * Remove buggy thrift max message length option (CASSANDRA-5529) > * Add retry mechanism to OTC for non-droppable_verbs (CASSANDRA-5393) > * Use allocator information to impr

Re: Time to roll 1.1.12?

2013-05-21 Thread Jason Brown
+1 On Tue, May 21, 2013 at 1:43 PM, Brandon Williams wrote: > +1 > > On Tue, May 21, 2013 at 1:59 PM, Jonathan Ellis wrote: > > > CHANGES: > > * Remove buggy thrift max message length option (CASSANDRA-5529) > > * Add retry mechanism to OTC for non-droppable_verbs (CASSANDRA-5393) > > * Use

Re: Time to roll 1.1.12?

2013-05-21 Thread Brandon Williams
+1 On Tue, May 21, 2013 at 1:59 PM, Jonathan Ellis wrote: > CHANGES: > * Remove buggy thrift max message length option (CASSANDRA-5529) > * Add retry mechanism to OTC for non-droppable_verbs (CASSANDRA-5393) > * Use allocator information to improve memtable memory usage estimate >(CASSAND

Time to roll 1.1.12?

2013-05-21 Thread Jonathan Ellis
CHANGES: * Remove buggy thrift max message length option (CASSANDRA-5529) * Add retry mechanism to OTC for non-droppable_verbs (CASSANDRA-5393) * Use allocator information to improve memtable memory usage estimate (CASSANDRA-5497) * fsync leveled manifest to avoid corruption (CASSANDRA-5535)