You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2014/01/04 03:29:13 UTC

git commit: re-enable assertions by default

Updated Branches:
  refs/heads/trunk 412b053ca -> 1c38fbf9d


re-enable assertions by default


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

Branch: refs/heads/trunk
Commit: 1c38fbf9d94c004d5648dc1296db150d3b46c2e5
Parents: 412b053
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Jan 3 20:29:08 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Fri Jan 3 20:29:08 2014 -0600

----------------------------------------------------------------------
 conf/cassandra-env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1c38fbf9/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index 98fec11..95acc4e 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -159,7 +159,7 @@ JMX_PORT="7199"
 
 # enable assertions.  disabling this in production will give a modest
 # performance benefit (around 5%).
-#JVM_OPTS="$JVM_OPTS -ea"
+JVM_OPTS="$JVM_OPTS -ea"
 
 # add the jamm javaagent
 if [ "$JVM_VENDOR" != "OpenJDK" -o "$JVM_VERSION" \> "1.6.0" ] \