Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
don't manually create commitlog directory; cassandra will do it autom…
Browse files Browse the repository at this point in the history
…atically. also put commitlog under cassandra/ with other server artifacts. patch by jbellis; reviewed by Eric Evans for #6
  • Loading branch information
Jonathan Ellis committed Apr 8, 2009
1 parent b4e4e91 commit 60c391d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.xml
Expand Up @@ -143,7 +143,6 @@
<taskdef resource="testngtasks" classpath="lib/testng-5.8-jdk15.jar"/>
<target name="test" depends="build-test">
<echo message="running tests"/>
<mkdir dir="${build.test.dir}/commitlog"/>
<mkdir dir="${build.test.dir}/cassandra"/>
<testng outputDir="${build.dir}/test/output"
haltOnFailure="true"
Expand Down
2 changes: 1 addition & 1 deletion test/conf/storage-conf.xml
Expand Up @@ -20,7 +20,7 @@
<ColumnIndexSizeInKB>256</ColumnIndexSizeInKB>
<HttpPort>7002</HttpPort>
<MetadataDirectory>build/test/cassandra/system</MetadataDirectory>
<CommitLogDirectory>build/test/commitlog</CommitLogDirectory>
<CommitLogDirectory>build/test/cassandra/commitlog</CommitLogDirectory>
<CommitLogRotationThresholdInMB>128</CommitLogRotationThresholdInMB>
<GangliaServers>
<GangliaServer>127.0.0.1:12000</GangliaServer>
Expand Down

0 comments on commit 60c391d

Please sign in to comment.