Index: conf/hbase-env.sh =================================================================== --- conf/hbase-env.sh (revision 1201400) +++ conf/hbase-env.sh (working copy) @@ -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" Index: CHANGES.txt =================================================================== --- CHANGES.txt (revision 1201401) +++ CHANGES.txt (working copy) @@ -422,6 +422,7 @@ 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-4492 TestRollingRestart fails intermittently