You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (JIRA)" <ji...@apache.org> on 2013/01/24 22:11:13 UTC

[jira] [Created] (CASSANDRA-5185) symlinks to data directories is broken in 1.2.0

Jeremiah Jordan created CASSANDRA-5185:
------------------------------------------

             Summary: symlinks to data directories is broken in 1.2.0
                 Key: CASSANDRA-5185
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5185
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.0
            Reporter: Jeremiah Jordan


symlinks to data directories is broken in 1.2.0

cd ~
tar xzf apache-cassandra-1.2.0-bin.tar.gz
cd apache-cassandra-1.2.0/conf
vim cassandra.yaml
#set data/commitlog/savecache dirs to
#~/apache-cassandra-1.2.0/var/...
cd ../bin
# start once to make folders
./cassandra -f
#cntrl-c
cd ..
mkdir var/lib/cassandra2
mv var/lib/cassandra/data/system var/lib/cassandra2/system
cd var/lib/cassandra/data
ln -s ../../cassandra2/system .
cd ~/apache-cassandra-1.2.0/bin/
cassandra -f
# get lots of assertion errors see attached log file


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira