You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jm...@apache.org on 2016/06/30 20:50:43 UTC

[12/17] cassandra git commit: revert CASSANDRA-11949 3.0+

revert CASSANDRA-11949 3.0+


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6b241097
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6b241097
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6b241097

Branch: refs/heads/cassandra-3.0
Commit: 6b241097b4076e390e963475389fa4e3571d68b6
Parents: 9c36244
Author: Josh McKenzie <jm...@apache.org>
Authored: Thu Jun 30 16:33:34 2016 -0400
Committer: Josh McKenzie <jm...@apache.org>
Committed: Thu Jun 30 16:33:34 2016 -0400

----------------------------------------------------------------------
 conf/cassandra-env.ps1 | 1 -
 conf/cassandra-env.sh  | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6b241097/conf/cassandra-env.ps1
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.ps1 b/conf/cassandra-env.ps1
index c7ed51f..794189f 100644
--- a/conf/cassandra-env.ps1
+++ b/conf/cassandra-env.ps1
@@ -327,7 +327,6 @@ Function SetCassandraEnvironment
     # times. If in doubt, and if you do not particularly want to tweak, go
     # 100 MB per physical CPU core.
 
-    New-Item -Force -ItemType directory -Path $env:CASSANDRA_HOME/logs/ | Out-Null
     #GC log path has to be defined here since it needs to find CASSANDRA_HOME
     $env:JVM_OPTS="$env:JVM_OPTS -Xloggc:""$env:CASSANDRA_HOME/logs/gc.log"""
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/6b241097/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index 568448b..44fe110 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -121,7 +121,6 @@ case "$jvm" in
         ;;
 esac
 
-mkdir -p ${CASSANDRA_HOME}/logs/
 #GC log path has to be defined here because it needs to access CASSANDRA_HOME
 JVM_OPTS="$JVM_OPTS -Xloggc:${CASSANDRA_HOME}/logs/gc.log"