You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by go...@apache.org on 2012/02/07 03:27:38 UTC

[2/2] git commit: Revert "Use -XX:+ExplicitGCInvokesConcurrent by default."

Revert "Use -XX:+ExplicitGCInvokesConcurrent by default."

This reverts commit 4f4aa4fb9ea5a9bf075c0035c442005e41385532.


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

Branch: refs/heads/trunk
Commit: abd455599492da70904cba8a3b5a0a110db2cf60
Parents: 0f3ff05
Author: Chris Goffinet <cg...@chrisgoffinet.com>
Authored: Mon Feb 6 18:26:13 2012 -0800
Committer: Chris Goffinet <cg...@chrisgoffinet.com>
Committed: Mon Feb 6 18:26:13 2012 -0800

----------------------------------------------------------------------
 CHANGES.txt           |    2 +-
 conf/cassandra-env.sh |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/abd45559/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9e664ba..48a8074 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -64,7 +64,7 @@
    (CASSANDRA-3483)
  * respect not only row cache capacity but caching mode when
    trying to read data (CASSANDRA-3812)
- * Use -XX:+ExplicitGCInvokesConcurrent by default. (CASSANDRA-3675)
+
 
 1.0.8
  * Log active compactions in StatusLogger (CASSANDRA-3703)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/abd45559/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index 1bd8c05..f6416cf 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -161,7 +161,6 @@ JVM_OPTS="$JVM_OPTS -XX:SurvivorRatio=8"
 JVM_OPTS="$JVM_OPTS -XX:MaxTenuringThreshold=1"
 JVM_OPTS="$JVM_OPTS -XX:CMSInitiatingOccupancyFraction=75"
 JVM_OPTS="$JVM_OPTS -XX:+UseCMSInitiatingOccupancyOnly"
-JVM_OPTS="$JVM_OPTS -XX:+ExplicitGCInvokesConcurrent"
 
 # GC logging options -- uncomment to enable
 # JVM_OPTS="$JVM_OPTS -XX:+PrintGCDetails"