Author: apurtell
Date: Sat Mar 5 01:01:48 2011
New Revision: 1078222
URL: http://svn.apache.org/viewvc?rev=1078222&view=rev
Log:
HBASE-3603 Remove -XX:+HeapDumpOnOutOfMemoryError autodump of heap option on
OOME
Modified:
hbase/branches/0.90/CHANGES.txt
hbase/branches/0.90/conf/hbase-env.sh
Modified: hbase/branches/0.90/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1078222&r1=1078221&r2=1078222&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Sat Mar 5 01:01:48 2011
@@ -21,6 +21,8 @@ Release 0.90.2 - February 9th, 2011
HBASE-3542 MultiGet methods in Thrift
HBASE-3586 Improve the selection of regions to balance (Ted Yu via Andrew
Purtell)
+ HBASE-3603 Remove -XX:+HeapDumpOnOutOfMemoryError autodump of heap option
+ on OOME
Release 0.90.1 - February 9th, 2011
Modified: hbase/branches/0.90/conf/hbase-env.sh
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/conf/hbase-env.sh?rev=1078222&r1=1078221&r2=1078222&view=diff
==============================================================================
--- hbase/branches/0.90/conf/hbase-env.sh (original)
+++ hbase/branches/0.90/conf/hbase-env.sh Sat Mar 5 01:01:48 2011
@@ -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:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode"
+export HBASE_OPTS="-ea -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
# Uncomment below to enable java garbage collection logging.
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails
-XX:+PrintGCDateStamps -Xloggc:$HBASE_HOME/logs/gc-hbase.log"