You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/17 23:27:56 UTC

[Cassandra Wiki] Update of "StorageConfiguration" by jeremyhanna

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "StorageConfiguration" page has been changed by jeremyhanna:
http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=60&rev2=61

  
   * '''read_repair_chance'''
  
- Before 0.7, read_repair was either invoked on every read request or on none of them. This is now tunable as a double between 0 and 1 (inclusive on both ends) for the chance of invoking the repair.
+ Before 0.7, read_repair was either invoked on every read request or on none of them. This is now tunable as a double between 0 and 1 (inclusive on both ends) for the chance of invoking the repair.  Note that this property is ignored if the !ConsistencyLevel is greater than ONE and read repair always occurs.  For details see ReadRepair.
  
  Default is: '1.0', read repair on every read request.