HBASE-2177 Add timestamping to gc logging option

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-02-12 00:14:39 +00:00
parent 7b328fbbc5
commit 94fdc559e7
2 changed files with 2 additions and 1 deletions

View File

@ -357,6 +357,7 @@ Release 0.21.0 - Unreleased
HBASE-2190 HRS should report to master when HMsg are available
HBASE-2209 Support of List [ ] in HBaseOutputWritable for serialization
(Kay Kay via Stack)
HBASE-2177 Add timestamping to gc logging option
NEW FEATURES
HBASE-1961 HBase EC2 scripts

View File

@ -37,7 +37,7 @@
export HBASE_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
# Uncomment below to enable java garbage collection logging.
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:$HBASE_HOME/logs/gc-hbase.log"
# export HBASE_OPTS="$HBASE_OPTS -verbose:gc -XX:+PrintGCDetails XX:+PrintGCDateStamps -Xloggc:$HBASE_HOME/logs/gc-hbase.log"
# Uncomment and adjust to enable JMX exporting
# See jmxremote.password and jmxremote.access in $JRE_HOME/lib/management to configure remote password access.