You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/09/15 20:27:54 UTC

svn commit: r815438 - in /incubator/cassandra/trunk/contrib: endpointsnitch_example/ property_snitch/ property_snitch/conf/ property_snitch/src/ property_snitch/src/java/ property_snitch/src/java/org/ property_snitch/src/java/org/apache/ property_snitc...

Author: eevans
Date: Tue Sep 15 18:27:54 2009
New Revision: 815438

URL: http://svn.apache.org/viewvc?rev=815438&view=rev
Log:
merge with cassandra-0.4 branch

Added:
    incubator/cassandra/trunk/contrib/property_snitch/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/
    incubator/cassandra/trunk/contrib/property_snitch/README.txt
      - copied unchanged from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/README.txt
    incubator/cassandra/trunk/contrib/property_snitch/build.xml
      - copied unchanged from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/build.xml
    incubator/cassandra/trunk/contrib/property_snitch/conf/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/conf/
    incubator/cassandra/trunk/contrib/property_snitch/conf/rack.properties
      - copied unchanged from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/conf/rack.properties
    incubator/cassandra/trunk/contrib/property_snitch/src/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/
    incubator/cassandra/trunk/contrib/property_snitch/src/java/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/
    incubator/cassandra/trunk/contrib/property_snitch/src/java/org/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/org/
    incubator/cassandra/trunk/contrib/property_snitch/src/java/org/apache/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/org/apache/
    incubator/cassandra/trunk/contrib/property_snitch/src/java/org/apache/cassandra/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/org/apache/cassandra/
    incubator/cassandra/trunk/contrib/property_snitch/src/java/org/apache/cassandra/locator/
      - copied from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/org/apache/cassandra/locator/
    incubator/cassandra/trunk/contrib/property_snitch/src/java/org/apache/cassandra/locator/PropertyFileEndPointSnitch.java
      - copied unchanged from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/org/apache/cassandra/locator/PropertyFileEndPointSnitch.java
    incubator/cassandra/trunk/contrib/property_snitch/src/java/org/apache/cassandra/locator/PropertyFileEndPointSnitchMBean.java
      - copied unchanged from r815437, incubator/cassandra/branches/cassandra-0.4/contrib/property_snitch/src/java/org/apache/cassandra/locator/PropertyFileEndPointSnitchMBean.java
Removed:
    incubator/cassandra/trunk/contrib/endpointsnitch_example/