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 2009/05/14 00:31:52 UTC

svn commit: r774568 - /incubator/cassandra/trunk/bin/cassandra.in.sh

Author: jbellis
Date: Wed May 13 22:31:52 2009
New Revision: 774568

URL: http://svn.apache.org/viewvc?rev=774568&view=rev
Log:
enable assertions by default.  patch by jbellis

Modified:
    incubator/cassandra/trunk/bin/cassandra.in.sh

Modified: incubator/cassandra/trunk/bin/cassandra.in.sh
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/bin/cassandra.in.sh?rev=774568&r1=774567&r2=774568&view=diff
==============================================================================
--- incubator/cassandra/trunk/bin/cassandra.in.sh (original)
+++ incubator/cassandra/trunk/bin/cassandra.in.sh Wed May 13 22:31:52 2009
@@ -19,6 +19,7 @@
 
 # Arguments to pass to the JVM
 JVM_OPTS=" \
+        -ea \
         -Xdebug \
         -Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n \
         -Xms128M \