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:14 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-5185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremiah Jordan updated CASSANDRA-5185:
---------------------------------------

    Description: 
symlinks to data directories is broken in 1.2.0
{noformat}
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
{noformat}

  was:
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


    
> 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
> {noformat}
> 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
> {noformat}

--
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