You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/05/08 16:52:03 UTC

svn commit: r773015 - /incubator/cassandra/trunk/conf/storage-conf.xml

Author: jbellis
Date: Fri May  8 14:52:03 2009
New Revision: 773015

URL: http://svn.apache.org/viewvc?rev=773015&view=rev
Log:
add note that partitioners cannot be changed w/o data wipe

Modified:
    incubator/cassandra/trunk/conf/storage-conf.xml

Modified: incubator/cassandra/trunk/conf/storage-conf.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/conf/storage-conf.xml?rev=773015&r1=773014&r2=773015&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/storage-conf.xml (original)
+++ incubator/cassandra/trunk/conf/storage-conf.xml Fri May  8 14:52:03 2009
@@ -26,6 +26,9 @@
          org.apache.cassandra.dht.RandomPartitioner and
          org.apache.cassandra.dht.OrderPreservingPartitioner.
          Range queries require using OrderPreservingPartitioner or a subclass.
+
+         Achtung!  Changing this parameter requires wiping your data directories,
+         since the partitioner can modify the sstable on-disk format.
     -->
     <Partitioner>org.apache.cassandra.dht.RandomPartitioner</Partitioner>