HBASE-24143 [JDK11] Switch default garbage collector from CMS ; Addendum (#1594)

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Nick Dimiduk 2020-04-27 09:24:46 -07:00 committed by GitHub
parent 39a1bc53f8
commit 7f6672eb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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}"