HBASE-24143 [JDK11] Switch default garbage collector from CMS ; Addendum (#1594)
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
39a1bc53f8
commit
7f6672eb9e
|
@ -134,6 +134,10 @@ if [ -z "$HBASE_ENV_INIT" ] && [ -f "${HBASE_CONF_DIR}/hbase-env.sh" ]; then
|
|||
export HBASE_ENV_INIT="true"
|
||||
fi
|
||||
|
||||
# These variables can be specified in hbase-env.sh, so these defines follow sourcing of that script.
|
||||
export GREP="${GREP-grep}"
|
||||
export SED="${SED-sed}"
|
||||
|
||||
# Verify if hbase has the mlock agent
|
||||
if [ "$HBASE_REGIONSERVER_MLOCK" = "true" ]; then
|
||||
MLOCK_AGENT="$HBASE_HOME/lib/native/libmlockall_agent.so"
|
||||
|
|
|
@ -140,5 +140,5 @@
|
|||
# export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP="true"
|
||||
|
||||
# Override text processing tools for use by these launch scripts.
|
||||
export GREP="${GREP-grep}"
|
||||
export SED="${SED-sed}"
|
||||
# export GREP="${GREP-grep}"
|
||||
# export SED="${SED-sed}"
|
||||
|
|
Loading…
Reference in New Issue