You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/01/29 22:35:10 UTC

[cassandra] branch cassandra-3.11 updated (02e551a -> 37ce461)

This is an automated email from the ASF dual-hosted git repository.

mck pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 02e551a  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 531dc2a  ninja-fixes: `ant publish` needs to have built the artifacts, and update the cassandra_logdir_fix debian patch after CASSANDRA-14306
     new 7816301  Merge branch 'cassandra-2.2' into cassandra-3.0
     new 37ce461  Merge branch 'cassandra-3.0' into cassandra-3.11

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                     |  5 +++--
 debian/patches/002cassandra_logdir_fix.dpatch | 18 +++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 37ce4618b567fcbe794321c0c38a3a86136812fb
Merge: 02e551a 7816301
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Jan 29 23:19:48 2020 +0100

    Merge branch 'cassandra-3.0' into cassandra-3.11

 build.xml                                     |  5 +++--
 debian/patches/002cassandra_logdir_fix.dpatch | 18 +++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --cc debian/patches/002cassandra_logdir_fix.dpatch
index 5e76b91,2a3a47d..a0ff45f
--- a/debian/patches/002cassandra_logdir_fix.dpatch
+++ b/debian/patches/002cassandra_logdir_fix.dpatch
@@@ -20,12 -20,12 +20,12 @@@ diff -urNad '--exclude=CVS' '--exclude=
  diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' cassandra~/conf/cassandra-env.sh cassandra/conf/cassandra-env.sh
  --- cassandra~/conf/cassandra-env.sh	2019-06-27 09:35:32.000000000 -0500
  +++ cassandra/conf/cassandra-env.sh	2019-06-27 09:42:25.747715490 -0500
- @@ -122,7 +122,7 @@
-  esac
-  
-  #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"
- +JVM_OPTS="$JVM_OPTS -Xloggc:/var/log/cassandra/gc.log"
-  
-  # Here we create the arguments that will get passed to the jvm when
-  # starting cassandra.
+ @@ -123,7 +123,7 @@ esac
+ 
+  # Sets the path where logback and GC logs are written.
+  if [ "x$CASSANDRA_LOG_DIR" = "x" ] ; then
+ -    CASSANDRA_LOG_DIR="$CASSANDRA_HOME/logs"
 -+    CASSANDRA_LOG_DIR="/var/log/cassandra/"
+++    CASSANDRA_LOG_DIR="/var/log/cassandra"
+  fi
+ 
+  #GC log path has to be defined here because it needs to access CASSANDRA_HOME


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org