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 JonHermes.
http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=51&rev2=52

--------------------------------------------------

    a. {{{org.apache.cassandra.locator.SimpleSnitch}}} which will do nothing, 
    a. {{{org.apache.cassandra.locator.RackInferringSnitch}}} which will assume 
that the 2nd and 3rd octets of the IP contain the datacenter and rack, 
    a. {{{org.apache.cassandra.locator.PropertyFileSnitch}}} which will read 
from cassandra-topology.properties to give explicit proximities, and 
-   a. {{{org.apache.cassandra.locator.EC2Snitch}}} which will read the region 
and zone from the ec2 node and use them as datacenter and rack. Don't use this 
if you're not running on EC2.
+   a. {{{org.apache.cassandra.locator.Ec2Snitch}}} which will read the region 
and zone from the ec2 node and use them as datacenter and rack. Don't use this 
if you're not running on EC2.
  
  Dynamic Snitch is a boolean that controls if the above snitch is wrapped with 
a dynamic snitch, which will monitor read latencies and avoid reading from 
hosts that have slowed.
  

Reply via email to