From 87c500ccf3c46e9df6a04f4d3d22fdbc25ca9e44 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sun, 13 Nov 2011 20:14:34 +0000 Subject: [PATCH] HBASE-4775 Remove -ea from all but tests; enable it if you need it testing git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1201501 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + conf/hbase-env.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5c50002739a..b579d89aa8e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -427,6 +427,7 @@ Release 0.92.0 - Unreleased HBASE-4478 Improve AssignmentManager.handleRegion so that it can process certain ZK state in the case of RS offline HBASE-4777 Write back to client 'incompatible' if we show up with wrong version + HBASE-4775 Remove -ea from all but tests; enable it if you need it testing TESTS HBASE-4450 test for number of blocks read: to serve as baseline for expected diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh index 2aa723d6f34..34e179a0653 100644 --- a/conf/hbase-env.sh +++ b/conf/hbase-env.sh @@ -34,7 +34,7 @@ # Below are what we set by default. May only work with SUN JVM. # For more on why as well as other possible settings, # see http://wiki.apache.org/hadoop/PerformanceTuning -export HBASE_OPTS="-ea -XX:+UseConcMarkSweepGC" +export HBASE_OPTS="-XX:+UseConcMarkSweepGC" # Uncomment below to enable java garbage collection logging in the .out file. # export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps"