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:
parent
7b328fbbc5
commit
94fdc559e7
@ -357,6 +357,7 @@ Release 0.21.0 - Unreleased
|
|||||||
HBASE-2190 HRS should report to master when HMsg are available
|
HBASE-2190 HRS should report to master when HMsg are available
|
||||||
HBASE-2209 Support of List [ ] in HBaseOutputWritable for serialization
|
HBASE-2209 Support of List [ ] in HBaseOutputWritable for serialization
|
||||||
(Kay Kay via Stack)
|
(Kay Kay via Stack)
|
||||||
|
HBASE-2177 Add timestamping to gc logging option
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
HBASE-1961 HBase EC2 scripts
|
HBASE-1961 HBase EC2 scripts
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
export HBASE_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
|
export HBASE_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
|
||||||
|
|
||||||
# Uncomment below to enable java garbage collection logging.
|
# 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
|
# Uncomment and adjust to enable JMX exporting
|
||||||
# See jmxremote.password and jmxremote.access in $JRE_HOME/lib/management to configure remote password access.
|
# See jmxremote.password and jmxremote.access in $JRE_HOME/lib/management to configure remote password access.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user