Skip to content

Commit

Permalink
Merge branch 'cassandra-3.0' into cassandra-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
driftx committed Feb 26, 2020
2 parents aaef02e + 461ae2b commit 1b29401
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,8 @@
3.11.7
Merged from 3.0:
* Run evictFromMembership in GossipStage (CASSANDRA-15592)
Merged from 2.2
* Allow EXTRA_CLASSPATH to work on tar/source installations (CASSANDRA-15567)


3.11.6
Expand Down Expand Up @@ -28,6 +30,9 @@ Merged from 3.0:
* Ensure legacy rows have primary key livenessinfo when they contain illegal cells (CASSANDRA-15365)
* Fix race condition when setting bootstrap flags (CASSANDRA-14878)
Merged from 2.2:
* Fix NativeLibrary.tryOpenDirectory callers for Windows (CASSANDRA-15426)

2.2.16
* Fix SELECT JSON output for empty blobs (CASSANDRA-15435)
* In-JVM DTest: Set correct internode message version for upgrade test (CASSANDRA-15371)
* In-JVM DTest: Support NodeTool in dtest (CASSANDRA-15429)
Expand Down
1 change: 1 addition & 0 deletions bin/cassandra
Expand Up @@ -27,6 +27,7 @@
# behavior, those variables are:
#
# CLASSPATH -- A Java classpath containing everything necessary to run.
# EXTRA_CLASSPATH -- A Java classpath with anything to be appended to CLASSPATH
# JVM_OPTS -- Additional arguments to the JVM for heap size, etc
# JVM_ON_OUT_OF_MEMORY_ERROR_OPT -- The OnOutOfMemoryError JVM option if specified
# CASSANDRA_CONF -- Directory containing Cassandra configuration files.
Expand Down
3 changes: 3 additions & 0 deletions bin/cassandra.in.sh
Expand Up @@ -48,6 +48,9 @@ done
for jsr223jar in "$CASSANDRA_HOME"/lib/jsr223/*/*.jar; do
CLASSPATH="$CLASSPATH:$jsr223jar"
done

CLASSPATH="$CLASSPATH:$EXTRA_CLASSPATH"

# JSR223/JRuby - set ruby lib directory
if [ -d "$CASSANDRA_HOME"/lib/jsr223/jruby/ruby ] ; then
export JVM_OPTS="$JVM_OPTS -Djruby.lib=$CASSANDRA_HOME/lib/jsr223/jruby"
Expand Down

0 comments on commit 1b29401

Please sign in to comment.