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
This commit is contained in:
parent
9cdde5ab68
commit
87c500ccf3
|
@ -427,6 +427,7 @@ Release 0.92.0 - Unreleased
|
||||||
HBASE-4478 Improve AssignmentManager.handleRegion so that it can process certain ZK state
|
HBASE-4478 Improve AssignmentManager.handleRegion so that it can process certain ZK state
|
||||||
in the case of RS offline
|
in the case of RS offline
|
||||||
HBASE-4777 Write back to client 'incompatible' if we show up with wrong version
|
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
|
TESTS
|
||||||
HBASE-4450 test for number of blocks read: to serve as baseline for expected
|
HBASE-4450 test for number of blocks read: to serve as baseline for expected
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
# Below are what we set by default. May only work with SUN JVM.
|
# Below are what we set by default. May only work with SUN JVM.
|
||||||
# For more on why as well as other possible settings,
|
# For more on why as well as other possible settings,
|
||||||
# see http://wiki.apache.org/hadoop/PerformanceTuning
|
# 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.
|
# Uncomment below to enable java garbage collection logging in the .out file.
|
||||||
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps"
|
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps"
|
||||||
|
|
Loading…
Reference in New Issue